| Interface | Description |
|---|---|
| CommandButtonLayoutManager |
Definition of a layout manager for
AbstractCommandButtons. |
| 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.
|
| FlamingoCommand |
Encapsulates metadata associated with a single command.
|
| FlamingoCommand.BaseFlamingoCommandBuilder<T extends FlamingoCommand,B extends FlamingoCommand.BaseFlamingoCommandBuilder> | |
| FlamingoCommand.FlamingoCommandBuilder | |
| FlamingoCommand.FlamingoCommandToggleGroup | |
| JCommandButton |
Command button.
|
| JCommandButtonPanel |
Panel that hosts command buttons.
|
| JCommandButtonStrip |
Button strip component.
|
| JCommandMenuButton |
A command button that can be placed in
JCommandPopupMenus 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 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.RichTooltipBuilder | |
| RichToolTipManager | |
| RichToolTipManager.JTrackableComponent | |
| StringValuePair<V> |
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 |