Class CopyPixelInfoToClipboardAction

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

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

    • CopyPixelInfoToClipboardAction

      public CopyPixelInfoToClipboardAction()
    • CopyPixelInfoToClipboardAction

      public CopyPixelInfoToClipboardAction(org.openide.util.Lookup lkp)
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Invoked when a command action is performed.
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      event - the command event
    • createContextAwareInstance

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

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