⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-9.html

📁 实现java系统文件目录树的控件包
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0-rc) on Fri Nov 23 11:08:34 CST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=GBK">
<TITLE>
S - 索引
</TITLE>

<META NAME="date" CONTENT="2007-11-23">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="S - 索引";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-8.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-10.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-9.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">R</A> <A HREF="index-9.html">S</A> <A HREF="index-10.html">T</A> <HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeObject.html#setFile(java.io.File)"><B>setFile(File)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeObject.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeObject</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setFileFilter(java.io.FileFilter)"><B>setFileFilter(FileFilter)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置一个文件过滤器
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeNode.html#setHadRoad(boolean)"><B>setHadRoad(boolean)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeNode.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeNode</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeNode.html#setIcon(javax.swing.Icon)"><B>setIcon(Icon)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeNode.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseTreeNode</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseUserObject.html#setIcon(javax.swing.Icon)"><B>setIcon(Icon)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseUserObject.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseUserObject</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeNode.html#setIsDisk(boolean)"><B>setIsDisk(boolean)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeNode.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeNode</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setLoadingStr(java.lang.String)"><B>setLoadingStr(String)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置加载节点时的等待显示字符串
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html#setNodeIcon(cn.xcode.framework.gui.module.XTree.BaseTreeNode, javax.swing.Icon)"><B>setNodeIcon(BaseTreeNode, Icon)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseTreeManager</A> 中的静态方法
<DD>为节点设置图标,该功能只有节点是BaseTreeNode的时候才会起作用
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html#setNodeIcon(cn.xcode.framework.gui.module.XTree.BaseTreeNode, java.lang.String)"><B>setNodeIcon(BaseTreeNode, String)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseTreeManager</A> 中的静态方法
<DD>为节点设置图标,该功能只有节点是BaseTreeNode的时候才会起作用
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setReloadChildsNode(boolean)"><B>setReloadChildsNode(boolean)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置是否关闭节点后重新加载子节点
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setRootTextValue(java.lang.String)"><B>setRootTextValue(String)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置根节点的名字
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setShowFilesMode(int)"><B>setShowFilesMode(int)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置文件显示的模式
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#setShowHidenFiles(boolean)"><B>setShowHidenFiles(boolean)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的方法
<DD>设置是否显示隐藏文件
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html#setUserObject(javax.swing.tree.DefaultMutableTreeNode, java.lang.Object)"><B>setUserObject(DefaultMutableTreeNode, Object)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeManager.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseTreeManager</A> 中的静态方法
<DD>为节点增加属性对象
<DT><A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeNode.html#setUserObject(java.lang.Object)"><B>setUserObject(Object)</B></A> - 
类 cn.xcode.framework.gui.module.XTree.<A HREF="../cn/xcode/framework/gui/module/XTree/BaseTreeNode.html" title="cn.xcode.framework.gui.module.XTree 中的类">BaseTreeNode</A> 中的方法
<DD>重写setUserObject方法使得可支持从BaseUserObject获得图标
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeObject.html#setValueName(java.lang.String)"><B>setValueName(String)</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeObject.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeObject</A> 中的方法
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#SHOWFILESMODE_ALL"><B>SHOWFILESMODE_ALL</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的变量
<DD>&nbsp;
<DT><A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html#SHOWFILESMODE_DIR_ONLY"><B>SHOWFILESMODE_DIR_ONLY</B></A> - 
类 cn.xcode.framework.gui.useModule.xFilesTree.<A HREF="../cn/xcode/framework/gui/useModule/xFilesTree/FilesTreeManager.html" title="cn.xcode.framework.gui.useModule.xFilesTree 中的类">FilesTreeManager</A> 中的变量
<DD>&nbsp;
</DL>
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="跳过导航链接"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>概述</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">软件包</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">类</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">使用</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>树</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>已过时</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>索引</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>帮助</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="index-8.html"><B>上一个字母</B></A>&nbsp;
&nbsp;<A HREF="index-10.html"><B>下一个字母</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html?index-filesindex-9.html" target="_top"><B>框架</B></A>  &nbsp;
&nbsp;<A HREF="index-9.html" target="_top"><B>无框架</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../allclasses-noframe.html"><B>所有类</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../allclasses-noframe.html"><B>所有类</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<A HREF="index-1.html">A</A> <A HREF="index-2.html">B</A> <A HREF="index-3.html">C</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">F</A> <A HREF="index-6.html">G</A> <A HREF="index-7.html">I</A> <A HREF="index-8.html">R</A> <A HREF="index-9.html">S</A> <A HREF="index-10.html">T</A> <HR>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -