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 String
getDisplayName()
IFeatureInfo
getFeatureInfo()
String
getName()
IPropertyInfo
getPropertyDescriptor()
String
getValue()
boolean
isVirtual()
void
setValue(String strValue)
void
setVirtual(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:
getDisplayName
in classBeanInfoNode
- Returns:
-
getName
public String getName()
- Overrides:
getName
in classBeanInfoNode
- Returns:
-
getFeatureInfo
public IFeatureInfo getFeatureInfo()
- Overrides:
getFeatureInfo
in classBeanInfoNode
-
getValue
public String getValue()
- Overrides:
getValue
in classBeanInfoNode
- Returns:
-
setValue
public void setValue(String strValue)
- Overrides:
setValue
in classBeanInfoNode
-
getPropertyDescriptor
public IPropertyInfo getPropertyDescriptor()
-
-