org.jdesktop.swingx
Class JXMultiSplitPane.DividerPainter
java.lang.Object
org.jdesktop.swingx.JXMultiSplitPane.DividerPainter
- Enclosing class:
- JXMultiSplitPane
public abstract static class JXMultiSplitPane.DividerPainter
- extends Object
Draws a single Divider. Typically used to specialize the
way the active Divider is painted.
- See Also:
JXMultiSplitPane.getDividerPainter()
,
JXMultiSplitPane.setDividerPainter(org.jdesktop.swingx.JXMultiSplitPane.DividerPainter)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JXMultiSplitPane.DividerPainter
public JXMultiSplitPane.DividerPainter()
paint
public abstract void paint(Graphics g,
MultiSplitLayout.Divider divider)
- Paint a single Divider.
- Parameters:
g
- the Graphics object to paint withdivider
- the Divider to paint