- label - Variable in class src.GenericClock
-
GUI Label attached to the clock, used to represent time values.
- loadConfiguration(ConfigLoader) - Method in class src.EventClock
-
Loads the configuration into the EventClock.
- loadCustomEvents(ArrayList<Event>) - Method in class src.ConfigLoader
-
Loads a set of events created by the user (customized ones).
- loadCustomEventsButton - Variable in class gui.MainWindow
-
- loadCustomEventsButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'loadCustomEvents' button.
- loadData(Flags.InformationType) - Method in class gui.GenericInfoWindow
-
Loads into the window the data to be shown.
- loadDefaultEvents() - Method in class src.ConfigLoader
-
Creates and loads the set of default events.
- loadDefaultEventsButton - Variable in class gui.MainWindow
-
- loadDefaultEventsButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'loadDefaultEvents' button.