public class Master
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PREFERRED_THEME |
Constructor and Description |
---|
Master() |
Modifier and Type | Method and Description |
---|---|
TimerPane |
getTimerPaneController() |
void |
keyListener(javafx.scene.input.KeyEvent keyEvent)
Upon hearing a
META+S keypress, throws a save() call to
the currently active controller for the right side (main) content. |
static void |
newWarning(java.lang.String title,
java.lang.String header,
java.lang.String content) |
void |
setTheme(java.lang.String name)
Sets the current application theme
|
public static final java.lang.String PREFERRED_THEME
public TimerPane getTimerPaneController()
public void keyListener(javafx.scene.input.KeyEvent keyEvent)
META+S
keypress, throws a save()
call to
the currently active controller for the right side (main) content.keyEvent
- User's keypresspublic void setTheme(java.lang.String name)
name
- one of the theme namespublic static void newWarning(java.lang.String title, java.lang.String header, java.lang.String content)