Class OpenQuicklookViewAction

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

public class OpenQuicklookViewAction extends AbstractAction implements org.openide.util.ContextAwareAction, org.openide.util.LookupListener
This action opens a Quicklook View of the currently selected Quicklook Node
See Also:
  • Constructor Details

    • OpenQuicklookViewAction

      public OpenQuicklookViewAction()
    • OpenQuicklookViewAction

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

    • createContextAwareInstance

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

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

      public void actionPerformed(ActionEvent e)
      Specified by:
      actionPerformed in interface ActionListener
    • openQuicklookView

      public void openQuicklookView(Quicklook ql)