|
|||||||||
| Home >> All >> [ middle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
middle
Interface ScopeNode

- public interface ScopeNode
| Method Summary | |
LeafNode |
addLeaf(int icon,
java.lang.String name,
java.lang.Object data)
adds e leaf-node under this scope |
ScopeNode |
addScope(int icon,
java.lang.String name)
adds a sub-scope under this scope |
| Method Detail |
addScope
public ScopeNode addScope(int icon, java.lang.String name)
- adds a sub-scope under this scope
addLeaf
public LeafNode addLeaf(int icon, java.lang.String name, java.lang.Object data)
- adds e leaf-node under this scope
|
|||||||||
| Home >> All >> [ middle overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC