|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionValues
Interface that helps in construction of Actions that are to appear on menus and toolbars.
| Method Summary | |
|---|---|
Integer |
getAcceleratorKey()
Set the accelerator key. |
Integer |
getAcceleratorKeyMask()
Set the accelerator key. |
Icon |
getIcon()
Get the Icon to use on the action. |
Integer |
getMnemonic()
Get the mnemonic key to use for the action. |
String |
getName()
Get the name of the action. |
String |
getToolTip()
Get the tooltip text to use for this action. |
| Method Detail |
|---|
String getName()
String getToolTip()
Icon getIcon()
Integer getMnemonic()
Action.MNEMONIC_KEY,
KeyEventInteger getAcceleratorKey()
KeyEvent,
Action.ACCELERATOR_KEYInteger getAcceleratorKeyMask()
KeyEvent,
Action.ACCELERATOR_KEY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||