| Package | Description |
|---|---|
| tecgraf.javautils.gui.tree |
| Modifier and Type | Method and Description |
|---|---|
DefaultNode |
DefaultNode.getParent()
Obtém o pai deste nó.
|
| Modifier and Type | Method and Description |
|---|---|
List<DefaultNode> |
DefaultNode.getChildren()
Obtém a lista de filhos deste nó.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNode.addChild(DefaultNode child)
Adiciona
child a lista de filhos deste nó e coloca este nó como pai
de child. |
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.