Package org.das2.components.propertyeditor

Classes implementing the property sheet.

See:
          Description

Interface Summary
Displayable Type-safe enumerations that are used as property types that are editable with a PropertyEditor should implement this interface.
Editable Objects that are instances of classes that implement this interface can be expanded in a PropertyEditor property list.
Enumeration Type-safe enumerations that are used as property types that are editable with a PropertyEditor should implement this interface.
PropertyTreeNodeInterface  
 

Class Summary
BooleanEditor  
ColorEditor  
EnumerationEditor  
MapEditor  
PeerPropertyTreeNode  
PropertyEditor This class implements a Hierarchical property editor
PropertyEditorAdapter  
 

Package org.das2.components.propertyeditor Description

Classes implementing the property sheet. The property sheet is a table of bean properties organized hierarchically. If a bean has another bean as a property, its properties may be accessed or hidden by folding and unfolding the property row (see treetable package). When an editor for the property is found, the property may be edited directly.