public abstract class AbstractGraphicalCommand
extends java.lang.Object
| Constructor and Description |
|---|
AbstractGraphicalCommand() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getCommandDescription()
Get a description of this command
|
abstract java.lang.String |
getCommandName()
Get the name of this command
|
abstract <T> T |
performCommand(java.lang.Object... commandArgs)
Perform the command
|
void |
setGraphicalEnvironment(java.lang.Object env)
Set a reference to the graphical environment
|
public void setGraphicalEnvironment(java.lang.Object env)
public abstract java.lang.String getCommandName()
public abstract java.lang.String getCommandDescription()
public abstract <T> T performCommand(java.lang.Object... commandArgs)
throws WekaException
T - the return typecommandArgs - arguments to the commandWekaException - if a problem occurs