Interface PropertyNode
- All Known Implementing Classes:
- DynamicPropertyNode,- StaticPropertyNode,- UDTPropertyNode
public interface PropertyNode
Represents a "property" of a component. Properties themselves come in various flavors, so this interface exists to
 abstract the details of getting/setting, querying datatype etc.
- 
Method Details- 
getParentJComponent getParent()The component that this property belongs to
- 
getPropertyFeatureDescriptor getProperty()The property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.
- 
getQValueQualifiedValue getQValue()
- 
getTypeClass<?> getType()
- 
getPathString getPath()Calculates the path to this property
- 
setValueSets the value on the parent for this property to the given value- Throws:
- Exception
 
 
-