public interface GraphicalEnvironmentCommandHandler
| Modifier and Type | Method and Description |
|---|---|
<T> T |
performCommand(java.lang.String commandName,
java.lang.Object... commandArgs)
Attempt to perform a graphical command (if supported) in the current
graphical environment
|
<T> T performCommand(java.lang.String commandName,
java.lang.Object... commandArgs)
throws WekaException
commandName - the name of the command to executecommandArgs - the optional argumentsWekaException - if a problem occurs