public interface TreeVisitor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TreeVisitor.Acceptor
Represents a tree model that accepts a tree visitor and promises a result.
|
static class |
TreeVisitor.Action |
static class |
TreeVisitor.ByComponent<C,T> |
static class |
TreeVisitor.ByTreePath<T> |
| Modifier and Type | Method and Description |
|---|---|
TreeVisitor.Action |
visit(javax.swing.tree.TreePath path) |
TreeVisitor.Action visit(javax.swing.tree.TreePath path)
path - a currently visited path