daoc.editor.model
Class EventManager

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bydaoc.editor.model.PropertyGroup
                  extended bydaoc.editor.model.EventManager
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class EventManager
extends PropertyGroup

Collection of events and event descriptions.

See Also:
Serialized Form

Constructor Summary
EventManager()
           
 
Methods inherited from class daoc.editor.model.PropertyGroup
getGroupIndex, getGroupNames, getKeys, getName, getSubList, saveAllProperties, saveSubProperties, setSubProperty
 
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, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventManager

public EventManager()