public class AWTEnvironmentPlugin extends ControllerEnvironment implements Plugin
controllerListeners| Constructor and Description |
|---|
AWTEnvironmentPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Controller[] |
getControllers()
Returns a list of all controllers available to this environment,
or an empty array if there are no controllers in this environment.
|
boolean |
isSupported()
Returns the isSupported status of this environment.
|
addControllerListener, fireControllerAdded, fireControllerRemoved, getDefaultEnvironment, log, logln, removeControllerListenerpublic Controller[] getControllers()
ControllerEnvironmentgetControllers in class ControllerEnvironmentpublic boolean isSupported()
ControllerEnvironmentisSupported in class ControllerEnvironment