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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
abstract void |
MultiSplitPane.DividerPainter.paint(java.awt.Graphics g,
MultiSplitLayout.Divider divider)
Paint a single Divider.
|