eTextReader
Class ViewingPrefs

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by eTextReader.ViewingPrefs
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class ViewingPrefs
extends java.util.Hashtable

See Also:
Serialized Form

Field Summary
(package private)  IntToBool converter
           
 
Constructor Summary
ViewingPrefs(Notation preferences)
           
 
Method Summary
 void alter(java.lang.String key, boolean value)
           
 boolean retrieve(java.lang.String key)
           
 
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
 

Field Detail

converter

IntToBool converter
Constructor Detail

ViewingPrefs

public ViewingPrefs(Notation preferences)
Method Detail

alter

public void alter(java.lang.String key,
                  boolean value)

retrieve

public boolean retrieve(java.lang.String key)