|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultiSplitLayout.Divider | |
---|---|
org.openstreetmap.josm.gui |
Uses of MultiSplitLayout.Divider in org.openstreetmap.josm.gui |
---|
Fields in org.openstreetmap.josm.gui declared as MultiSplitLayout.Divider | |
---|---|
private MultiSplitLayout.Divider |
MultiSplitPane.dragDivider
|
Methods in org.openstreetmap.josm.gui that return MultiSplitLayout.Divider | |
---|---|
MultiSplitLayout.Divider |
MultiSplitPane.activeDivider()
Returns the Divider that's currently being moved, typically because the user is dragging it, or null. |
MultiSplitLayout.Divider |
MultiSplitLayout.dividerAt(int x,
int y)
Return the Divider whose bounds contain the specified point, or null if there isn't one. |
private MultiSplitLayout.Divider |
MultiSplitLayout.dividerAt(MultiSplitLayout.Node root,
int x,
int y)
|
Methods in org.openstreetmap.josm.gui that return types with arguments of type MultiSplitLayout.Divider | |
---|---|
private java.util.List<MultiSplitLayout.Divider> |
MultiSplitLayout.dividersThatOverlap(MultiSplitLayout.Node root,
java.awt.Rectangle r)
|
java.util.List<MultiSplitLayout.Divider> |
MultiSplitLayout.dividersThatOverlap(java.awt.Rectangle r)
Return the Dividers whose bounds overlap the specified Rectangle. |
Methods in org.openstreetmap.josm.gui with parameters of type MultiSplitLayout.Divider | |
---|---|
abstract void |
MultiSplitPane.DividerPainter.paint(java.awt.Graphics g,
MultiSplitLayout.Divider divider)
Paint a single Divider. |
void |
MultiSplitPane.DefaultDividerPainter.paint(java.awt.Graphics g,
MultiSplitLayout.Divider divider)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |