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 classMultiSplitPane.DefaultDividerPainterFields in org.openstreetmap.josm.gui.widgets declared as MultiSplitPane.DividerPainter Modifier and Type Field Description private MultiSplitPane.DividerPainterMultiSplitPane. dividerPainterMethods in org.openstreetmap.josm.gui.widgets that return MultiSplitPane.DividerPainter Modifier and Type Method Description MultiSplitPane.DividerPainterMultiSplitPane. 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 voidMultiSplitPane. setDividerPainter(MultiSplitPane.DividerPainter dividerPainter)Sets the DividerPainter that's used to paint Dividers on this MultiSplitPane.
-