|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MultiSplitLayout.Divider in org.openstreetmap.josm.gui |
|---|
| 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. |
| Methods in org.openstreetmap.josm.gui that return types with arguments of type MultiSplitLayout.Divider | |
|---|---|
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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||