org.base.apps.core.prefs
Class PreferenceManager

java.lang.Object
  extended by org.base.apps.core.prefs.PreferenceManager

public class PreferenceManager
extends Object

Author:
Kevan Simpson

Constructor Summary
protected PreferenceManager()
          Protected void constructor.
 
Method Summary
static void debug(Preferences prefs)
           
static PreferenceManager getManager()
           
static BasePreferences getPreferences(Class<?> type)
           
static
<D,C extends Component>
void
registerApplication(Application<D,C> appl)
           
static
<D,C extends Component>
void
registerApplication(Application<D,C> appl, boolean force)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreferenceManager

protected PreferenceManager()
Protected void constructor.

Method Detail

getManager

public static PreferenceManager getManager()

getPreferences

public static BasePreferences getPreferences(Class<?> type)

debug

public static void debug(Preferences prefs)
                  throws Exception
Throws:
Exception

registerApplication

public static <D,C extends Component> void registerApplication(Application<D,C> appl)
                                throws Exception
Throws:
Exception

registerApplication

public static <D,C extends Component> void registerApplication(Application<D,C> appl,
                                                               boolean force)
                                throws Exception
Throws:
Exception

Please visit Base Apps, hosted on Sourceforge.net.

Copyright 2011, Blue Agate Software Entity (BASE)