Uses of Class
org.openstreetmap.josm.gui.MultiSplitLayout.Split

Uses of MultiSplitLayout.Split in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui that return MultiSplitLayout.Split
 MultiSplitLayout.Split MultiSplitLayout.Node.getParent()
          Returns the Split parent of this Node, or null.
 

Methods in org.openstreetmap.josm.gui with parameters of type MultiSplitLayout.Split
 void MultiSplitLayout.Node.setParent(MultiSplitLayout.Split parent)
          Set the value of this Node's parent property.