Uses of Class
org.jdesktop.swingx.JXMultiSplitPane.DividerPainter
-
Packages that use JXMultiSplitPane.DividerPainter 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 JXMultiSplitPane.DividerPainter in org.jdesktop.swingx
Subclasses of JXMultiSplitPane.DividerPainter in org.jdesktop.swingx Modifier and Type Class Description private class
JXMultiSplitPane.DefaultDividerPainter
Fields in org.jdesktop.swingx declared as JXMultiSplitPane.DividerPainter Modifier and Type Field Description private JXMultiSplitPane.DividerPainter
JXMultiSplitPane. dividerPainter
Methods in org.jdesktop.swingx that return JXMultiSplitPane.DividerPainter Modifier and Type Method Description JXMultiSplitPane.DividerPainter
JXMultiSplitPane. getDividerPainter()
The DividerPainter that's used to paint Dividers on this MultiSplitPane.Methods in org.jdesktop.swingx with parameters of type JXMultiSplitPane.DividerPainter Modifier and Type Method Description void
JXMultiSplitPane. setDividerPainter(JXMultiSplitPane.DividerPainter dividerPainter)
Sets the DividerPainter that's used to paint Dividers on this MultiSplitPane.
-