Package weka.gui.knowledgeflow
Class GetPerspectiveNamesGraphicalCommand
java.lang.Object
weka.gui.knowledgeflow.AbstractGraphicalCommand
weka.gui.knowledgeflow.GetPerspectiveNamesGraphicalCommand
Class implementing a command for getting the names of all visible
perspectives
- Version:
- $Revision: $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the description of this commandGet the name of the commandperformCommand
(Object... commandArgs) Execute the commandvoid
setGraphicalEnvironment
(Object graphicalEnvironment) Set the graphical environment
-
Field Details
-
GET_PERSPECTIVE_NAMES_KEY
Command ID- See Also:
-
-
Constructor Details
-
GetPerspectiveNamesGraphicalCommand
public GetPerspectiveNamesGraphicalCommand()
-
-
Method Details
-
setGraphicalEnvironment
Set the graphical environment- Overrides:
setGraphicalEnvironment
in classAbstractGraphicalCommand
- Parameters:
graphicalEnvironment
- the graphical environment
-
getCommandName
Get the name of the command- Specified by:
getCommandName
in classAbstractGraphicalCommand
- Returns:
- the name of the command
-
getCommandDescription
Get the description of this command- Specified by:
getCommandDescription
in classAbstractGraphicalCommand
- Returns:
- the description of this command
-
performCommand
Execute the command- Specified by:
performCommand
in classAbstractGraphicalCommand
- Parameters:
commandArgs
- arguments to the command- Returns:
- null (no return value for this command)
- Throws:
WekaException
- if a problem occurs
-