|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStructureViewNode
Nested Class Summary | |
---|---|
static class |
IStructureViewNode.Kind
Uses "typesafe enum" pattern. |
Method Summary | |
---|---|
void |
add(IStructureViewNode child)
Add a child node. |
void |
add(IStructureViewNode child,
int position)
Add a child node. |
java.util.List |
getChildren()
|
AbstractIcon |
getIcon()
|
IStructureViewNode.Kind |
getKind()
|
java.lang.String |
getRelationshipName()
|
IProgramElement |
getStructureNode()
|
void |
remove(IStructureViewNode child)
Remove a child node. |
Method Detail |
---|
IProgramElement getStructureNode()
AbstractIcon getIcon()
void add(IStructureViewNode child)
void add(IStructureViewNode child, int position)
void remove(IStructureViewNode child)
java.util.List getChildren()
IStructureViewNode.Kind getKind()
java.lang.String getRelationshipName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |