|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Action | |
|---|---|
| com.sshtools.ui.awt | General AWT user interface utilities. |
| Uses of Action in com.sshtools.ui.awt |
|---|
| Classes in com.sshtools.ui.awt that implement Action | |
|---|---|
class |
AbstractAction
Abstract implementation of an Action. |
| Fields in com.sshtools.ui.awt declared as Action | |
|---|---|
static Action |
ActionMenu.SEPARATOR
|
| Methods in com.sshtools.ui.awt that return Action | |
|---|---|
Action |
ActionButton.getAction()
Get the action used to build this component. |
Action |
ActionMenu.getChild(int clicked)
|
| Methods in com.sshtools.ui.awt with parameters of type Action | |
|---|---|
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. |
| Constructors in com.sshtools.ui.awt with parameters of type Action | |
|---|---|
ActionButton(Action action)
Construct a new button from an action |
|
ActionButton(Action action,
java.lang.String iconDisplay,
java.lang.String textDisplay)
Construct a new button from an action |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||