Klasse PThemeProperties
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
com.processing.mnse.themetools.common.PThemeProperties
- Alle implementierten Schnittstellen:
Serializable
,Cloneable
,Map<Object,
Object>
The Class PThemeProperties.
keeps and handle the theme properties
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungkeys()
Keys.void
loadFile()
Load file.Ordered keys.void
print()
Prints the.Put.void
revert()
Reverts the theme settings which are loaded on startupvoid
updateEntry
(PThemeTableEntry tableEntry) Update entry.Von Klasse geerbte Methoden java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keySet, list, list, load, load, loadFromXML, merge, propertyNames, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
Konstruktordetails
-
PThemeProperties
Instantiates a new ordered properties.- Parameter:
filename
- the filename- Löst aus:
Exception
- the exception
-
-
Methodendetails
-
orderedKeys
Ordered keys.- Gibt zurück:
- the iterable
-
keys
Keys.- Setzt außer Kraft:
keys
in KlasseProperties
- Gibt zurück:
- the enumeration
-
put
Put. -
print
public void print()Prints the. -
loadFile
Load file.- Löst aus:
Exception
- the exception
-
updateEntry
Update entry.- Parameter:
tableEntry
- the tableEntry by tableEntry
-
revert
public void revert()Reverts the theme settings which are loaded on startup
-