Class ConfigWizard

java.lang.Object
javafx.stage.Window
javafx.stage.Stage
de.foellix.aql.config.wizard.ConfigWizard
All Implemented Interfaces:
IGUI, javafx.event.EventTarget

public class ConfigWizard extends javafx.stage.Stage implements IGUI
  • Property Summary

    Properties inherited from class javafx.stage.Stage

    alwaysOnTop, fullScreenExitHint, fullScreenExitKey, fullScreen, iconified, maxHeight, maximized, maxWidth, minHeight, minWidth, resizable, title

    Properties inherited from class javafx.stage.Window

    eventDispatcher, focused, forceIntegerRenderScale, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, outputScaleX, outputScaleY, renderScaleX, renderScaleY, scene, showing, width, x, y
  • Constructor Summary

    Constructors
    Constructor
    Description
    ConfigWizard(javafx.stage.Stage parent, File configFile, boolean showImmediately)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
     
    void
     
     
    javafx.stage.Stage
     
     
    void
     
    void
     
    void
     
    void
    openFile(File configFile)
     
    void
     
    void
     
    void
     
    void
     
    void
    sync(boolean overviewActiveBefore)
     
    void
     

    Methods inherited from class javafx.stage.Stage

    alwaysOnTopProperty, close, fullScreenExitHintProperty, fullScreenExitKeyProperty, fullScreenProperty, getFullScreenExitHint, getFullScreenExitKeyCombination, getIcons, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getModality, getOwner, getStyle, getTitle, iconifiedProperty, initModality, initOwner, initStyle, isAlwaysOnTop, isFullScreen, isIconified, isMaximized, isResizable, maxHeightProperty, maximizedProperty, maxWidthProperty, minHeightProperty, minWidthProperty, resizableProperty, setAlwaysOnTop, setFullScreen, setFullScreenExitHint, setFullScreenExitKeyCombination, setIconified, setMaxHeight, setMaximized, setMaxWidth, setMinHeight, setMinWidth, setResizable, setScene, setTitle, show, showAndWait, titleProperty, toBack, toFront

    Methods inherited from class javafx.stage.Window

    addEventFilter, addEventHandler, buildEventDispatchChain, centerOnScreen, eventDispatcherProperty, fireEvent, focusedProperty, forceIntegerRenderScaleProperty, getEventDispatcher, getHeight, getOnCloseRequest, getOnHidden, getOnHiding, getOnShowing, getOnShown, getOpacity, getOutputScaleX, getOutputScaleY, getProperties, getRenderScaleX, getRenderScaleY, getScene, getUserData, getWidth, getWindows, getX, getY, hasProperties, heightProperty, hide, isFocused, isForceIntegerRenderScale, isShowing, onCloseRequestProperty, onHiddenProperty, onHidingProperty, onShowingProperty, onShownProperty, opacityProperty, outputScaleXProperty, outputScaleYProperty, removeEventFilter, removeEventHandler, renderScaleXProperty, renderScaleYProperty, requestFocus, sceneProperty, setEventDispatcher, setEventHandler, setForceIntegerRenderScale, setHeight, setOnCloseRequest, setOnHidden, setOnHiding, setOnShowing, setOnShown, setOpacity, setRenderScaleX, setRenderScaleY, setUserData, setWidth, setX, setY, showingProperty, sizeToScene, widthProperty, xProperty, yProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ConfigWizard

      public ConfigWizard(javafx.stage.Stage parent, File configFile, boolean showImmediately)
  • Method Details

    • newFile

      public void newFile()
      Specified by:
      newFile in interface IGUI
    • open

      public void open()
      Specified by:
      open in interface IGUI
    • openFile

      public void openFile(File configFile)
    • openFile

      public void openFile()
    • saveAs

      public void saveAs()
      Specified by:
      saveAs in interface IGUI
    • save

      public void save()
      Specified by:
      save in interface IGUI
    • exit

      public void exit()
      Specified by:
      exit in interface IGUI
    • getStage

      public javafx.stage.Stage getStage()
      Specified by:
      getStage in interface IGUI
    • getSystem

      public AQLSystem getSystem()
      Specified by:
      getSystem in interface IGUI
    • undo

      public void undo()
    • redo

      public void redo()
    • autoformat

      public void autoformat()
    • addTool

      public void addTool()
    • getConfig

      public Config getConfig()
    • sync

      public void sync()
    • sync

      public void sync(boolean overviewActiveBefore)
    • continueWithCurrentConfig

      public void continueWithCurrentConfig()