Class Utils
java.lang.Object
util.Utils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadAll()
static void
loads the stored functions from persistent storagestatic Settings
static void
static void
static void
static void
static void
static void
static void
saveSettings
(Settings settings) Saves the settingsstatic void
-
Field Details
-
VARIABLES
This file contains a record of all Variables -
FUNCTIONS
This file contains a record of all Functions -
SETTINGS
This file contains a record of all Settings -
APP_FOLDER
-
IMAGE_ICON_SIZE
public static int IMAGE_ICON_SIZE -
loggingEnabled
public static boolean loggingEnabled
-
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
saveVariables
public static void saveVariables() -
loadVariables
public static void loadVariables() -
saveFunctions
public static void saveFunctions() -
loadFunctions
public static void loadFunctions()loads the stored functions from persistent storage -
saveSettings
Saves the settings -
loadSettings
-
saveAll
-
loadAll
public static void loadAll() -
logError
-
logDebug
-
logInfo
-