public class GetPerspectiveNamesGraphicalCommand extends AbstractGraphicalCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
GET_PERSPECTIVE_NAMES_KEY
Command ID
|
Constructor and Description |
---|
GetPerspectiveNamesGraphicalCommand() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandDescription()
Get the description of this command
|
java.lang.String |
getCommandName()
Get the name of the command
|
java.util.List<java.lang.String> |
performCommand(java.lang.Object... commandArgs)
Execute the command
|
void |
setGraphicalEnvironment(java.lang.Object graphicalEnvironment)
Set the graphical environment
|
public static final java.lang.String GET_PERSPECTIVE_NAMES_KEY
public void setGraphicalEnvironment(java.lang.Object graphicalEnvironment)
setGraphicalEnvironment
in class AbstractGraphicalCommand
graphicalEnvironment
- the graphical environmentpublic java.lang.String getCommandName()
getCommandName
in class AbstractGraphicalCommand
public java.lang.String getCommandDescription()
getCommandDescription
in class AbstractGraphicalCommand
public java.util.List<java.lang.String> performCommand(java.lang.Object... commandArgs) throws WekaException
performCommand
in class AbstractGraphicalCommand
commandArgs
- arguments to the commandWekaException
- if a problem occurs