Class GeneralConstants


  • public final class GeneralConstants
    extends Object
    • Field Detail

      • executionPath

        public static String executionPath
      • GUI_CACHE_FOLDER_LOCATION

        public static String GUI_CACHE_FOLDER_LOCATION
      • CACHE_FOLDER

        public static File CACHE_FOLDER
      • fbs

        public static File fbs
      • fbd

        public static File fbd
      • tempStyle

        public static File tempStyle
      • isDebug

        public static boolean isDebug
      • guiThreadId

        public static long guiThreadId
      • mainStage

        public static javafx.stage.Stage mainStage
      • listOfSaveItems

        public static List<SaveItem> listOfSaveItems
      • listOfModelClasses

        public static List<Class<?>> listOfModelClasses
      • info

        public static volatile javafx.beans.property.StringProperty info
        represents the info-text at the bottom of the application
      • lineColumnCounter

        public static volatile javafx.beans.property.StringProperty lineColumnCounter