org.eclipse.birt.chart.internal.prefs
Class DefaultsManager

java.lang.Object
  extended by org.eclipse.birt.chart.internal.prefs.DefaultsManager

public final class DefaultsManager
extends java.lang.Object

A utility class manages the chart default settings.


Method Summary
static DefaultsManager instance()
           
static void main(java.lang.String[] sa)
           
 void read()
           
 void write()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static final void main(java.lang.String[] sa)
                       throws java.lang.Exception
Throws:
java.lang.Exception

instance

public static DefaultsManager instance()
Returns:

write

public final void write()
                 throws java.io.IOException,
                        java.util.prefs.BackingStoreException
Throws:
java.io.IOException
java.util.prefs.BackingStoreException

read

public final void read()
                throws java.io.IOException,
                       java.util.prefs.InvalidPreferencesFormatException
Throws:
java.io.IOException
java.util.prefs.InvalidPreferencesFormatException


Copyright © 2005-2008 Actuate Corp. All rights reserved.