- getBody() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the body of the the user interface as JPanel
.
- getCommonConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a common configuration value as String
specified by the key if existing, otherwise
null
.
- getCommonConfigValue(String, boolean) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a common configuration value as String
specified by the key if existing, otherwise
null
.
- getConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a configuration variable specified by key as String
if existing, otherwise
null
.
- getConfigValueAsInteger(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a configuration variable specified by key as Integer
if existing, otherwise
null
.
- getFrameConfigValue(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a frame (local) configuration value as String
specified by the key if existing, otherwise
null
.
- getFrameConfigValue(String, boolean) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a frame (local) configuration value as String
specified by the key if existing, otherwise
null
.
- getFrameConfigValueAsInteger(String) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the value of a frame (local) configuration variable specified by key as Integer
if
existing, otherwise null
.
- getGrid(int, int) - Method in class de.hawhamburg.reachability.ui.UI
-
Returns a user interface grid.
- getId() - Method in class de.hawhamburg.reachability.ui.UI
-
Generates a random ID for this
UI
.
- getParentWindow() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the parent window if existing as JFrame
, otherwise null
.
- getTimer() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the timer thread as Timer
if existing, otherwise null
.
- getWindowHeight() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the height of this window as integer.
- getWindowWidth() - Method in class de.hawhamburg.reachability.ui.UI
-
Returns the width of this window as integer.