public class SystemProperties extends Object
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
static void |
addProperties(String[] table,
boolean jfx_specific)
Registers a statically allocated System Properties table
Once registered properties listed in the table are availabe for inquiry through FX.getProperty().
|
static void |
clearProperty(String key) |
static String |
getCodebase() |
static String |
getProperty(String key) |
static boolean |
isDebug() |
static void |
setCodebase(String value) |
static void |
setFXProperty(String key,
String value)
Adds a new JavaFX specific property or modifyies existing property value.
|
public static final String codebase
public static void addProperties(String[] table, boolean jfx_specific)
table
- System Properties tablejfx_specific
- Indicates the table contains JavaFX specific propertiespublic static void clearProperty(String key)
public static void setFXProperty(String key, String value)
key
- JavaFX Property namevalue
- Property valueNullPointerException
- if key or value is nullpublic static boolean isDebug()
public static String getCodebase()
public static void setCodebase(String value)
Copyright © 2020. All rights reserved.