public static final class TreeCollector.TreePathRoots
extends java.lang.Object
Constructor and Description |
---|
TreePathRoots() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<javax.swing.tree.TreePath> |
collect(java.util.Collection<? extends javax.swing.tree.TreePath> paths) |
static java.util.List<javax.swing.tree.TreePath> |
collect(javax.swing.tree.TreePath... paths) |
static TreeCollector<javax.swing.tree.TreePath> |
create() |
public static TreeCollector<javax.swing.tree.TreePath> create()
public static java.util.List<javax.swing.tree.TreePath> collect(javax.swing.tree.TreePath... paths)
public static java.util.List<javax.swing.tree.TreePath> collect(java.util.Collection<? extends javax.swing.tree.TreePath> paths)