Uses of Class
com.metsci.glimpse.core.layout.GlimpseVerticallyScrollableLayout
-
Packages that use GlimpseVerticallyScrollableLayout Package Description com.metsci.glimpse.core.layout Provides a MigLayout-based framework for partitioning aGlimpseCanvasinto multiple logical drawing areas. -
-
Uses of GlimpseVerticallyScrollableLayout in com.metsci.glimpse.core.layout
Methods in com.metsci.glimpse.core.layout with parameters of type GlimpseVerticallyScrollableLayout Modifier and Type Method Description static RunnableGlimpseVerticallyScrollableLayout. attachScrollableToScrollbar(GlimpseVerticallyScrollableLayout layout, GlimpseTargetStack stack, JScrollBar scrollbar)Returns a Runnable that, if called, will detach the layout from the scrollbar, removing all of the listeners put in place by the attach call.
-