| Package | Description |
|---|---|
| de.esprit.appsuite.gui.tree |
Contains support classes for working with JTree
|
| Modifier and Type | Class and Description |
|---|---|
class |
PathTree<N extends PathTreeNode>
This is a specialized JTree built on a
PathTreeModel. |
class |
PathTreeModel<N extends PathTreeNode>
This
TreeModel implementation stores the PathTreeNodes of a file system tree which is watched by a
watch-service and thus reflects any changes in the file-system immediately. |
| Modifier and Type | Method and Description |
|---|---|
PathTreeNode |
PathTreeModel.getChild(java.lang.Object parent,
int index) |
PathTreeNode |
PathTreeNode.getChildAt(int childIndex) |
PathTreeNode |
PathTreeNode.getParent() |
PathTreeNode |
PathTreeNode.getRoot() |
PathTreeNode |
PathTree.getRoot() |
PathTreeNode |
PathTree.getSelectedNode() |
PathTreeNode |
PathTree.setRoot(java.nio.file.Path rootPath) |
PathTreeNode |
PathTree.setRoot(java.nio.file.Path rootPath,
java.util.Comparator<PathTreeNode> comparator) |
PathTreeNode |
PathTree.setRoot(PathInfo rootPathInfo,
java.util.Comparator<PathTreeNode> comparator) |
PathTreeNode |
PathTree.setRoot(PathTreeNode rootNode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<PathTreeNode> |
PathTreeNode.children() |
| Modifier and Type | Method and Description |
|---|---|
int |
PathTreeNode.compareTo(PathTreeNode o) |
PathTreeNode |
PathTree.setRoot(PathTreeNode rootNode) |
void |
PathTree.setSelectedNode(PathTreeNode node) |
| Modifier and Type | Method and Description |
|---|---|
PathTreeNode |
PathTree.setRoot(java.nio.file.Path rootPath,
java.util.Comparator<PathTreeNode> comparator) |
PathTreeNode |
PathTree.setRoot(PathInfo rootPathInfo,
java.util.Comparator<PathTreeNode> comparator) |
| Constructor and Description |
|---|
PathTreeNode(PathTreeNode parent,
PathInfo pathInfo)
Constructor for child nodes
|
PathTreeNode(PathTreeNode parent,
PathInfo pathInfo,
java.util.Comparator<PathTreeNode> comparator) |
| Constructor and Description |
|---|
PathTreeNode(PathInfo rootPathInfo,
java.util.Comparator<PathTreeNode> masterComparator)
Constructor for root node
|
PathTreeNode(PathTreeNode parent,
PathInfo pathInfo,
java.util.Comparator<PathTreeNode> comparator) |
Copyright © 2011 EsprIT-Systems. All Rights Reserved.