Class ComputeMaskAreaAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.mask.ComputeMaskAreaAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openide.util.ContextAwareAction, org.openide.util.HelpCtx.Provider, org.openide.util.LookupListener

public class ComputeMaskAreaAction extends AbstractAction implements org.openide.util.LookupListener, org.openide.util.ContextAwareAction, org.openide.util.HelpCtx.Provider
See Also:
  • Constructor Details

    • ComputeMaskAreaAction

      public ComputeMaskAreaAction()
    • ComputeMaskAreaAction

      public ComputeMaskAreaAction(org.openide.util.Lookup lookup)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener
    • createContextAwareInstance

      public Action createContextAwareInstance(org.openide.util.Lookup actionContext)
      Specified by:
      createContextAwareInstance in interface org.openide.util.ContextAwareAction
    • resultChanged

      public void resultChanged(org.openide.util.LookupEvent ev)
      Specified by:
      resultChanged in interface org.openide.util.LookupListener
    • getHelpCtx

      public org.openide.util.HelpCtx getHelpCtx()
      Specified by:
      getHelpCtx in interface org.openide.util.HelpCtx.Provider