class DefaultControllerEnvironment extends ControllerEnvironment
| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
libPath |
controllerListeners| Constructor and Description |
|---|
DefaultControllerEnvironment()
Public no-arg constructor.
|
| 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.
|
(package private) static String |
getPrivilegedProperty(String property) |
(package private) static String |
getPrivilegedProperty(String property,
String default_value) |
boolean |
isSupported()
Returns the isSupported status of this environment.
|
(package private) static void |
loadLibrary(String lib_name)
Static utility method for loading native libraries.
|
addControllerListener, fireControllerAdded, fireControllerRemoved, getDefaultEnvironment, log, logln, removeControllerListenerstatic String libPath
public DefaultControllerEnvironment()
static void loadLibrary(String lib_name)
public Controller[] getControllers()
getControllers in class ControllerEnvironmentpublic boolean isSupported()
ControllerEnvironmentisSupported in class ControllerEnvironment