Package | Description |
---|---|
org.jdesktop.swingx |
N-section split-pane classes.
|
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 |
---|---|
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.
|
Copyright © 2023. All rights reserved.