Package de.foellix.aql.ui.gui
Class GUI
java.lang.Object
javafx.application.Application
de.foellix.aql.ui.gui.GUI
- All Implemented Interfaces:
IGUI
-
Nested Class Summary
Nested classes/interfaces inherited from class javafx.application.Application
javafx.application.Application.Parameters -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Editorstatic Optionsstatic javafx.stage.Stagestatic booleanstatic javafx.scene.control.Tabstatic javafx.scene.control.TabPanestatic javafx.scene.control.Tabstatic Viewerstatic booleanFields inherited from class javafx.application.Application
STYLESHEET_CASPIAN, STYLESHEET_MODENA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javafx.application.Application
getHostServices, getParameters, getUserAgentStylesheet, init, launch, launch, notifyPreloader, setUserAgentStylesheet, stop
-
Field Details
-
stage
public static javafx.stage.Stage stage -
tabs
public static javafx.scene.control.TabPane tabs -
tabEditor
public static javafx.scene.control.Tab tabEditor -
tabViewer
public static javafx.scene.control.Tab tabViewer -
editor
-
viewer
-
viewerActive
public static boolean viewerActive -
started
public static boolean started -
options
-
-
Constructor Details
-
GUI
public GUI()
-
-
Method Details
-
start
- Specified by:
startin classjavafx.application.Application- Throws:
Exception
-
newFile
public void newFile() -
open
public void open() -
open
-
saveAs
public void saveAs() -
save
public void save() -
exit
public void exit() -
getStage
public javafx.stage.Stage getStage() -
getSystem
-
switchToEditor
public static void switchToEditor() -
switchToViewer
public static void switchToViewer() -
ask
public static void ask() -
alert
-
alert
-