public abstract class NodeCallback
extends java.lang.Object
parentPath (path do nó-pai) que, no caso de
processamento do nó raiz, vem com o valor null| Constructor and Description |
|---|
NodeCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(javax.swing.JTree tree,
javax.swing.tree.TreePath parentPath,
tecgraf.javautils.gui.tree.Node node)
método de processamento (depois de passar por todos os nós filhos)
|
void |
preProcess(javax.swing.JTree tree,
javax.swing.tree.TreePath parentPath,
tecgraf.javautils.gui.tree.Node node)
método de processamento (antes de passar para um novo nó)
|
public void preProcess(javax.swing.JTree tree,
javax.swing.tree.TreePath parentPath,
tecgraf.javautils.gui.tree.Node node)
tree - a árvoreparentPath - o path do nó pai (pode ser null se
node for o nó raiz)node - o nó a ser processadopublic void postProcess(javax.swing.JTree tree,
javax.swing.tree.TreePath parentPath,
tecgraf.javautils.gui.tree.Node node)
tree - a árvoreparentPath - o path do nó pai (pode ser null se
node for o nó raiz)node - o nó a ser processadoCopyright © 2016. All Rights Reserved.