Class MacroAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class MacroAction extends HookableAction
See Also:
  • Constructor Details

    • MacroAction

      public MacroAction(Project project, URL analysisURL)
  • Method Details

    • isShowWizard

      public boolean isShowWizard()
    • setShowWizard

      public void setShowWizard(boolean showWizard)
    • hookableActionPerformed

      public void hookableActionPerformed(ActionEvent ae)
      Description copied from class: HookableAction
      Method which should be implemented instead of actionPerformed.
      Specified by:
      hookableActionPerformed in class HookableAction