Class GeneralConstants
- java.lang.Object
-
- org.teichert.databaseexplorer.constants.GeneralConstants
-
public final class GeneralConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static File
CACHE_FOLDER
static String
executionPath
static File
fbd
static File
fbs
static String
GUI_CACHE_FOLDER_LOCATION
static long
guiThreadId
static javafx.beans.property.StringProperty
info
represents the info-text at the bottom of the applicationstatic boolean
isDebug
static javafx.beans.property.StringProperty
lineColumnCounter
static List<SQLDatabase>
listOfConnections
static List<DatabaseModel>
listOfDBModels
static List<Class<?>>
listOfModelClasses
static List<SaveItem>
listOfSaveItems
static List<SQLServer>
listOfServers
static javafx.stage.Stage
mainStage
static Map<String,Object>
map
static Map<SQLDatabase,SaveItem>
mapConnectionsAndSaveItems
static File
tempStyle
-
-
-
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
-
mapConnectionsAndSaveItems
public static Map<SQLDatabase,SaveItem> mapConnectionsAndSaveItems
-
listOfConnections
public static List<SQLDatabase> listOfConnections
-
listOfDBModels
public static List<DatabaseModel> listOfDBModels
-
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
-
-