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>

public final class PThemeProperties extends Properties
The Class PThemeProperties. keeps and handle the theme properties
Siehe auch:
  • Konstruktordetails

    • PThemeProperties

      public PThemeProperties(String filename) throws Exception
      Instantiates a new ordered properties.
      Parameter:
      filename - the filename
      Löst aus:
      Exception - the exception
  • Methodendetails

    • orderedKeys

      public Iterable<Object> orderedKeys()
      Ordered keys.
      Gibt zurück:
      the iterable
    • keys

      public Enumeration<Object> keys()
      Keys.
      Setzt außer Kraft:
      keys in Klasse Properties
      Gibt zurück:
      the enumeration
    • put

      public Object put(Object key, Object value)
      Put.
      Angegeben von:
      put in Schnittstelle Map<Object,Object>
      Setzt außer Kraft:
      put in Klasse Properties
      Parameter:
      key - the key
      value - the value
      Gibt zurück:
      the object
    • print

      public void print()
      Prints the.
    • loadFile

      public void loadFile() throws Exception
      Load file.
      Löst aus:
      Exception - the exception
    • updateEntry

      public void updateEntry(PThemeTableEntry tableEntry)
      Update entry.
      Parameter:
      tableEntry - the tableEntry by tableEntry
    • revert

      public void revert()
      Reverts the theme settings which are loaded on startup