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

📄 userdictionary.html

📁 是一个加快Java应用程序国际化和本地化开发的工具集。它将大大减少国际化和本地化开发的所消耗的时间和资源。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Aug 26 16:16:47 CST 1999 --><TITLE>Java Internationalization and Localization Toolkit public api document: Class  UserDictionary</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> &nbsp;<FONT ID="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" ID="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../../com/sun/tdc/util/dictionary/ResourceDictionary.html"><B>PREV CLASS</B></A>&nbsp;&nbsp;NEXT CLASS</FONT></TD><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="UserDictionary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">com.sun.tdc.util.dictionary</FONT><BR>Class  UserDictionary</H2><PRE>java.lang.Object  |  +--<A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">com.sun.tdc.util.dictionary.BbtfDictionary</A>        |        +--<B>com.sun.tdc.util.dictionary.UserDictionary</B></PRE><HR><DL><DT>public class <B>UserDictionary</B><DT>extends <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">BbtfDictionary</A></DL><P>This class implements a dictionary based upon the balanced binary tree file implementation of dictionary. It can obtain its source and target locales from a given file name.<P><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>(package private) static&nbsp;java.util.ResourceBundle</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#messages">messages</A></B></CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD></TR></TABLE>&nbsp;<A NAME="fields_inherited_from_class_com.sun.tdc.util.dictionary.BbtfDictionary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor"><TD><B>Fields inherited from class com.sun.tdc.util.dictionary.<A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">BbtfDictionary</A></B></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#messages">messages</A>,  <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#srcLocale">srcLocale</A>,  <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#targetLocale">targetLocale</A></CODE></TD></TR></TABLE>&nbsp;<!-- ======== CONSTRUCTOR SUMMARY ======== --><A NAME="constructor_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Constructor Summary</B></FONT></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#UserDictionary(java.lang.String)">UserDictionary</A></B>(java.lang.String&nbsp;filename)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a read-only dictionary with caching.</TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#UserDictionary(java.lang.String, boolean)">UserDictionary</A></B>(java.lang.String&nbsp;filename,               boolean&nbsp;updatable)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a dictionary with caching.</TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#UserDictionary(java.lang.String, boolean, boolean, java.util.Properties)">UserDictionary</A></B>(java.lang.String&nbsp;filename,               boolean&nbsp;cached,               boolean&nbsp;updatable,               java.util.Properties&nbsp;prop)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a dictionary specifying caching or not, read-only or not.</TD></TR></TABLE>&nbsp;<!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#setDictionaryInfo(java.util.Properties)">setDictionaryInfo</A></B>(java.util.Properties&nbsp;prop)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sub-class can override this method for setting properties for a newly created dictionary (by this time not exists yet).</TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>protected &nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../../com/sun/tdc/util/dictionary/UserDictionary.html#setLocalesFromFile(java.lang.String)">setLocalesFromFile</A></B>(java.lang.String&nbsp;filename)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the dictionary's source and target language locale through its filename.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_com.sun.tdc.util.dictionary.BbtfDictionary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor"><TD><B>Methods inherited from class com.sun.tdc.util.dictionary.<A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">BbtfDictionary</A></B></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#abortPack()">abortPack</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#append(java.lang.String, java.lang.String)">append</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#elements()">elements</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#get(java.lang.String)">get</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getCache()">getCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getCacheSize()">getCacheSize</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getDelimiter()">getDelimiter</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getDictionaryInfo()">getDictionaryInfo</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getFile()">getFile</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getMeaningCount(java.lang.String)">getMeaningCount</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getName()">getName</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getSource()">getSource</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getTarget()">getTarget</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#getTempFile()">getTempFile</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#isCached()">isCached</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#isCaseSensitive()">isCaseSensitive</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#isEmpty()">isEmpty</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#isUpdatable()">isUpdatable</A>, 

⌨️ 快捷键说明

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