org.flexdock.plaf
public final class Configurator extends Object implements XMLConstants
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PREFS_URI |
static String |
PREFS_URI |
ATTRIBUTE_KEY, CLASSNAME_KEY, CONSTRUCTOR_KEY, DESC_KEY, EXTENDS_KEY, HANDLER_KEY, INHERITS_KEY, NAME_KEY, OVERRIDDEN_KEY, PROP_HANDLER_KEY, PROPERTY_KEY, REFERENCE_KEY, VALUE_KEY
Modifier and Type | Method and Description |
---|---|
static HashMap |
getNamedElementsByTagName(String tagName) |
static PropertySet[] |
getProperties(String tagName) |
static PropertySet[] |
getProperties(String[] names,
HashMap cache) |
static PropertySet[] |
getProperties(String[] names,
String tagName) |
static PropertySet |
getProperties(String name,
String tagName) |
static Object |
getResource(String stringValue,
String currentHandlerName,
String defaultHandlerName) |
static boolean |
isNull(String data) |
static Document |
loadDefaultPrefs() |
static Document |
loadUserPrefs() |
public static final String DEFAULT_PREFS_URI
public static final String PREFS_URI
public static Document loadUserPrefs()
public static Document loadDefaultPrefs()
public static PropertySet[] getProperties(String tagName)
public static PropertySet getProperties(String name, String tagName)
public static PropertySet[] getProperties(String[] names, String tagName)
public static PropertySet[] getProperties(String[] names, HashMap cache)
public static Object getResource(String stringValue, String currentHandlerName, String defaultHandlerName)
public static boolean isNull(String data)