public interface GraphicalEnvironmentCommandHandler
| Modifier and Type | Method and Description |
|---|---|
<T> T |
performCommand(String commandName,
Object... commandArgs)
Attempt to perform a graphical command (if supported) in the current
graphical environment
|
<T> T performCommand(String commandName, Object... commandArgs) throws WekaException
commandName - the name of the command to executecommandArgs - the optional argumentsWekaException - if a problem occursCopyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.