Package org.esa.snap.rcp.subset
Class CreateSubsetFromViewAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.esa.snap.rcp.subset.CreateSubsetFromViewAction
-
- All Implemented Interfaces:
ActionListener
,Serializable
,Cloneable
,EventListener
,Action
public class CreateSubsetFromViewAction extends AbstractAction
This action opens a product subset dialog with the initial spatial bounds taken from the currently visible image area.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Constructor Summary
Constructors Constructor Description CreateSubsetFromViewAction(ProductSceneView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent ignored)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
CreateSubsetFromViewAction
public CreateSubsetFromViewAction(ProductSceneView view)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent ignored)
-
-