Class ConvertComputedBandIntoBandAction

java.lang.Object
javax.swing.AbstractAction
org.esa.snap.rcp.actions.raster.ConvertComputedBandIntoBandAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, org.openide.util.ContextAwareAction, org.openide.util.LookupListener

public class ConvertComputedBandIntoBandAction extends AbstractAction implements org.openide.util.ContextAwareAction, org.openide.util.LookupListener
Converts a virtual band into a "real" band.
See Also:
  • Constructor Details

    • ConvertComputedBandIntoBandAction

      public ConvertComputedBandIntoBandAction()
    • ConvertComputedBandIntoBandAction

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

    • actionPerformed

      public void actionPerformed(ActionEvent e)
      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