Package editor
Class ExternalFileTree
- java.lang.Object
-
- editor.FileTree
-
- editor.ExternalFileTree
-
- All Implemented Interfaces:
IFileWatcherListener,javax.swing.tree.MutableTreeNode,javax.swing.tree.TreeNode
public class ExternalFileTree extends FileTree
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String_fqn
-
Constructor Summary
Constructors Constructor Description ExternalFileTree(java.nio.file.Path fileOrDir, java.lang.String fqn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringmakeFqn()-
Methods inherited from class editor.FileTree
canDelete, children, delete, find, find, fireCreate, fireDelete, fireModify, getAllowsChildren, getAllTypeNames, getChildAt, getChildCount, getChildren, getExperiment, getFileOrDir, getIcon, getIndex, getName, getParent, getPath, getSourcePathRoot, getTotalFiles, getType, insert, isDirectory, isFile, isLeaf, isSourcePathRoot, remove, remove, removeFromParent, select, setLastModified, setParent, setUserObject, toString, traverse
-
-