Interface | Description |
---|---|
AsynchronousLoading |
This interface is used for asynchronously-loaded contents.
|
AsynchronousLoadListener |
This interface is used for asynchronously-loaded contents.
|
CommandButtonLayoutManager |
Definition of a layout manager for
AbstractCommandButton s. |
PopupActionListener |
Popup action listener.
|
ProgressListener |
Contract for parties interested to listen on progress events.
|
RolloverActionListener |
Rollover action listener.
|
Class | Description |
---|---|
AbstractCommandButton |
Base class for command buttons.
|
AbstractFileViewPanel<T> |
Panel that hosts file-related command buttons with progress indication and
cancellation capabilities.
|
AbstractFileViewPanel.Leaf |
Information on the specific file.
|
CommandButtonDisplayState |
Display state for command buttons.
|
CommandButtonLayoutManager.CommandButtonLayoutInfo |
Layout information on different visual parts of a single command button.
|
CommandButtonLayoutManager.TextLayoutInfo |
Layout information on a single line of text.
|
CommandToggleButtonGroup |
Group of command toggle buttons.
|
JCommandButton |
Command button.
|
JCommandButtonPanel |
Panel that hosts command buttons.
|
JCommandButtonStrip |
Button strip component.
|
JCommandMenuButton |
A command button that can be placed in
JCommandPopupMenu s and in the
primary / secondary panels of the ribbon application menu. |
JCommandToggleButton |
Command button.
|
JCommandToggleMenuButton |
A command toggle button that can be placed in
JCommandPopupMenu . |
JScrollablePanel<T extends JComponent> |
ScrollablePanel allows to have scrolling buttons on each side.
|
KeyValuePair<S,T> |
Generic key-value pair with optional property map.
|
ProgressEvent |
This event is used to notify interested parties that progress has been made
in the event source.
|
RichTooltip |
Rich tooltip for command buttons.
|
RichToolTipManager | |
RichToolTipManager.JTrackableComponent | |
StringValuePair<T> |
Key-value pair with a
String key. |
Enum | Description |
---|---|
AbstractCommandButton.CommandButtonLocationOrderKind |
Enumerates the available values for the location order kind.
|
CommandButtonLayoutManager.CommandButtonSeparatorOrientation |
Enumerates the available values for separator orientations.
|
HorizontalAlignment |
Enumerates the available values for horizontal alignment.
|
JCommandButton.CommandButtonKind |
Enumerates the available command button kinds.
|
JCommandButton.CommandButtonPopupOrientationKind |
Orientation kind for the popup.
|
JCommandButtonPanel.LayoutKind |
Enumerates the available layout kinds.
|
JCommandButtonStrip.StripOrientation |
Button strip orientation.
|
JScrollablePanel.ScrollType |