uic.themes
Class ThemeStore
java.lang.Object
uic.themes.ThemeStore
- public class ThemeStore
- extends Object
- Since:
- 1.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThemeStore
public ThemeStore()
store
public static void store(UICTheme theme)
throws BackingStoreException
- Throws:
BackingStoreException
restore
public static Properties restore(Properties defaultProperties)
throws BackingStoreException
- Throws:
BackingStoreException
store
public static void store(String type,
List outputList)
throws BackingStoreException
- Throws:
BackingStoreException
restore
public static void restore(String type,
List resultList)
getProperty
public static String getProperty(String key)
getProperty
public static String getProperty(String key,
String defaultValue)
setProperty
public static void setProperty(String key,
String value)
throws BackingStoreException
- Throws:
BackingStoreException
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence