uic.themes
Class ThemeStore

java.lang.Object
  extended byuic.themes.ThemeStore

public class ThemeStore
extends Object

Since:
1.1

Constructor Summary
ThemeStore()
           
 
Method Summary
static String getProperty(String key)
           
static String getProperty(String key, String defaultValue)
           
static Properties restore(Properties defaultProperties)
           
static void restore(String type, List resultList)
           
static void setProperty(String key, String value)
           
static void store(String type, List outputList)
           
static void store(UICTheme theme)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeStore

public ThemeStore()
Method Detail

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