📄 userdictionary.html
字号:
<A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#keys()">keys</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#lookup(java.lang.String)">lookup</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#pack()">pack</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#put(java.lang.String, java.lang.String[])">put</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#refreshCache()">refreshCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#refreshCache(java.lang.String)">refreshCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#refreshCache(java.lang.String, java.lang.String)">refreshCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#refreshCache(java.lang.String, java.util.Vector)">refreshCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#remove(java.lang.String)">remove</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#remove(java.lang.String, java.lang.String)">remove</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#select(java.lang.String, int)">select</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setCache(java.util.Hashtable)">setCache</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setCached(boolean)">setCached</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setCacheSize(int)">setCacheSize</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setCaseSensitive(boolean)">setCaseSensitive</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setDelimiter(char)">setDelimiter</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setSource(java.util.Locale)">setSource</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setTarget(java.util.Locale)">setTarget</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setUpdatable(boolean)">setUpdatable</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#size()">size</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#toString()">toString</A>, <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#trimAsciiString(java.lang.String)">trimAsciiString</A></CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.Object</B></TD></TR><TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Field Detail</B></FONT></TD></TR></TABLE><A NAME="messages"><!-- --></A><H3>messages</H3><PRE>static java.util.ResourceBundle <B>messages</B></PRE><DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="UserDictionary(java.lang.String)"><!-- --></A><H3>UserDictionary</H3><PRE>public <B>UserDictionary</B>(java.lang.String filename)</PRE><DL><DD>Constructs a read-only dictionary with caching.<DD><DL><DT><B>Parameters:</B><DD><CODE>filename</CODE> - The balance binary tree file that stores the dictionary.<DT><B>Throws:</B><DD>java.lang.IllegalArgumentException - if the file is somehow invalid.</DL></DD></DL><HR><A NAME="UserDictionary(java.lang.String, boolean)"><!-- --></A><H3>UserDictionary</H3><PRE>public <B>UserDictionary</B>(java.lang.String filename, boolean updatable)</PRE><DL><DD>Constructs a dictionary with caching.<DD><DL><DT><B>Parameters:</B><DD><CODE>filename</CODE> - The balance binary tree file that stores the dictionary.<DD><CODE>updatable</CODE> - true specifies the dictionary can be on-line updated.<DT><B>Throws:</B><DD>java.lang.IllegalArgumentException - if the file is somehow invalid.</DL></DD></DL><HR><A NAME="UserDictionary(java.lang.String, boolean, boolean, java.util.Properties)"><!-- --></A><H3>UserDictionary</H3><PRE>public <B>UserDictionary</B>(java.lang.String filename, boolean cached, boolean updatable, java.util.Properties prop)</PRE><DL><DD>Constructs a dictionary specifying caching or not, read-only or not.<DD><DL><DT><B>Parameters:</B><DD><CODE>filename</CODE> - The balance binary tree file that stores the dictionary.<DD><CODE>cached</CODE> - true if use caching.<DD><CODE>updatable</CODE> - true specifies the dictionary can be on-line updated.<DD><CODE>prop</CODE> - if this dictionary has not been created, use prop to specify its properties when creating; if it exists, then ignore prop.<DT><B>Throws:</B><DD>java.lang.IllegalArgumentException - if the file is somehow invalid.</DL></DD></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" ID="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="setDictionaryInfo(java.util.Properties)"><!-- --></A><H3>setDictionaryInfo</H3><PRE>protected void <B>setDictionaryInfo</B>(java.util.Properties prop)</PRE><DL><DD>Sub-class can override this method for setting properties for a newly created dictionary (by this time not exists yet). In overriden, should call super.setDictionaryInfo(prop) before return.<DD><DL><DT><B>Parameters:</B><DD><CODE>prop</CODE> - properties to be set are put in it.<DT><B>Overrides:</B><DD><A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setDictionaryInfo(java.util.Properties)">setDictionaryInfo</A> in class <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">BbtfDictionary</A></DL></DD></DL><HR><A NAME="setLocalesFromFile(java.lang.String)"><!-- --></A><H3>setLocalesFromFile</H3><PRE>protected void <B>setLocalesFromFile</B>(java.lang.String filename) throws java.lang.IllegalArgumentException</PRE><DL><DD>Sets the dictionary's source and target language locale through its filename.<DD><DL><DT><B>Overrides:</B><DD><A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html#setLocalesFromFile(java.lang.String)">setLocalesFromFile</A> in class <A HREF="../../../../../com/sun/tdc/util/dictionary/BbtfDictionary.html">BbtfDictionary</A></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" ID="NavBarCell1"><A NAME="navbar_bottom_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> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../com/sun/tdc/util/dictionary/ResourceDictionary.html"><B>PREV CLASS</B></A> NEXT CLASS</FONT></TD><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="UserDictionary.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -