|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.EditAction
An action that can be bound to a menu item, tool bar button or keystroke.
jEdit.getAction(String),
jEdit.getActionNames(),
ActionSet| Nested Class Summary | |
static class |
EditAction.Wrapper
'Wrap' EditActions in this class to turn them into AWT ActionListeners, that can be attached to buttons, menu items, etc. |
| Constructor Summary | |
EditAction(java.lang.String name)
Creates a new edit action with the specified name. |
|
| Method Summary | |
abstract java.lang.String |
getCode()
Returns the BeanShell code that will replay this action. |
java.lang.String |
getLabel()
Returns the action's label. |
java.lang.String |
getMouseOverText()
Returns the action's mouse over message. |
java.lang.String |
getName()
Returns the internal name of this action. |
static View |
getView(java.awt.Component comp)
Deprecated. Call GUIUtilities.getView() instead. |
void |
invoke(View view)
Invokes the action. |
boolean |
isSelected(java.awt.Component comp)
If this edit action is a toggle, returns if it is selected or not. |
boolean |
isToggle()
Returns if this edit action should be displayed as a check box in menus. |
boolean |
noRecord()
Returns if this edit action should not be recorded. |
boolean |
noRememberLast()
Returns if this edit action should not be remembered as the most recently invoked action. |
boolean |
noRepeat()
Returns if this edit action should not be repeated. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EditAction(java.lang.String name)
name - The action name| Method Detail |
public java.lang.String getName()
public final java.lang.String getLabel()
getName() suffixed
with .label.
public final java.lang.String getMouseOverText()
getName() suffixed
with .mouse-over.
public void invoke(View view)
view - The viewpublic static View getView(java.awt.Component comp)
GUIUtilities.getView() instead.
public final boolean isToggle()
getName() suffixed
with .toggle.
public boolean isSelected(java.awt.Component comp)
comp - The componentpublic boolean noRepeat()
public boolean noRecord()
public boolean noRememberLast()
public abstract java.lang.String getCode()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||