Class FileTreeNode
java.lang.Object
com.github.weisj.darklaf.components.filetree.FileTreeNode
- All Implemented Interfaces:
Comparable<FileTreeNode>
,TreeNode
- Direct Known Subclasses:
FileTreeNode.RootNode
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AtomicReference<List<FileTreeNode>>
Deprecated.protected FileNode
Deprecated.protected FileTreeModel
Deprecated.protected FileTreeNode
Deprecated.protected AtomicInteger
Deprecated.protected WatchKey
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionFileTreeNode(FileTreeNode parent, FileNode fileNode, FileTreeModel model)
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionEnumeration<? extends TreeNode>
children()
Deprecated.int
Deprecated.protected <T> void
doInBackground(Consumer<Consumer<T>> task, Consumer<List<T>> processor)
Deprecated.protected <T> void
Deprecated.boolean
Deprecated.boolean
Deprecated.getChildAt(int childIndex)
Deprecated.int
Deprecated.getFile()
Deprecated.int
Deprecated.Deprecated.int
hashCode()
Deprecated.boolean
isBusy()
Deprecated.boolean
isLeaf()
Deprecated.boolean
isNodeChild(TreeNode aNode)
Deprecated.void
reload()
Deprecated.protected void
reload(int depth)
Deprecated.protected FileTreeNode
Deprecated.toString()
Deprecated.protected void
traverseChildren(Consumer<Stream<FileNode>> consumer)
Deprecated.
-
Field Details
-
parent
Deprecated. -
model
Deprecated. -
fileNode
Deprecated. -
taskCount
Deprecated. -
children
Deprecated. -
watchKey
Deprecated.
-
-
Constructor Details
-
FileTreeNode
Deprecated.
-
-
Method Details
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
getFile
Deprecated. -
reload
public void reload()Deprecated. -
reload
protected void reload(int depth)Deprecated. -
toString
Deprecated. -
toNode
Deprecated. -
traverseChildren
Deprecated. -
doInBackground
Deprecated. -
doInBackground
protected <T> void doInBackground(Consumer<Consumer<T>> task, Consumer<List<T>> processor, Runnable doneTask)Deprecated. -
getChildAt
Deprecated.- Specified by:
getChildAt
in interfaceTreeNode
-
getChildCount
public int getChildCount()Deprecated.- Specified by:
getChildCount
in interfaceTreeNode
-
getParent
Deprecated. -
getIndex
Deprecated. -
getAllowsChildren
public boolean getAllowsChildren()Deprecated.- Specified by:
getAllowsChildren
in interfaceTreeNode
-
isLeaf
public boolean isLeaf()Deprecated. -
children
Deprecated. -
isNodeChild
Deprecated. -
compareTo
Deprecated.- Specified by:
compareTo
in interfaceComparable<FileTreeNode>
-
isBusy
public boolean isBusy()Deprecated.
-
FileTree
will be moved to https://github.com/weisJ/swing-dsl