| Package | Description |
|---|---|
| tecgraf.javautils.gui.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNode
Nó-padrão.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.getParent()
Obtém o pai deste nó.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Node> |
Node.getChildren()
Obtém a lista de filhos deste nó.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Filter.isAccepted(Node node)
Informa se um nó pode ser aceito.
|
| Constructor and Description |
|---|
FilterableTreePanel(Node root)
Cria o painel.
|
Tree(Node root,
Filter filter)
Cria a árvore.
|
Copyright © 2016 Tecgraf/PUC-Rio. All rights reserved.