public interface NodeProvider<T extends TreeElement> extends TreeAction
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<T> |
provideNodes(TreeElement node)
Provides additional children for the specified node.
|
getName, getPresentationjava.util.Collection<T> provideNodes(TreeElement node)