| Package | Description |
|---|---|
| com.sshtools.ui.awt |
General AWT user interface utilities.
|
| Modifier and Type | Field and Description |
|---|---|
static Action |
ActionMenu.SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
Action |
ActionButton.getAction()
Get the action used to build this component.
|
Action |
ActionMenu.getChild(int clicked) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionMenu.add(Action item) |
void |
ActionBar.addAction(Action action) |
void |
ActionButton.setAction(Action action)
Set the image, text, action listener etc from the action.
|
| Constructor and Description |
|---|
ActionButton(Action action)
Construct a new button from an action
|
ActionButton(Action action,
String iconDisplay,
String textDisplay)
Construct a new button from an action
|
Copyright © 2021. All rights reserved.