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