Package editor
Class ArrayElementNode
- java.lang.Object
-
- editor.BeanInfoNode
-
- editor.ArrayElementNode
-
- All Implemented Interfaces:
java.lang.Comparable<BeanInfoNode>
public class ArrayElementNode extends BeanInfoNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String_strValue-
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 java.lang.StringgetValue()voidsetValue(java.lang.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 java.lang.String getValue()
- Overrides:
getValuein classBeanInfoNode- Returns:
-
setValue
public void setValue(java.lang.String strValue)
- Overrides:
setValuein classBeanInfoNode
-
-