- endEvent() - Method in class src.EventClock
-
Apply changes to clock in order to make the end of an event effective.
- eraseData() - Method in class src.EventClock
-
Clears internal data of the EventClock.
- Event - Class in src
-
Activity to be scheduled and deployed during the application execution.
- Event(String, String, int, int, boolean, int, int, int) - Constructor for class src.Event
-
Creates an Event.
- Event(Event) - Constructor for class src.Event
-
Creates event from an existing one.
- eventButton - Variable in class gui.MainWindow
-
- eventButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'eventButton' button.
- EventClock - Class in src
-
GenericClock that controls the schedule and deploymend ot the Events.
- EventClock(JLabel, JLabel) - Constructor for class src.EventClock
-
Initializes EventClock.
- eventIdBox - Variable in class gui.CreationWindow
-
- eventIdCounter - Variable in class gui.CreationWindow
-
Counter of event IDs.
- eventIdList - Variable in class gui.CreationWindow
-
List with the ID of all available events.
- eventInfoLabel - Variable in class gui.CreationWindow
-
- eventInProgress - Variable in class src.EventClock
-
Flag to indicate if there are actually events in progress.
- eventLabel - Variable in class src.EventClock
-
Second label attached to this clock, used to provide feedback about
events status.
- eventList - Variable in class src.ConfigLoader
-
List of events to be scheduled/deployed.
- eventMap - Variable in class gui.CreationWindow
-
Map of created custom events.
- eventNameLabel - Variable in class gui.MainWindow
-
- eventsTextArea - Variable in class gui.CreationWindow
-
- eventsToLaunch - Variable in class src.EventClock
-
List of event IDs to be fired inmediately, of both types.
- eventTimeClock - Variable in class gui.MainWindow
-
- eventTimeLabel - Variable in class gui.MainWindow
-
- eventTitleLabel - Variable in class gui.CreationWindow
-
- eventToModifyId - Variable in class gui.CreationWindow
-
ID of an existing event being modified.
- EventType() - Constructor for enum src.Flags.EventType
-