Package | Description |
---|---|
org.openstreetmap.josm.gui.widgets |
Modifier and Type | Field and Description |
---|---|
private MultiSplitLayout.Divider |
MultiSplitPane.dragDivider |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
private List<MultiSplitLayout.Divider> |
MultiSplitLayout.dividersThatOverlap(MultiSplitLayout.Node root,
Rectangle r) |
List<MultiSplitLayout.Divider> |
MultiSplitLayout.dividersThatOverlap(Rectangle r)
Return the Dividers whose bounds overlap the specified
Rectangle.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
MultiSplitPane.DividerPainter.paint(Graphics g,
MultiSplitLayout.Divider divider)
Paint a single Divider.
|
void |
MultiSplitPane.DefaultDividerPainter.paint(Graphics g,
MultiSplitLayout.Divider divider) |