Class AbstractSnapAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.actions.AbstractSnapAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openide.util.HelpCtx.Provider
Direct Known Subclasses:
ExecuteToolAdapterAction, ImportTrackAction, ImportVectorDataNodeFromCsvAction, ImportVectorDataNodeFromMermaidAction, ImportVectorDataNodeFromShapefileAction, ManageToolAdaptersAction

public abstract class AbstractSnapAction extends AbstractAction implements org.openide.util.HelpCtx.Provider
See Also:
  • Field Details

  • Constructor Details

    • AbstractSnapAction

      public AbstractSnapAction()
  • Method Details

    • getAppContext

      public AppContext getAppContext()
    • getHelpId

      public String getHelpId()
    • setHelpId

      public void setHelpId(String helpId)
    • getHelpCtx

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