Package | Description |
---|---|
org.jdesktop.swingx |
Contains extensions to the Swing GUI toolkit, including new and enhanced
components that provide functionality commonly required by rich,
data-centric client applications.
|
org.jdesktop.swingx.multisplitpane |
Contains support classes for the MultiSplitLayout layout manager.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
MultiSplitLayout.ColSplit |
|
static class |
MultiSplitLayout.RowSplit |
Modifier and Type | Method | Description |
---|---|---|
MultiSplitLayout.Split |
MultiSplitLayout.Node.getParent() |
Returns the Split parent of this Node, or null.
|
Modifier and Type | Method | Description |
---|---|---|
void |
MultiSplitLayout.Split.checkDividers(MultiSplitLayout.Split split) |
Check the dividers to ensure that redundant dividers are hidden and do
not interfere in the layout, for example when all the children of a split
are hidden (the split is then invisible), so two dividers may otherwise
appear next to one another.
|
MultiSplitLayout.Node |
MultiSplitLayout.getNodeForComponent(MultiSplitLayout.Split split,
Component comp) |
Get the MultiSplitLayout.Node associated with a component
|
MultiSplitLayout.Node |
MultiSplitLayout.getNodeForName(MultiSplitLayout.Split split,
String name) |
Get the MultiSplitLayout.Node associated with a component
|
void |
MultiSplitLayout.Split.restoreDividers(MultiSplitLayout.Split split) |
Restore any of the hidden dividers that are required to separate visible nodes
|
void |
MultiSplitLayout.Node.setParent(MultiSplitLayout.Split parent) |
Set the value of this Node's parent property.
|
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultSplitPaneModel |
A simplified SplitPaneLayout for common split pane needs.
|
Copyright © 2018. All rights reserved.