uic.themes
Class ThemeStore

java.lang.Object
  |
  +--uic.themes.ThemeStore

public class ThemeStore
extends Object

Since:
1.1

Constructor Summary
ThemeStore()
           
 
Method Summary
static Properties restore(Properties defaultProperties)
           
static void restore(String type, List resultList)
           
static void store(String type, List outputList)
           
static void store(uic.themes.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(uic.themes.UICTheme theme)
                  throws BackingStoreException
BackingStoreException

restore

public static Properties restore(Properties defaultProperties)
                          throws BackingStoreException
BackingStoreException

store

public static void store(String type,
                         List outputList)
                  throws BackingStoreException
BackingStoreException

restore

public static void restore(String type,
                           List resultList)


Copyright © 2002,2003 Thomas Zander