static class FileBrowser.MyTreeNode extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList<FileBrowser.MyTreeNode> |
children |
(package private) FileBrowser.MyPath |
myPath |
(package private) FileBrowser.MyTreeNode |
parent |
Constructor and Description |
---|
MyTreeNode(FileBrowser.MyPath myPath,
FileBrowser.MyTreeNode parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
FileBrowser.MyPath myPath
FileBrowser.MyTreeNode parent
java.util.ArrayList<FileBrowser.MyTreeNode> children
MyTreeNode(FileBrowser.MyPath myPath, FileBrowser.MyTreeNode parent)
public java.lang.String toString()
toString
in class java.lang.Object