Method Summary |
|
public String | getCode() Returns the BeanShell code that will replay this action.
BeanShellAction.getCode() returns something more interesting for Actions that were loaded
from the actions.xml file. |
public String | getLabel() Returns the action's label. |
final public String | getMouseOverText() Returns the action's mouse over message. |
public String | getName() Returns the internal name of this action. |
public static View | getView(Component comp) |
abstract public void | invoke(View view) Invokes the action. |
final public void | invoke(View view, Object[] newArgs) |
public boolean | isSelected(Component comp) If this edit action is a toggle, returns if it is selected or not. |
final public boolean | isToggle() Returns if this edit action should be displayed as a check box
in menus. |
public boolean | noRecord() Returns if this edit action should not be recorded. |
public boolean | noRememberLast() Returns if this edit action should not be remembered as the most
recently invoked action. |
public boolean | noRepeat() Returns if this edit action should not be repeated. |
public void | setName(String newName) |
public String | toString() |