Class InsertWktGeometryAction

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

public class InsertWktGeometryAction extends AbstractAction implements org.openide.util.ContextAwareAction, org.openide.util.LookupListener
An action that allows users to insert a Geometry from WKT.
Since:
BEAM 5
See Also:
  • Constructor Details

    • InsertWktGeometryAction

      public InsertWktGeometryAction()
    • InsertWktGeometryAction

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

    • 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
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener