- calculateSingleExecutions() - Method in class src.EventClock
-
Calculate 'timeToLaunch' of each SXE.
- cleanElements() - Method in class gui.CreationWindow
-
Cleans graphic elements from previosly selected or introduced data.
- clockToPrint - Variable in class src.GenericClock
-
Textual representation of the time value -hour, minute and seconds-.
- clockToPrintBlink - Variable in class src.GenericClock
-
Modifies the textual representation of the time value.
- ClockType() - Constructor for enum src.Flags.ClockType
-
- closePopUp() - Method in class src.EventClock
-
Hide the pop-up.
- comboBox - Variable in class gui.GenericInfoWindow
-
- configButton - Variable in class gui.MainWindow
-
- configLoader - Variable in class gui.MainWindow
-
- ConfigLoader - Class in src
-
Contains the set of events to be loaded in the EventClock, and behaviour
control variables - for example, play sound at pop-ups-.
- ConfigLoader() - Constructor for class src.ConfigLoader
-
Creates configuration initialized with default values.
- configMessageLabel - Variable in class gui.MainWindow
-
- configPanel - Variable in class gui.MainWindow
-
- createCustomButton - Variable in class gui.MainWindow
-
- createCustomButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'createCustom' button.
- CreationWindow - Class in gui
-
Implements the window where custom events can be created and saved.
- CreationWindow() - Constructor for class gui.CreationWindow
-
Default constructor.
- CreationWindow(ArrayList<Event>) - Constructor for class gui.CreationWindow
-
Initializes CreateWindow and loads an already existing list of events
in order to modify it.
- creationWindow - Variable in class gui.MainWindow
-
- CreationWindowMode() - Constructor for enum src.Flags.CreationWindowMode
-
- customFromTemplateButton - Variable in class gui.MainWindow
-
- customFromTemplateButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'customFromTemplate' button.