Uses of Interface
org.openstreetmap.josm.gui.widgets.MultiSplitPane.DividerPainter
-
Packages that use MultiSplitPane.DividerPainter Package Description org.openstreetmap.josm.gui.widgets Provides GUI widgets customized for JOSM needs. -
-
Uses of MultiSplitPane.DividerPainter in org.openstreetmap.josm.gui.widgets
Classes in org.openstreetmap.josm.gui.widgets that implement MultiSplitPane.DividerPainter Modifier and Type Class Description private class
MultiSplitPane.DefaultDividerPainter
Fields in org.openstreetmap.josm.gui.widgets declared as MultiSplitPane.DividerPainter Modifier and Type Field Description private MultiSplitPane.DividerPainter
MultiSplitPane. dividerPainter
Methods in org.openstreetmap.josm.gui.widgets that return MultiSplitPane.DividerPainter Modifier and Type Method Description MultiSplitPane.DividerPainter
MultiSplitPane. getDividerPainter()
The DividerPainter that's used to paint Dividers on this MultiSplitPane.Methods in org.openstreetmap.josm.gui.widgets with parameters of type MultiSplitPane.DividerPainter Modifier and Type Method Description void
MultiSplitPane. setDividerPainter(MultiSplitPane.DividerPainter dividerPainter)
Sets the DividerPainter that's used to paint Dividers on this MultiSplitPane.
-