Package editor
Class PropertyNode
- java.lang.Object
-
- editor.BeanInfoNode
-
- editor.PropertyNode
-
- All Implemented Interfaces:
Comparable<BeanInfoNode>
public class PropertyNode extends BeanInfoNode
-
-
Field Summary
-
Fields inherited from class editor.BeanInfoNode
PRIMARY, SECONDARY
-
-
Constructor Summary
Constructors Constructor Description PropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDisplayName()IFeatureInfogetFeatureInfo()StringgetName()IPropertyInfogetPropertyDescriptor()StringgetValue()booleanisVirtual()voidsetValue(String strValue)voidsetVirtual(boolean bVirtual)-
Methods inherited from class editor.BeanInfoNode
compareTo, getPathComponent, getType, getTypeName, getTypePriority, setDisplayName
-
-
-
-
Constructor Detail
-
PropertyNode
public PropertyNode(ITypeInfo owner, IPropertyInfo descriptor, boolean arrayicize, IType whosaskin)
- Parameters:
descriptor-arrayicize-whosaskin-
-
-
Method Detail
-
setVirtual
public void setVirtual(boolean bVirtual)
-
isVirtual
public boolean isVirtual()
-
getDisplayName
public String getDisplayName()
- Overrides:
getDisplayNamein classBeanInfoNode- Returns:
-
getName
public String getName()
- Overrides:
getNamein classBeanInfoNode- Returns:
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Overrides:
getFeatureInfoin classBeanInfoNode
-
getValue
public String getValue()
- Overrides:
getValuein classBeanInfoNode- Returns:
-
setValue
public void setValue(String strValue)
- Overrides:
setValuein classBeanInfoNode
-
getPropertyDescriptor
public IPropertyInfo getPropertyDescriptor()
-
-