Package | Description |
---|---|
org.openstreetmap.josm.gui.widgets |
Provides GUI widgets customized for JOSM needs.
|
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 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.
|
Modifier and Type | Method and Description |
---|---|
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) |