abbot.editor
Class Preferences

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--java.util.Properties
                    |
                    +--abbot.editor.Preferences
All Implemented Interfaces:
Cloneable, Map, Serializable

public class Preferences
extends Properties

See Also:
Serialized Form

Inner classes inherited from class java.util.Map
Map.Entry
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
Preferences()
           
 
Method Summary
 int getIntegerProperty(String name, int defaultValue)
           
 void save()
           
 
Methods inherited from class java.util.Properties
, getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences()
Method Detail

getIntegerProperty

public int getIntegerProperty(String name,
                              int defaultValue)

save

public void save()


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge