Interface | Description |
---|---|
JXLabel.IValue |
Class | Description |
---|---|
ForwardingRepaintManager |
A
RepaintManager that is designed to forward all calls to a contained
delegate. |
HorizontalLayout |
Organizes components in a horizontal layout.
|
JXLabel |
A
JLabel subclass which supports
Painter s, multi-line text, and text
rotation. |
JXLabel.MultiLineSupport | |
JXMultiSplitPane |
All properties in this class are bound: when a properties value is changed,
all PropertyChangeListeners are fired.
|
JXMultiSplitPane.DividerPainter |
Draws a single Divider.
|
JXPanel |
An extended
JPanel that provides additional features. |
MultiSplitLayout |
The MultiSplitLayout layout manager recursively arranges its components in
row and column groups called "Splits".
|
MultiSplitLayout.ColSplit | |
MultiSplitLayout.Divider |
Models a single vertical/horiztonal divider.
|
MultiSplitLayout.Leaf |
Models a java.awt Component child.
|
MultiSplitLayout.Node |
Base class for the nodes that model a MultiSplitLayout.
|
MultiSplitLayout.RowSplit | |
MultiSplitLayout.Split |
Defines a vertical or horizontal subdivision into two or more tiles.
|
RepaintManagerX |
An implementation of
RepaintManager which adds support for
transparency in JXPanel s. |
SwingXUtilities |
A collection of utility methods for Swing(X) classes.
|
VerticalLayout |
Organizes components in a vertical layout.
|
Enum | Description |
---|---|
JXLabel.TextAlignment |
Text alignment enums.
|
ScrollableSizeHint |
Sizing hints for layout, useful f.i.
|
Exception | Description |
---|---|
MultiSplitLayout.InvalidLayoutException |
The specified Node is either the wrong type or was configured
incorrectly.
|
Annotation Type | Description |
---|---|
TranslucentRepaintManager |
An annotation that can be applied to a
RepaintManager to
suggest that the RepaintManager supports translucency. |