Modifier and Type | Class and Description |
---|---|
pack-priv static class | MetadataTreeNodeAdapter.
Should be applied to one metadata at a time, then have the number of fields fetched. |
pack-priv class | MetadataTreeNodeAdapter.
Creates a new SimpleTreeNode for the given field. |
pack-priv static class | MetadataTreeNodeAdapter.
Finds the index of the given FieldIdentifier. |
Access | Constructor and Description |
---|---|
public | MetadataTreeNodeAdapter(Metadata metadata, FieldIdentifier id)
The metadata may be null (for metadata fields of metadatas which are null); the FieldIdentifier may also be null (for the root node). |
public | MetadataTreeNodeAdapter(Metadata metadata, FieldIdentifier id, boolean treeTableMode)
The metadata may be null (for metadata fields of metadatas which are null); the FieldIdentifier may also be null (for the root node). |
Modifier and Type | Method and Description |
---|---|
public SimpleTreeNode | |
public int | |
public int | |
public Metadata | |
public String | getValue()
Implements sun. TreeTable support: get value of the node |
public boolean |
metadata | back to summary |
---|---|
private Metadata metadata |
MetadataTreeNodeAdapter | back to summary |
---|---|
public MetadataTreeNodeAdapter(Metadata metadata, FieldIdentifier id) The metadata may be null (for metadata fields of metadatas which are null); the FieldIdentifier may also be null (for the root node). treeTableMode defaults to false. |
MetadataTreeNodeAdapter | back to summary |
---|---|
public MetadataTreeNodeAdapter(Metadata metadata, FieldIdentifier id, boolean treeTableMode) The metadata may be null (for metadata fields of metadatas which are null); the FieldIdentifier may also be null (for the root node). |
getChild | back to summary |
---|---|
public SimpleTreeNode getChild(int index) Implements sun. |
getChildCount | back to summary |
---|---|
public int getChildCount() Implements sun. |
getIndexOfChild | back to summary |
---|---|
public int getIndexOfChild(SimpleTreeNode child) Implements sun. |
getMetadata | back to summary |
---|---|
public Metadata getMetadata() |
getValue | back to summary |
---|---|
public String getValue() Implements sun. Doc from sun. TreeTable support: get value of the node |
isLeaf | back to summary |
---|---|
public boolean isLeaf() Implements sun. |
Modifier and Type | Field and Description |
---|---|
private int |
Access | Constructor and Description |
---|---|
pack-priv |
numFields | back to summary |
---|---|
private int numFields |
Counter | back to summary |
---|---|
pack-priv Counter() |
doBoolean | back to summary |
---|---|
public void doBoolean(BooleanField field, boolean isVMField) Overrides sun. Implements sun. |
doByte | back to summary |
---|---|
public void doByte(ByteField field, boolean isVMField) Overrides sun. Implements sun. |
doChar | back to summary |
---|---|
public void doChar(CharField field, boolean isVMField) Overrides sun. Implements sun. |
doCInt | back to summary |
---|---|
public void doCInt(CIntField field, boolean isVMField) Overrides sun. Implements sun. |
doDouble | back to summary |
---|---|
public void doDouble(DoubleField field, boolean isVMField) Overrides sun. Implements sun. |
doFloat | back to summary |
---|---|
public void doFloat(FloatField field, boolean isVMField) Overrides sun. Implements sun. |
doInt | back to summary |
---|---|
public void doInt(IntField field, boolean isVMField) Overrides sun. Implements sun. |
doLong | back to summary |
---|---|
public void doLong(LongField field, boolean isVMField) Overrides sun. Implements sun. |
doMetadata | back to summary |
---|---|
public void doMetadata(MetadataField field, boolean isVMField) Implements abstract sun. Implements sun. |
doOop | back to summary |
---|---|
public void doOop(OopField field, boolean isVMField) Overrides sun. Implements sun. |
doShort | back to summary |
---|---|
public void doShort(ShortField field, boolean isVMField) Overrides sun. Implements sun. |
getNumFields | back to summary |
---|---|
public int getNumFields() |
prologue | back to summary |
---|---|
public void prologue() Overrides sun. Implements sun. |
Modifier and Type | Field and Description |
---|---|
private SimpleTreeNode | |
private int | |
private int |
Access | Constructor and Description |
---|---|
public |
child | back to summary |
---|---|
private SimpleTreeNode child |
curField | back to summary |
---|---|
private int curField |
index | back to summary |
---|---|
private int index |
Fetcher | back to summary |
---|---|
public Fetcher(int index) |
doBoolean | back to summary |
---|---|
public void doBoolean(BooleanField field, boolean isVMField) Overrides sun. Implements sun. |
doByte | back to summary |
---|---|
public void doByte(ByteField field, boolean isVMField) Overrides sun. Implements sun. |
doChar | back to summary |
---|---|
public void doChar(CharField field, boolean isVMField) Overrides sun. Implements sun. |
doCInt | back to summary |
---|---|
public void doCInt(CIntField field, boolean isVMField) Overrides sun. Implements sun. |
doDouble | back to summary |
---|---|
public void doDouble(DoubleField field, boolean isVMField) Overrides sun. Implements sun. |
doFloat | back to summary |
---|---|
public void doFloat(FloatField field, boolean isVMField) Overrides sun. Implements sun. |
doInt | back to summary |
---|---|
public void doInt(IntField field, boolean isVMField) Overrides sun. Implements sun. |
doLong | back to summary |
---|---|
public void doLong(LongField field, boolean isVMField) Overrides sun. Implements sun. |
doMetadata | back to summary |
---|---|
public void doMetadata(MetadataField field, boolean isVMField) Implements abstract sun. Implements sun. |
doOop | back to summary |
---|---|
public void doOop(OopField field, boolean isVMField) Overrides sun. Implements sun. |
doShort | back to summary |
---|---|
public void doShort(ShortField field, boolean isVMField) Overrides sun. Implements sun. |
getChild | back to summary |
---|---|
public SimpleTreeNode getChild() |
prologue | back to summary |
---|---|
public void prologue() Overrides sun. Implements sun. |
Modifier and Type | Field and Description |
---|---|
private int | |
private FieldIdentifier | |
private int |
Access | Constructor and Description |
---|---|
public |
curField | back to summary |
---|---|
private int curField |
id | back to summary |
---|---|
private FieldIdentifier id |
index | back to summary |
---|---|
private int index |
Finder | back to summary |
---|---|
public Finder(FieldIdentifier id) |
doBoolean | back to summary |
---|---|
public void doBoolean(BooleanField field, boolean isVMField) Overrides sun. Implements sun. |
doByte | back to summary |
---|---|
public void doByte(ByteField field, boolean isVMField) Overrides sun. Implements sun. |
doChar | back to summary |
---|---|
public void doChar(CharField field, boolean isVMField) Overrides sun. Implements sun. |
doCInt | back to summary |
---|---|
public void doCInt(CIntField field, boolean isVMField) Overrides sun. Implements sun. |
doDouble | back to summary |
---|---|
public void doDouble(DoubleField field, boolean isVMField) Overrides sun. Implements sun. |
doFloat | back to summary |
---|---|
public void doFloat(FloatField field, boolean isVMField) Overrides sun. Implements sun. |
doInt | back to summary |
---|---|
public void doInt(IntField field, boolean isVMField) Overrides sun. Implements sun. |
doLong | back to summary |
---|---|
public void doLong(LongField field, boolean isVMField) Overrides sun. Implements sun. |
doMetadata | back to summary |
---|---|
public void doMetadata(MetadataField field, boolean isVMField) Implements abstract sun. Implements sun. |
doOop | back to summary |
---|---|
public void doOop(OopField field, boolean isVMField) Overrides sun. Implements sun. |
doShort | back to summary |
---|---|
public void doShort(ShortField field, boolean isVMField) Overrides sun. Implements sun. |
getIndex | back to summary |
---|---|
public int getIndex() Returns -1 if not found |
prologue | back to summary |
---|---|
public void prologue() Overrides sun. Implements sun. |