edu.umd.cfar.lamp.apploader.propertysheets
Class ForClassPropertyList

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.apploader.propertysheets.ForClassPropertyList
All Implemented Interfaces:
java.util.Collection, InstancePropertyList, java.util.List

public class ForClassPropertyList
extends DescriberBasedProperties

A property list that is defined for all instances of a given class. It may have extended properties that are specific to individual instances.


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ForClassPropertyList()
           
 
Method Summary
 java.util.Collection getAllDescribers()
          Get all the describer resources for this bean 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

ForClassPropertyList

public ForClassPropertyList()
Method Detail

getAllDescribers

public java.util.Collection getAllDescribers()
Get all the describer resources for this bean type.

Specified by:
getAllDescribers in class DescriberBasedProperties
Returns:
all describers that prop:describes this bean class or any of its ancestors.