|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection java.util.AbstractList edu.umd.cfar.lamp.apploader.misc.FlattenedList edu.umd.cfar.lamp.apploader.propertysheets.DescriberBasedProperties edu.umd.cfar.lamp.viper.gui.config.AttrConfigExtensions
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 |
public AttrConfigExtensions()
Method Detail |
public AttrConfig getAttrConfig()
public void setAttrConfig(AttrConfig config)
config
- The new typepublic java.util.Collection getAllDescribers()
DescriberBasedProperties
getAllDescribers
in class DescriberBasedProperties
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |