Modifier and Type | Field and Description |
---|---|
(package private) FileBrowser.Browser.MyTreeNode |
FileBrowser.Browser.MyTreeNode.parent |
(package private) FileBrowser.Browser.MyTreeNode |
FileBrowser.Browser.treeRoot |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<FileBrowser.Browser.MyTreeNode> |
FileBrowser.Browser.MyTreeNode.children |
Modifier and Type | Method and Description |
---|---|
FileBrowser.Browser.MyTreeNode |
FileBrowser.Browser.MyTreeModel.getChild(java.lang.Object parent,
int index) |
(package private) FileBrowser.Browser.MyTreeNode[] |
FileBrowser.Browser.MyTreeModel.getPathToRoot(FileBrowser.Browser.MyTreeNode aNode)
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned
array.
|
(package private) FileBrowser.Browser.MyTreeNode[] |
FileBrowser.Browser.MyTreeModel.getPathToRoot(FileBrowser.Browser.MyTreeNode aNode,
int depth)
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned
array.
|
FileBrowser.Browser.MyTreeNode |
FileBrowser.Browser.MyTreeModel.getRoot() |
Modifier and Type | Method and Description |
---|---|
(package private) FileBrowser.Browser.MyTreeNode[] |
FileBrowser.Browser.MyTreeModel.getPathToRoot(FileBrowser.Browser.MyTreeNode aNode)
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned
array.
|
(package private) FileBrowser.Browser.MyTreeNode[] |
FileBrowser.Browser.MyTreeModel.getPathToRoot(FileBrowser.Browser.MyTreeNode aNode,
int depth)
Builds the parents of node up to and including the root node,
where the original node is the last element in the returned
array.
|
(package private) void |
FileBrowser.Browser.MyTreeModel.nodesWereInserted(FileBrowser.Browser.MyTreeNode node,
int childIndex) |
Constructor and Description |
---|
MyTreeNode(FileBrowser.MyPath myPath,
FileBrowser.Browser.MyTreeNode parent) |