Module jEdit

Class EditAction.Wrapper

java.lang.Object
org.gjt.sp.jedit.EditAction.Wrapper
All Implemented Interfaces:
ActionListener, EventListener
Enclosing class:
EditAction

public static class EditAction.Wrapper extends Object implements ActionListener
'Wrap' EditActions in this class to turn them into AWT ActionListeners, that can be attached to buttons, menu items, etc.
  • Constructor Details

    • Wrapper

      public Wrapper(ActionContext context, String actionName)
      Creates a new action listener wrapper.
      Parameters:
      context - the action context
      actionName - the name of the action
      Since:
      jEdit 4.2pre1
  • Method Details