Package editor
Class ArrayElementNode
- java.lang.Object
-
- editor.BeanInfoNode
-
- editor.ArrayElementNode
-
- All Implemented Interfaces:
Comparable<BeanInfoNode>
public class ArrayElementNode extends BeanInfoNode
-
-
Field Summary
-
Fields inherited from class editor.BeanInfoNode
PRIMARY, SECONDARY
-
-
Constructor Summary
Constructors Constructor Description ArrayElementNode(IType type, int iSubscript)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
void
setValue(String strValue)
-
Methods inherited from class editor.BeanInfoNode
compareTo, getDisplayName, getFeatureInfo, getName, getPathComponent, getType, getTypeName, getTypePriority, setDisplayName
-
-
-
-
Constructor Detail
-
ArrayElementNode
public ArrayElementNode(IType type, int iSubscript)
-
-
Method Detail
-
getValue
public String getValue()
- Overrides:
getValue
in classBeanInfoNode
- Returns:
-
setValue
public void setValue(String strValue)
- Overrides:
setValue
in classBeanInfoNode
-
-