- ReachabilityConfigUI - Class in de.hawhamburg.reachability.ui.frame.config
-
User interface to adjust the reachability agents parameters.
- ReachabilityConfigUI(JFrame, ConfigType) - Constructor for class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
Initializes, starts and builds a new
ReachabilityConfigUI
which provides an overview over a certain area
of configuration parameters related to the reachability agent.
- ReachabilityConfigUIResultListener - Class in de.hawhamburg.reachability.ui.frame.config.resource
-
- ReachabilityConfigUIResultListener(ReachabilityConfigUI, String) - Constructor for class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
-
- ReachabilitySimulationDetailsUI - Class in de.hawhamburg.reachability.ui.frame.simulation
-
Displays the current state of the supplied simulation feeder to the user.
- ReachabilitySimulationDetailsUI(JFrame, SensorDataFeeder) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
-
- ReachabilitySimulationDetailsUI(SensorDataFeeder) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
-
- ReachabilitySimulationStoryUI - Class in de.hawhamburg.reachability.ui.frame.simulation
-
Displays all sent events of the current simulation defined by the supplied simulation feeder to the user.
- ReachabilitySimulationStoryUI(JFrame, SensorDataFeeder) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
- ReachabilitySimulationStoryUI(SensorDataFeeder) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
- ReachabilityStartSimulationUI - Class in de.hawhamburg.reachability.ui.frame.simulation
-
Displays all required parameters to start a new simulation to the user.
- ReachabilityStartSimulationUI(SensorDataFeederNotifiable) - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
-
- ReachabilityStartSimulationUI() - Constructor for class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
-
- ReachabilityUI - Class in de.hawhamburg.reachability.ui.frame
-
User interface to display the actual estimated reachability states to the inhabitant.
- ReachabilityUI() - Constructor for class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
Creates and builds a new reachability user interface.
- ReachabilityUIUpdater - Class in de.hawhamburg.reachability.ui.frame.resource
-
- ReachabilityUIUpdater(ReachabilityUI) - Constructor for class de.hawhamburg.reachability.ui.frame.resource.ReachabilityUIUpdater
-
- refresh(boolean) - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
Builds the user interface.
- refresh(Map<String, String>, Map<String, Map<String, PropertyDescription>>, String, ReachabilityConfigUIResultListener) - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
Fills the panel with (new) informations.
- refresh(boolean) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
Initial build of this user interface.
- refresh(Map<ReachabilityGroup, ReachabilityStatus>) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
Builds/refreshes the cached ReachabilityStatus
and the user interface.
- refresh(boolean) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationDetailsUI
-
Builds the user interface.
- refresh(boolean) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilitySimulationStoryUI
-
Builds the user interface.
- refresh(boolean) - Method in class de.hawhamburg.reachability.ui.frame.simulation.ReachabilityStartSimulationUI
-
Builds the user interface.
- registerSimulationFeeder(SensorDataFeeder) - Method in class de.hawhamburg.reachability.ui.frame.ReachabilityUI
-
Registers a new simulation feeder.
- requestConfig - Variable in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
The LPPublisher
to send the get configuration request REACHABILITY_CONFIG_REQUEST_TOPIC.
- requestConfiguration() - Method in class de.hawhamburg.reachability.ui.frame.config.ReachabilityConfigUI
-
Requests the current configuration for the actual ConfigType
by sending a JSON message on the AMQ request
topic.
- resultTopic - Variable in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
-
An LPSubscriber
, which listens on the reachability configuration result topic
(REACHABILITY_CONFIG_RESULT_TOPIC).
- run() - Method in class de.hawhamburg.reachability.ui.frame.config.resource.ReachabilityConfigUIResultListener
-
- run() - Method in class de.hawhamburg.reachability.ui.frame.resource.ReachabilityUIUpdater
-
Connects to the reachability information topic using
init()
and frequently tries to get the newest
reachability states from this topic.