Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Divider
Packages that use MultiSplitLayout.Divider
Package
Description
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
-
Uses of MultiSplitLayout.Divider in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return MultiSplitLayout.DividerModifier and TypeMethodDescriptionJXMultiSplitPane.activeDivider()
Returns the Divider that's currently being moved, typically because the user is dragging it, or null.MultiSplitLayout.dividerAt
(int x, int y) Return the Divider whose bounds contain the specified point, or null if there isn't one.Methods in org.jdesktop.swingx that return types with arguments of type MultiSplitLayout.DividerModifier and TypeMethodDescriptionMultiSplitLayout.dividersThatOverlap
(Rectangle r) Return the Dividers whose bounds overlap the specified Rectangle.