| Interface | Description |
|---|---|
| CommandAction | |
| CommandButtonLayoutManager |
Definition of a layout manager for
JCommandButtons. |
| PopupActionListener |
Popup action listener.
|
| ProgressListener |
Contract for parties interested to listen on progress events.
|
| RolloverActionListener |
Rollover action listener.
|
| Class | Description |
|---|---|
| AbstractFileViewPanel<T> |
Panel that hosts file-related command buttons with progress indication and cancellation
capabilities.
|
| AbstractFileViewPanel.Leaf |
Information on the specific file.
|
| CommandActionEvent | |
| CommandButtonLayoutManager.CommandButtonLayoutInfo |
Layout information on different visual parts of a single command button.
|
| CommandButtonLayoutManager.TextLayoutInfo |
Layout information on a single line of text.
|
| CommandButtonPresentationState |
Presentation state for command buttons.
|
| JCommandButton |
Command button.
|
| JCommandButtonPanel |
Panel that hosts command buttons.
|
| JCommandButtonStrip |
Button strip container.
|
| JScrollablePanel<T extends javax.swing.JComponent> |
ScrollablePanel allows to have scrolling buttons on each side.
|
| KeyValuePair<K,V> |
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.
|
| RichTooltip.Builder | |
| RichTooltipManager | |
| RichTooltipManager.JTrackableComponent | |
| StringValuePair<V> |
Key-value pair with a
String key. |
| Enum | Description |
|---|---|
| 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.CommandButtonLocationOrderKind |
Enumerates the available values for the location order kind.
|
| JScrollablePanel.ScrollType |