public class KFGraphicalEnvironmentCommandHandler extends java.lang.Object implements GraphicalEnvironmentCommandHandler
Constructor and Description |
---|
KFGraphicalEnvironmentCommandHandler(MainKFPerspective mainPerspective)
Constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
performCommand(java.lang.String commandName,
java.lang.Object... commandArgs)
Perform a command
|
public KFGraphicalEnvironmentCommandHandler(MainKFPerspective mainPerspective)
mainPerspective
- the main perspective of the GUIpublic <T> T performCommand(java.lang.String commandName, java.lang.Object... commandArgs) throws WekaException
performCommand
in interface GraphicalEnvironmentCommandHandler
T
- the type of the return valuecommandName
- the name of the command to executecommandArgs
- the optional argumentsWekaException
- if a problem occurs