Class ShowGeometryWktAction

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

public class ShowGeometryWktAction extends AbstractAction implements org.openide.util.LookupListener, org.openide.util.ContextAwareAction
An action that allows users to copy WKT from selected Geometries.
Since:
BEAM 5
See Also:
  • Constructor Details

    • ShowGeometryWktAction

      public ShowGeometryWktAction()
    • ShowGeometryWktAction

      public ShowGeometryWktAction(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 lookupEvent)
      Specified by:
      resultChanged in interface org.openide.util.LookupListener