edu.umd.cfar.lamp.viper.gui.config
Class AttrConfigExtensions

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byedu.umd.cfar.lamp.apploader.misc.FlattenedList
              extended byedu.umd.cfar.lamp.apploader.propertysheets.DescriberBasedProperties
                  extended byedu.umd.cfar.lamp.viper.gui.config.AttrConfigExtensions
All Implemented Interfaces:
java.util.Collection, InstancePropertyList, java.util.List

public class AttrConfigExtensions
extends DescriberBasedProperties

Extended properties for attribute configurations. This includes the list of lvalue items, for example.


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AttrConfigExtensions()
           
 
Method Summary
 java.util.Collection getAllDescribers()
          Gets all property describers.
 AttrConfig getAttrConfig()
           
 void setAttrConfig(AttrConfig config)
          Set the attribute type.
 
Methods inherited from class edu.umd.cfar.lamp.apploader.propertysheets.DescriberBasedProperties
addChangeListener, addListenersFor, clear, getChangeListeners, getExplicitPropertiesFor, getExtendedPropertiesFor, getObject, getPrefs, justSetObject, parsePropertyDescriber, refresh, refreshChildren, removeChangeListener, reset, resetChildren, setObject, setPrefs
 
Methods inherited from class edu.umd.cfar.lamp.apploader.misc.FlattenedList
get, getInnerList, isEmpty, iterator, setInnerList, size
 
Methods inherited from class java.util.AbstractList
add, add, addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

AttrConfigExtensions

public AttrConfigExtensions()
Method Detail

getAttrConfig

public AttrConfig getAttrConfig()

setAttrConfig

public void setAttrConfig(AttrConfig config)
Set the attribute type.

Parameters:
config - The new type

getAllDescribers

public java.util.Collection getAllDescribers()
Description copied from class: DescriberBasedProperties
Gets all property describers.

Specified by:
getAllDescribers in class DescriberBasedProperties
Returns:
the property describers for the object