Uses of Class
org.jdesktop.swingx.MultiSplitLayout.Divider
-
Packages that use MultiSplitLayout.Divider Package Description org.jdesktop.swingx 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
Fields in org.jdesktop.swingx declared as MultiSplitLayout.Divider Modifier and Type Field Description private MultiSplitLayout.DividerJXMultiSplitPane. dragDividerMethods in org.jdesktop.swingx that return MultiSplitLayout.Divider Modifier and Type Method Description MultiSplitLayout.DividerJXMultiSplitPane. activeDivider()Returns the Divider that's currently being moved, typically because the user is dragging it, or null.MultiSplitLayout.DividerMultiSplitLayout. dividerAt(int x, int y)Return the Divider whose bounds contain the specified point, or null if there isn't one.private MultiSplitLayout.DividerMultiSplitLayout. dividerAt(MultiSplitLayout.Node root, int x, int y)Methods in org.jdesktop.swingx that return types with arguments of type MultiSplitLayout.Divider Modifier and Type Method Description java.util.List<MultiSplitLayout.Divider>MultiSplitLayout. dividersThatOverlap(java.awt.Rectangle r)Return the Dividers whose bounds overlap the specified Rectangle.private java.util.List<MultiSplitLayout.Divider>MultiSplitLayout. dividersThatOverlap(MultiSplitLayout.Node root, java.awt.Rectangle r)Methods in org.jdesktop.swingx with parameters of type MultiSplitLayout.Divider Modifier and Type Method Description protected voidJXMultiSplitPane.DefaultDividerPainter. doPaint(java.awt.Graphics2D g, MultiSplitLayout.Divider divider, int width, int height)
-