public class KFGraphicalEnvironmentCommandHandler extends Object implements GraphicalEnvironmentCommandHandler
| Constructor and Description |
|---|
KFGraphicalEnvironmentCommandHandler(MainKFPerspective mainPerspective)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
performCommand(String commandName,
Object... commandArgs)
Perform a command
|
public KFGraphicalEnvironmentCommandHandler(MainKFPerspective mainPerspective)
mainPerspective - the main perspective of the GUIpublic <T> T performCommand(String commandName, Object... commandArgs) throws WekaException
performCommand in interface GraphicalEnvironmentCommandHandlerT - the type of the return valuecommandName - the name of the command to executecommandArgs - the optional argumentsWekaException - if a problem occursCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.