ewe.data
Class MultiListSelect.AvailableLists

java.lang.Object
  extended byewe.data.DataObject
      extended byewe.util.Vector
          extended byewe.data.PropertyList
              extended byewe.data.MultiListSelect.AvailableLists
All Implemented Interfaces:
Comparable, Copyable, DataUnit, HasProperties, Textable
Enclosing class:
MultiListSelect

public static class MultiListSelect.AvailableLists
extends PropertyList


Nested Class Summary
 
Nested classes inherited from class ewe.data.PropertyList
PropertyList.NullPropertyList
 
Field Summary
 
Fields inherited from class ewe.data.PropertyList
nullPropertyList
 
Constructor Summary
MultiListSelect.AvailableLists()
           
 
Method Summary
 void addList(String listName, Vector itemsInList)
           
 Object getCopy()
          Return a copy of this object.
 Vector getList(String listName)
           
 void removeList(String listName)
           
 
Methods inherited from class ewe.data.PropertyList
_getSetField, add, add, add, add, defaultTo, defaultTo, fromHashtable, fromStrings, get, get, getBoolean, getBoolean, getDouble, getDouble, getField, getInt, getInt, getNames, getProperties, getProperties, getProperties, getPropertyValues, getSetProperties, getString, getString, getStrings, getText, getValue, getValue, getValue, getValue, make, readConfigFile, remove, set, set, set, setBoolean, setField, setInt, setStrings, setText, toHashtable, toPropertyList
 
Methods inherited from class ewe.util.Vector
add, add, add, addAll, addAll, addAll, addCopiesFrom, addElement, clear, compare, contains, copyCopiesFrom, copyFrom, copyInto, copyInto, del, elementAt, elements, find, find, get, getCount, getFullCopy, insert, insertElementAt, isEmpty, iterator, iterator, pop, push, remove, removeAllElements, removeElementAt, set, setElementAt, setSize, size, sort, sort, toArray, toArray, toObjectArray, toString, zero
 
Methods inherited from class ewe.data.DataObject
appendAllFields, compareTo, copied, equals, getDeclaredField, getDeclaredFieldValue, getDeclaredFieldValue, getFieldList, getFieldList, getMyFieldList, getNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode
 

Constructor Detail

MultiListSelect.AvailableLists

public MultiListSelect.AvailableLists()
Method Detail

getCopy

public Object getCopy()
Description copied from interface: Copyable
Return a copy of this object.

Specified by:
getCopy in interface Copyable
Overrides:
getCopy in class DataObject

addList

public void addList(String listName,
                    Vector itemsInList)

removeList

public void removeList(String listName)

getList

public Vector getList(String listName)