- pauseClock(Flags.ClockType) - Method in class gui.MainWindow
-
Pauses a specific clock of the application.
- pauseClock() - Method in class src.GenericClock
-
Pauses clock.
- pauseClocks - Variable in class src.ConfigLoader
-
Establish behaviour of clocks when Pause button is pressed.
- paused - Variable in class gui.MainWindow
-
- paused - Variable in class src.GenericClock
-
Behaviour control variable.
- pauseWorkedTimeButton - Variable in class gui.MainWindow
-
- period - Variable in class src.Event
-
Time -in seconds- it takes to repeat the event.
- periodExecutionEventList - Variable in class src.EventClock
-
List of events with periodical execution.
- playAndPauseButton - Variable in class gui.MainWindow
-
- playAndPauseButtonActionPerformed(ActionEvent) - Method in class gui.MainWindow
-
Executes operations controled by 'playAndPauseButton' button.
- playSound - Variable in class src.ConfigLoader
-
Establishes if sound shall be played when pop-ups appear.
- playSound - Variable in class src.EventClock
-
Pop-up behaviour control variable.
- playSound() - Method in class src.SoundLoader
-
Plays the loaded MIDI file.
- playSoundButton - Variable in class gui.MainWindow
-
- popUpInFront - Variable in class src.ConfigLoader
-
Establishes if pop-up shall be brought to the front when appears.
- popUpInFront - Variable in class src.EventClock
-
Pop-up behaviour control variable.
- popUpToFrontButton - Variable in class gui.MainWindow
-
- printClock() - Method in class src.GenericClock
-
Prints time value in the attached label.
- printEvents(ArrayList<Event>) - Method in class gui.GenericInfoWindow
-
Creates a string with the information of the events in a list.
- pxeInfoPanel - Variable in class gui.GenericPopUp
-
Panel showing information about Periodical Execution Events.
- pxeScrollPanel - Variable in class gui.GenericPopUp
-
Scroll panel for pxeTextArea
- pxeTextArea - Variable in class gui.GenericPopUp
-
Text area attached to the pxeInfoPanel.