Uses of Class
org.openstreetmap.josm.gui.MultiSplitPane.DividerPainter

Uses of MultiSplitPane.DividerPainter in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui that return MultiSplitPane.DividerPainter
 MultiSplitPane.DividerPainter MultiSplitPane.getDividerPainter()
          The DividerPainter that's used to paint Dividers on this MultiSplitPane.
 

Methods in org.openstreetmap.josm.gui with parameters of type MultiSplitPane.DividerPainter
 void MultiSplitPane.setDividerPainter(MultiSplitPane.DividerPainter dividerPainter)
          Sets the DividerPainter that's used to paint Dividers on this MultiSplitPane.