Package | Description |
---|---|
gui |
'gui' package contains the source code of the GUI -Graphical User Interface-
implementing the graphical elements and its interactions.
|
src |
'src' package contains the core source code of the application, implementing
the logic of all internal operations.
|
Modifier and Type | Method and Description |
---|---|
private void |
MainWindow.initializeClock(Flags.ClockType clockType)
Initialize Clocks and excutes them.
|
private void |
MainWindow.pauseClock(Flags.ClockType clockType)
Pauses a specific clock of the application.
|
private void |
MainWindow.startClock(Flags.ClockType clockType)
Starts a specific clock of the application.
|
private void |
MainWindow.stopClock(Flags.ClockType clockType)
Stops a specific clock of the application.
|
Modifier and Type | Method and Description |
---|---|
static Flags.ClockType |
Flags.ClockType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Flags.ClockType[] |
Flags.ClockType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|