|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultNode | |
|---|---|
| tecgraf.javautils.gui.tree | |
| Uses of DefaultNode in tecgraf.javautils.gui.tree |
|---|
| Methods in tecgraf.javautils.gui.tree that return DefaultNode | |
|---|---|
DefaultNode |
DefaultNode.getParent()
Obtém o pai deste nó. |
| Methods in tecgraf.javautils.gui.tree that return types with arguments of type DefaultNode | |
|---|---|
List<DefaultNode> |
DefaultNode.getChildren()
Obtém a lista de filhos deste nó. |
| Methods in tecgraf.javautils.gui.tree with parameters of type DefaultNode | |
|---|---|
void |
DefaultNode.addChild(DefaultNode child)
Adiciona child a lista de filhos deste nó e coloca este nó como pai
de child. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||