public class GetPerspectiveNamesGraphicalCommand extends AbstractGraphicalCommand
| Modifier and Type | Field and Description |
|---|---|
static String |
GET_PERSPECTIVE_NAMES_KEY
Command ID
|
| Constructor and Description |
|---|
GetPerspectiveNamesGraphicalCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandDescription()
Get the description of this command
|
String |
getCommandName()
Get the name of the command
|
List<String> |
performCommand(Object... commandArgs)
Execute the command
|
void |
setGraphicalEnvironment(Object graphicalEnvironment)
Set the graphical environment
|
public static final String GET_PERSPECTIVE_NAMES_KEY
public void setGraphicalEnvironment(Object graphicalEnvironment)
setGraphicalEnvironment in class AbstractGraphicalCommandgraphicalEnvironment - the graphical environmentpublic String getCommandName()
getCommandName in class AbstractGraphicalCommandpublic String getCommandDescription()
getCommandDescription in class AbstractGraphicalCommandpublic List<String> performCommand(Object... commandArgs) throws WekaException
performCommand in class AbstractGraphicalCommandcommandArgs - arguments to the commandWekaException - if a problem occursCopyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.