Class StaticPropertyNode
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.util.StaticPropertyNode
 
- 
- All Implemented Interfaces:
- PropertyNode
 
 public class StaticPropertyNode extends java.lang.Object implements PropertyNode 
- 
- 
Constructor SummaryConstructors Constructor Description StaticPropertyNode(java.beans.PropertyDescriptor property, javax.swing.JComponent parent)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)javax.swing.JComponentgetParent()The component that this property belongs tojava.lang.StringgetPath()Calculates the path to this propertyjava.beans.FeatureDescriptorgetProperty()The property for this node.QualifiedValuegetQValue()java.lang.Class<?>getType()voidsetValue(java.lang.Object value)Sets the value on the parent for this property to the given valuejava.lang.StringtoString()
 
- 
- 
- 
Method Detail- 
equalspublic boolean equals(java.lang.Object o) - Overrides:
- equalsin class- java.lang.Object
 
 - 
getParentpublic javax.swing.JComponent getParent() Description copied from interface:PropertyNodeThe component that this property belongs to- Specified by:
- getParentin interface- PropertyNode
 
 - 
getPropertypublic java.beans.FeatureDescriptor getProperty() Description copied from interface:PropertyNodeThe property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.- Specified by:
- getPropertyin interface- PropertyNode
 
 - 
getTypepublic java.lang.Class<?> getType() - Specified by:
- getTypein interface- PropertyNode
 
 - 
getQValuepublic QualifiedValue getQValue() - Specified by:
- getQValuein interface- PropertyNode
 
 - 
setValuepublic void setValue(java.lang.Object value) throws java.lang.ExceptionDescription copied from interface:PropertyNodeSets the value on the parent for this property to the given value- Specified by:
- setValuein interface- PropertyNode
- Throws:
- java.lang.Exception
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
getPathpublic java.lang.String getPath() Description copied from interface:PropertyNodeCalculates the path to this property- Specified by:
- getPathin interface- PropertyNode
 
 
- 
 
-