Class DynamicPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.DynamicPropertyDescriptor
- Direct Known Subclasses:
- ColumnSelectorPanel.DelegatingDynamicPropertyDescriptor,- DataSetDescriptor,- PrivateCustomProperty,- PublicCustomProperty
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDynamicPropertyDescriptor(String name, String shortDesc, Class propertyType) DynamicPropertyDescriptor(String name, String shortDesc, Class propertyType, Object value) 
- 
Method SummaryModifier and TypeMethodDescriptiongetValue()booleanvoidsetDropTarget(boolean dropTarget) voidsetPropertyType(Class class1) voidtoString()Methods inherited from class java.beans.FeatureDescriptorattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue
- 
Field Details- 
CAT_DYNAMIC- See Also:
 
 
- 
- 
Constructor Details- 
DynamicPropertyDescriptorpublic DynamicPropertyDescriptor()
- 
DynamicPropertyDescriptor
- 
DynamicPropertyDescriptor
 
- 
- 
Method Details- 
getPropertyType
- 
setPropertyType
- 
getValue
- 
setValue
- 
isDropTargetpublic boolean isDropTarget()
- 
setDropTargetpublic void setDropTarget(boolean dropTarget) 
- 
toString- Overrides:
- toStringin class- FeatureDescriptor
 
 
-