| Package | Description |
|---|---|
| de.topobyte.jeography.viewer.geometry.manage | |
| de.topobyte.jeography.viewer.geometry.manage.filetree |
| Modifier and Type | Method and Description |
|---|---|
Entry |
GeometryTreeModel.getByNamespace(String
Get an entry by it's namespace.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Leaf
A class representing a leaf within the file tree.
|
class |
Node
A class representing inner nodes within the file tree.
|
| Modifier and Type | Method and Description |
|---|---|
Entry |
Node.getChild(int n)
Get the n'th child of this node.
|
Entry |
Node.getChildEntry(String
Find the entry with the denoted name.
|
| Modifier and Type | Method and Description |
|---|---|
List |
Entry.getPath()
Get the path within the tree to this Entry as a list of entries.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Node.remove(Entry
Remove the denoted entry from the tree.
|