- generateSingleExecutionInformation() - Method in class src.EventClock
-
Generates textual summary about the Single Execution Events loaded.
- GenericClock - Class in src
-
Clock element that controls events based on system time or internal counters.
- GenericClock() - Constructor for class src.GenericClock
-
Default constructor.
- GenericClock(int, int, int, JLabel) - Constructor for class src.GenericClock
-
Creates Clock with initial time value and assigned GUI label.
- GenericClock(JLabel) - Constructor for class src.GenericClock
-
Creates Clock that matchs the System Time.
- GenericInfoWindow - Class in gui
-
Implements a Generic Information Window.
- GenericInfoWindow() - Constructor for class gui.GenericInfoWindow
-
Default constructor.
- GenericPopUp - Class in gui
-
Implements the generic pop-up window.
- GenericPopUp() - Constructor for class gui.GenericPopUp
-
Default constructor.
- GenericPopUp(String) - Constructor for class gui.GenericPopUp
-
Creates a pop-up with information about SXE already printed in it.
- getDescription() - Method in class src.Event
-
- getDuration() - Method in class src.Event
-
- getEventInProgress() - Method in class src.EventClock
-
- getEventList() - Method in class src.ConfigLoader
-
- getNewAddedEvents() - Method in class src.EventClock
-
- getPauseClocks() - Method in class src.ConfigLoader
-
- getPeriod() - Method in class src.Event
-
- getPlaySound() - Method in class src.ConfigLoader
-
- getPopUpInFront() - Method in class src.ConfigLoader
-
- getStartingHour() - Method in class src.Event
-
- getStartingMin() - Method in class src.Event
-
- getStartingSecond() - Method in class src.Event
-
- getStartingTime() - Method in class src.Event
-
- getSXEInfo() - Method in class src.EventClock
-
Obtain information about the SXE being executed.
- getTimeToLaunch() - Method in class src.Event
-
- getTitle() - Method in class src.Event
-
- gui - package gui
-
'gui' package contains the source code of the GUI -Graphical User Interface-
implementing the graphical elements and its interactions.