文件名称:javadirtree
介绍说明--下载内容均来自于网络,请自行研究使用
java实现系统目录树控件 //导入以下类
import cn.xcode.fr a mework.gui.useModule.xFilesTree.FilesTreeManager
//在面板初始化的地方
FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象
JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了;
ftm.setShowHidenFiles(true) //设置是否显示隐藏文件
ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部
-java realization of the system directory tree control// into the following categories of import cn.xcode.fr a mework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All
import cn.xcode.fr a mework.gui.useModule.xFilesTree.FilesTreeManager
//在面板初始化的地方
FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象
JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它这个树就是系统文件目录树了;
ftm.setShowHidenFiles(true) //设置是否显示隐藏文件
ftm.setShowFilesMode(ftm.SHOWFILESMODE_ALL) //显示的模式有两种(ftm.SHOWFILESMODE_ALL 显示全部
-java realization of the system directory tree control// into the following categories of import cn.xcode.fr a mework.gui.useModule.xFilesTree.FilesTreeManager// in the panel to initialize the local FilesTreeManager ftm = new FilesTreeManager ()// add a file directory Object Explorer tree JTree tree = ftm.getFilesTree ()// add a JTree object to ftm.getFilesTree () assigned to it by the tree is a tree system files ftm.setShowHidenFiles (true)// Set whether to display hidden document ftm.setShowFilesMode (ftm.SHOWFILESMODE_ALL)// show mode, there are two (ftm.SHOWFILESMODE_ALL Show All
(系统自动生成,下载前可以参看下载内容)
下载文件列表
java实现系统目录树控件
......................\cn
......................\..\xcode
......................\..\.....\framework
......................\..\.....\.........\gui
......................\..\.....\.........\...\module
......................\..\.....\.........\...\......\XTree
......................\..\.....\.........\...\......\.....\BaseTreeCellRenderer.class
......................\..\.....\.........\...\......\.....\BaseTreeManager.class
......................\..\.....\.........\...\......\.....\BaseTreeNode.class
......................\..\.....\.........\...\......\.....\BaseUserObject.class
......................\..\.....\.........\...\useModule
......................\..\.....\.........\...\.........\xFilesTree
......................\..\.....\.........\...\.........\..........\FilesTreeManager$DirExpansionListener$1.class
......................\..\.....\.........\...\.........\..........\FilesTreeManager$DirExpansionListener.class
......................\..\.....\.........\...\.........\..........\FilesTreeManager.class
......................\..\.....\.........\...\.........\..........\FilesTreeNode.class
......................\..\.....\.........\...\.........\..........\FilesTreeObject.class
......................\..\.....\.........\...\.........\..........\folder.gif
......................\..\.....\.........\...\.........\..........\folderopen.gif
......................\..\.....\.........\utils
......................\..\.....\.........\.....\CookieUtil.class
......................\..\.....\.........\.....\DateUtil.class
......................\..\.....\.........\.....\FileUtil.class
......................\..\.....\.........\.....\GuiUtil.class
......................\..\.....\.........\.....\IntegerUtil.class
......................\..\.....\.........\.....\MySqlUtil.class
......................\..\.....\.........\.....\StringUtil.class
......................\..\.....\.........\.....\Util.class
......................\..\.....\.........\.....\Validate.class
......................\..\.....\.........\.....\WebUtil.class
......................\META-INF
......................\........\MANIFEST.MF
......................\xFilesTree_api_doc
......................\..................\allclasses-frame.html
......................\..................\allclasses-noframe.html
......................\..................\cn
......................\..................\..\xcode
......................\..................\..\.....\framework
......................\..................\..\.....\.........\gui
......................\..................\..\.....\.........\...\module
......................\..................\..\.....\.........\...\......\XTree
......................\..................\..\.....\.........\...\......\.....\BaseTreeCellRenderer.html
......................\..................\..\.....\.........\...\......\.....\BaseTreeManager.html
......................\..................\..\.....\.........\...\......\.....\BaseTreeNode.html
......................\..................\..\.....\.........\...\......\.....\BaseUserObject.html
......................\..................\..\.....\.........\...\......\.....\class-use
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeCellRenderer.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeManager.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeNode.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseUserObject.html
......................\..................\..\.....\.........\...\......\.....\package-frame.html
......................\..................\..\.....\.........\...\......\.....\package-summary.html
......................\..................\..\.....\.........\...\......\.....\package-tree.html
......................\..................\..\.....\.........\...\......\.....\package-use.html
......................\..................\..\.....\.........\...\useModule
......................\.........
......................\cn
......................\..\xcode
......................\..\.....\framework
......................\..\.....\.........\gui
......................\..\.....\.........\...\module
......................\..\.....\.........\...\......\XTree
......................\..\.....\.........\...\......\.....\BaseTreeCellRenderer.class
......................\..\.....\.........\...\......\.....\BaseTreeManager.class
......................\..\.....\.........\...\......\.....\BaseTreeNode.class
......................\..\.....\.........\...\......\.....\BaseUserObject.class
......................\..\.....\.........\...\useModule
......................\..\.....\.........\...\.........\xFilesTree
......................\..\.....\.........\...\.........\..........\FilesTreeManager$DirExpansionListener$1.class
......................\..\.....\.........\...\.........\..........\FilesTreeManager$DirExpansionListener.class
......................\..\.....\.........\...\.........\..........\FilesTreeManager.class
......................\..\.....\.........\...\.........\..........\FilesTreeNode.class
......................\..\.....\.........\...\.........\..........\FilesTreeObject.class
......................\..\.....\.........\...\.........\..........\folder.gif
......................\..\.....\.........\...\.........\..........\folderopen.gif
......................\..\.....\.........\utils
......................\..\.....\.........\.....\CookieUtil.class
......................\..\.....\.........\.....\DateUtil.class
......................\..\.....\.........\.....\FileUtil.class
......................\..\.....\.........\.....\GuiUtil.class
......................\..\.....\.........\.....\IntegerUtil.class
......................\..\.....\.........\.....\MySqlUtil.class
......................\..\.....\.........\.....\StringUtil.class
......................\..\.....\.........\.....\Util.class
......................\..\.....\.........\.....\Validate.class
......................\..\.....\.........\.....\WebUtil.class
......................\META-INF
......................\........\MANIFEST.MF
......................\xFilesTree_api_doc
......................\..................\allclasses-frame.html
......................\..................\allclasses-noframe.html
......................\..................\cn
......................\..................\..\xcode
......................\..................\..\.....\framework
......................\..................\..\.....\.........\gui
......................\..................\..\.....\.........\...\module
......................\..................\..\.....\.........\...\......\XTree
......................\..................\..\.....\.........\...\......\.....\BaseTreeCellRenderer.html
......................\..................\..\.....\.........\...\......\.....\BaseTreeManager.html
......................\..................\..\.....\.........\...\......\.....\BaseTreeNode.html
......................\..................\..\.....\.........\...\......\.....\BaseUserObject.html
......................\..................\..\.....\.........\...\......\.....\class-use
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeCellRenderer.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeManager.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseTreeNode.html
......................\..................\..\.....\.........\...\......\.....\.........\BaseUserObject.html
......................\..................\..\.....\.........\...\......\.....\package-frame.html
......................\..................\..\.....\.........\...\......\.....\package-summary.html
......................\..................\..\.....\.........\...\......\.....\package-tree.html
......................\..................\..\.....\.........\...\......\.....\package-use.html
......................\..................\..\.....\.........\...\useModule
......................\.........