|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| tecgraf.javautils.gui.tree | |
| Uses of Node in tecgraf.javautils.gui.tree |
|---|
| Classes in tecgraf.javautils.gui.tree that implement Node | |
|---|---|
class |
DefaultNode
Nó-padrão. |
| Methods in tecgraf.javautils.gui.tree that return Node | |
|---|---|
Node |
Node.getParent()
Obtém o pai deste nó. |
| Methods in tecgraf.javautils.gui.tree that return types with arguments of type Node | |
|---|---|
List<? extends Node> |
Node.getChildren()
Obtém a lista de filhos deste nó. |
| Methods in tecgraf.javautils.gui.tree with parameters of type Node | |
|---|---|
boolean |
Filter.isAccepted(Node node)
Informa se um nó pode ser aceito. |
| Constructors in tecgraf.javautils.gui.tree with parameters of type Node | |
|---|---|
FilterableTreePanel(Node root)
Cria o painel. |
|
Tree(Node root,
Filter filter)
Cria a árvore. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||