| Package | Description |
|---|---|
| de.topobyte.jeography.viewer.geometry.manage | |
| de.topobyte.jeography.viewer.geometry.manage.filetree |
| Modifier and Type | Method and Description |
|---|---|
Node |
GeometryTreeModel.createNamespace(String
Create this folder namespace.
|
Node |
GeometryTreeModel.getRoot()
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryTreeModel.addDirectory(Node
Add the directory 'name' to the denoted node.
|
void |
GeometryTreeModel.addFile(File
Add the denoted file to the denoted parent node.
|
void |
GeometryTreeModel.addFiles(List
Add the denoted list of files to the denoted parent node.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.addChildNode(String
Add a child node to this node with the denoted name.
|
Node |
Node.getChildNode(String
Find the node with the denoted name.
|
Node |
Entry.getParent()
Get the node this entry is a child of.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Node.getChilds()
Get the list of child nodes.
|
| Constructor and Description | |
|---|---|
Leaf(Node
Create a new Leaf that is a child of the denoted parent with the denoted file.
|
|
Node(Node
Create a new Node that is a child of the denoted parent with the denoted name.
|