- ColoredUI - Class in de.hawhamburg.reachability.ui.frame
-
The colored user interface to present the estimated reachability states to the inhabitant.
- ColoredUI() - Constructor for class de.hawhamburg.reachability.ui.frame.ColoredUI
-
Creates a new colored reachability user interface.
- ColoredUIUpdater - Class in de.hawhamburg.reachability.ui.frame.resource
-
Updater thread for the colored UI.
- ColoredUIUpdater(ColoredUI) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColoredUIUpdater
-
- colorKeyMap - Variable in class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
-
The color-key map, holding the color to each ReachabilityStatus
.
- ColorKeyUI - Class in de.hawhamburg.reachability.ui.frame.resource
-
User interface to explain which color is related to which ReachabilityStatus
.
- ColorKeyUI(JFrame, Map<ReachabilityStatus, Color>) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
-
- ColorKeyUI(Map<ReachabilityStatus, Color>) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ColorKeyUI
-
- colorPanels - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
The different control JPanel
for each ReachabilityGroup
as Map
for refreshing.
- controlTopic - Variable in class de.hawhamburg.reachability.ui.frame.ColoredUI
-
The LPPublisher
to send control messages like start, stop, sleep to the reachability agent via AMQ using
the topic LP_CONTROL_TOPIC.