Uses of Class
ca.corbett.extras.dirtree.DirTree
Packages that use DirTree
Package
Description
Contains the DirTree component, which is handy for showing a view
onto a file system.
-
Uses of DirTree in ca.corbett.extras.dirtree
Methods in ca.corbett.extras.dirtree that return DirTreeModifier and TypeMethodDescriptionstatic DirTreeDirTree.createDirTree()Creates a defaulted DirTree instance for viewing the entire filesystem.static DirTreeDirTree.createDirTree(File dir) Creates a DirTree instance chrooted to the specified directory.Methods in ca.corbett.extras.dirtree with parameters of type DirTreeModifier and TypeMethodDescriptionstatic DirTreePopupMenuDirTreePopupMenu.createPopup(DirTree dirTree) Creates an empty popup menu and associates it with the given DirTree.voidDirTreeListener.selectionChanged(DirTree source, File selectedDir) Fired when a directory is selected within the DirTree.voidDirTreeListener.treeLocked(DirTree source, File lockDir) Fired when a DirTree instance is locked to a specific subdirectory (like chroot).voidDirTreeListener.treeUnlocked(DirTree source) Fired when a DirTree instance is unlocked, and will now show all directories.