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