|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gjt.sp.jedit.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.Wrapper(ActionContext context,
java.lang.String actionName)
Creates a new action listener wrapper. |
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
Called when the user selects this action from a menu. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EditAction.Wrapper(ActionContext context,
java.lang.String actionName)
| Method Detail |
public void actionPerformed(java.awt.event.ActionEvent evt)
InputHandler.invokeAction(EditAction)
method, which performs any recording or repeating.
actionPerformed in interface java.awt.event.ActionListenerevt - The action event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||