public class OpenImageViewAction extends AbstractAction
Modifier and Type | Class and Description |
---|---|
static interface |
OpenImageViewAction.ProductSceneViewImageUpdater
A method used to update a
ProductSceneView . |
changeSupport, enabled
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 and Description |
---|
OpenImageViewAction(RasterDataNode rasterDataNode) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
static OpenImageViewAction |
create(RasterDataNode rasterDataNode,
boolean activateIfExists) |
void |
execute() |
boolean |
getActivateIfExists() |
static ProductSceneView |
getProductSceneView(RasterDataNode raster) |
static ProductSceneViewTopComponent |
getProductSceneViewTopComponent(RasterDataNode raster) |
static void |
openImageView(RasterDataNode rasterDataNode) |
void |
setActivateIfExists(boolean value) |
static void |
showImageView(RasterDataNode rasterDataNode) |
static void |
updateProductSceneViewImage(ProductSceneView view) |
static void |
updateProductSceneViewImages(RasterDataNode[] rasters) |
static void |
updateProductSceneViewImages(RasterDataNode[] rasters,
OpenImageViewAction.ProductSceneViewImageUpdater updateMethod) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
public OpenImageViewAction(RasterDataNode rasterDataNode)
public static OpenImageViewAction create(RasterDataNode rasterDataNode, boolean activateIfExists)
public static void showImageView(RasterDataNode rasterDataNode)
public static void openImageView(RasterDataNode rasterDataNode)
public boolean getActivateIfExists()
public void setActivateIfExists(boolean value)
public void actionPerformed(ActionEvent e)
public void execute()
public static ProductSceneViewTopComponent getProductSceneViewTopComponent(RasterDataNode raster)
public static ProductSceneView getProductSceneView(RasterDataNode raster)
public static void updateProductSceneViewImage(ProductSceneView view)
public static void updateProductSceneViewImages(RasterDataNode[] rasters)
public static void updateProductSceneViewImages(RasterDataNode[] rasters, OpenImageViewAction.ProductSceneViewImageUpdater updateMethod)
Copyright © 2014–2015 European Space Agency (ESA). All rights reserved.