|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Command | |
|---|---|
| org.esa.beam.framework.ui | Provides utility classes for general user interface building. |
| org.esa.beam.framework.ui.application | |
| org.esa.beam.framework.ui.application.support | |
| org.esa.beam.framework.ui.command | This package provides an implementation of the GoF 'Command Pattern' for the MERIS/(A)ATSR Toolbox. |
| org.esa.beam.visat | This package contains the module VISAT. |
| org.esa.beam.visat.actions | |
| org.esa.beam.visat.actions.layout | |
| org.esa.beam.visat.actions.pgrab | |
| org.esa.beam.visat.actions.rangefinder | |
| org.esa.beam.visat.actions.session | |
| Uses of Command in org.esa.beam.framework.ui |
|---|
| Subclasses of Command in org.esa.beam.framework.ui | |
|---|---|
class |
AppCommand
|
| Methods in org.esa.beam.framework.ui with parameters of type Command | |
|---|---|
protected void |
BasicApp.insertCommandMenuItem(Command command)
|
| Uses of Command in org.esa.beam.framework.ui.application |
|---|
| Methods in org.esa.beam.framework.ui.application that return Command | |
|---|---|
Command |
DocViewDescriptor.createOpenViewCommand(ApplicationPage applicationPage)
Create a command that when executed, will attempt to open the page component described by this descriptor in the provided application window. |
Command |
ToolViewDescriptor.createShowViewCommand(ApplicationPage applicationPage)
Create a command that when executed, will attempt to show the page component described by this descriptor in the provided application window. |
| Uses of Command in org.esa.beam.framework.ui.application.support |
|---|
| Methods in org.esa.beam.framework.ui.application.support that return Command | |
|---|---|
Command |
DefaultToolViewDescriptor.createShowViewCommand(ApplicationPage applicationPage)
Create a command that when executed, will attempt to show the page component described by this descriptor in the provided application window. |
| Uses of Command in org.esa.beam.framework.ui.command |
|---|
| Subclasses of Command in org.esa.beam.framework.ui.command | |
|---|---|
class |
CommandGroup
The CommandGroup is a group of commands represented by a menu item group. |
class |
ExecCommand
The ExecCommand is an ... |
class |
SelectableCommand
A command which also has a 'selected' state. |
class |
ToolCommand
A command which activates a tool. |
| Methods in org.esa.beam.framework.ui.command that return Command | |
|---|---|
Command |
CommandEvent.getCommand()
|
Command |
DefaultCommandManager.getCommand(String commandID)
Gets the command associated with the given command-COMMAND_ID or null if a command with the given command-ID
has not been registered (so far). |
Command |
CommandManager.getCommand(String commandID)
Gets the command associated with the given command-COMMAND_ID or null if a command with the given command-ID
has not been registered (so far). |
Command |
DefaultCommandManager.getCommandAt(int index)
Returns the element at the specified position in this DefaultCommandManager. |
Command |
CommandManager.getCommandAt(int index)
Returns the element at the specified position in this DefaultCommandManager. |
Command[] |
BarBuilder.getMainMenuBarCommands()
|
| Methods in org.esa.beam.framework.ui.command with parameters of type Command | |
|---|---|
void |
DefaultCommandManager.addCommand(Command command)
Adds a new command to this command manager. |
void |
CommandManager.addCommand(Command command)
Adds a new command to this command manager. |
JMenuItem |
CommandComponentFactory.createMenuItem(Command command)
|
JButton |
CommandComponentFactory.createToolbarButton(Command command)
|
static int |
CommandMenuUtils.findMenuInsertPosition(JPopupMenu popupMenu,
Command command,
CommandManager manager)
Finds the insert position of the given command within the |
static void |
CommandMenuUtils.insertCommandMenuItem(Boolean sortChildren,
JPopupMenu popupMenu,
Command command,
CommandManager manager)
Inserts the given command at the end of the |
static void |
CommandMenuUtils.insertCommandMenuItem(JMenu menu,
Command command,
CommandManager commandManager)
|
static void |
CommandMenuUtils.insertCommandMenuItem(JPopupMenu popupMenu,
Command command,
int pos)
Inserts the given command to the |
static void |
CommandMenuUtils.insertCommandMenuItem0(JPopupMenu popupMenu,
Command command,
CommandManager manager)
Deprecated. since BEAM 4.10. Use CommandMenuUtils.insertCommandMenuItem(Boolean, JPopupMenu, Command, CommandManager) instead. |
void |
DefaultCommandManager.removeCommand(Command command)
Removes an existing command from this command manager. |
void |
CommandManager.removeCommand(Command command)
Removes an existing command from this command manager. |
| Constructors in org.esa.beam.framework.ui.command with parameters of type Command | |
|---|---|
CommandEvent(Command command,
ActionEvent actionEvent,
Object contextObject,
Object argument)
|
|
| Uses of Command in org.esa.beam.visat |
|---|
| Methods in org.esa.beam.visat that return Command | |
|---|---|
Command[] |
VisatActivator.getCommands()
|
| Uses of Command in org.esa.beam.visat.actions |
|---|
| Subclasses of Command in org.esa.beam.visat.actions | |
|---|---|
class |
AboutAction
This Action shows the VISAT about box. |
class |
AbstractExportImageAction
|
class |
AbstractVisatAction
|
class |
ActionGroup
|
class |
AttachPixelGeoCodingAction
|
class |
BandMathsAction
VISAT's band arithmetic feature. |
class |
CloseAction
This action closes the currently selected product. |
class |
CloseAllAction
This action closes all opened products. |
class |
CollapseMetadataTableAction
|
class |
ComputeMaskAreaAction
|
class |
CreateAsarNrcsBandsAction
|
class |
CreateDemRelatedBandsAction
|
class |
CreateFilteredBandAction
Installs commands into VISAT which lets a user attach a PixelGeoCoding based on pixels rather than tie points to the current product. |
class |
CreateSubsetFromViewAction
|
class |
CreateVectorDataNodeAction
Creates a new vector data node. |
class |
CreateXYDisplacementBandsAction
|
class |
DefaultOperatorAction
WARNING: This class belongs to a preliminary API and may change in future releases. |
class |
DetachPixelGeoCodingAction
|
class |
ExitAction
This action forces VISAT to shut down. |
class |
ExpandMetadataTableAction
|
class |
ExportColorPaletteAction
This action exports the color palette of the selected product. |
class |
ExportEnviGcpFileAction
This actions exports ground control points of the selected product in a ENVI format. |
class |
ExportGeometryAction
|
class |
ExportImageAction
Action for exporting scene views as images. |
class |
ExportKmzFileAction
|
class |
ExportLegendImageAction
|
class |
ExportMaskPixelsAction
|
class |
ExportMetadataAction
|
class |
ExportTransectPixelsAction
|
class |
FlippingAction
|
class |
HelpTopicsAction
This action shows the VISAT help. |
class |
ImportTrackAction
Action that lets a user load text files that contain data associated with a geographic position, e.g. some kind of track. |
class |
ImportVectorDataNodeFromCsvAction
|
class |
ImportVectorDataNodeFromMermaidAction
|
class |
ImportVectorDataNodeFromShapefileAction
|
class |
NewAction
This action creates a new product derived from an existing. |
class |
OpenAction
This action opens a product. |
class |
PlacemarkToolAction
|
class |
PreferencesAction
This action opens the VISAT preferences dialog. |
class |
ProcessorAction
This action starts the associated processor. |
class |
ProductExportAction
This action exports a product of the associated format. |
class |
ProductImportAction
This action imports a product of the associated format. |
class |
PropertiesAction
|
class |
SaveAction
This action saves the selected product. |
class |
SaveAsAction
This action saves the selected product and asking the user new file location. |
class |
ShowDataSourcesAction
This action opens the default browser to display the BEAM data sources web page. |
class |
ShowGcpOverlayAction
|
class |
ShowGeometryOverlayAction
|
class |
ShowGraticuleOverlayAction
|
class |
ShowHomePageAction
This action launches the default browser to display the BEAM home page. |
class |
ShowImageViewAction
This action opens an image view of the currently selected raster. |
class |
ShowImageViewRGBAction
This action opens an RGB image view on the currently selected Product. |
class |
ShowMetadataViewAction
This action opens an Metadata View of the currently selected Metadata Node |
class |
ShowModuleManagerAction
This action shows the update module manager |
class |
ShowNoDataOverlayAction
|
class |
ShowPinOverlayAction
|
class |
ShowPlacemarkViewAction
This action opens a placemark view. |
class |
ShowStatusBarAction
This Action toggels the visibility of the status bar. |
class |
ShowToolBarAction
This action toggles the visibility of a tool bar. |
class |
ShowWorldMapOverlayAction
|
class |
ToolAction
Tool actions are used to interact with a FigureEditor,
such as the VISAT product scene view. |
| Uses of Command in org.esa.beam.visat.actions.layout |
|---|
| Subclasses of Command in org.esa.beam.visat.actions.layout | |
|---|---|
class |
LoadUserLayoutAction
|
class |
ResetLayoutAction
|
class |
SaveAsUserLayoutAction
|
| Uses of Command in org.esa.beam.visat.actions.pgrab |
|---|
| Subclasses of Command in org.esa.beam.visat.actions.pgrab | |
|---|---|
class |
ProductGrabberAction
The ProductGrabberVPI opens a dialog to preview and open products. |
| Uses of Command in org.esa.beam.visat.actions.rangefinder |
|---|
| Subclasses of Command in org.esa.beam.visat.actions.rangefinder | |
|---|---|
class |
RangeFinderToolAction
This action can measure the distance covered by a path of points. |
| Uses of Command in org.esa.beam.visat.actions.session |
|---|
| Subclasses of Command in org.esa.beam.visat.actions.session | |
|---|---|
class |
CloseSessionAction
Closes a VISAT session. |
class |
OpenSessionAction
Opens a VISAT session. |
class |
SaveSessionAction
Saves a VISAT session. |
class |
SaveSessionAsAction
Saves a VISAT session with a new filename. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||