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

📄 dictionary.html

📁 是一个加快Java应用程序国际化和本地化开发的工具集。它将大大减少国际化和本地化开发的所消耗的时间和资源。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
&nbsp;<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="NAME"><!-- --></A><H3>NAME</H3><PRE>public static final java.lang.String <B>NAME</B></PRE><DL><DD>Keys used to get dictionary information - dictionary name.</DL><HR><A NAME="DESC"><!-- --></A><H3>DESC</H3><PRE>public static final java.lang.String <B>DESC</B></PRE><DL><DD>Keys used to get dictionary information - dictionary description.</DL><HR><A NAME="SIZE"><!-- --></A><H3>SIZE</H3><PRE>public static final java.lang.String <B>SIZE</B></PRE><DL><DD>Keys used to get dictionary information - number of keys.</DL><HR><A NAME="VERSION"><!-- --></A><H3>VERSION</H3><PRE>public static final java.lang.String <B>VERSION</B></PRE><DL><DD>Keys used to get dictionary information - dictionary version.</DL><HR><A NAME="LOCALES"><!-- --></A><H3>LOCALES</H3><PRE>public static final java.lang.String <B>LOCALES</B></PRE><DL><DD>Keys used to get dictionary information - dictionary locales.</DL><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- ============ 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="getSource()"><!-- --></A><H3>getSource</H3><PRE>public java.util.Locale <B>getSource</B>()</PRE><DL><DD>Gets the source locale. It defines the source language.</DL><HR><A NAME="getTarget()"><!-- --></A><H3>getTarget</H3><PRE>public java.util.Locale <B>getTarget</B>()</PRE><DL><DD>Gets the target locale. It defines the meanings' language.</DL><HR><A NAME="isEmpty()"><!-- --></A><H3>isEmpty</H3><PRE>public boolean <B>isEmpty</B>()</PRE><DL><DD>Tests if this dictionary has no keys (meanings).</DL><HR><A NAME="elements()"><!-- --></A><H3>elements</H3><PRE>public java.util.Enumeration <B>elements</B>()</PRE><DL><DD>Gets an enumeration of the meanings in this dictionary.</DL><HR><A NAME="keys()"><!-- --></A><H3>keys</H3><PRE>public java.util.Enumeration <B>keys</B>()</PRE><DL><DD>Gets an enumeration of the keys in this dictionary.</DL><HR><A NAME="get(java.lang.String)"><!-- --></A><H3>get</H3><PRE>public java.lang.String[] <B>get</B>(java.lang.String&nbsp;key)</PRE><DL><DD>Gets the meanings to which the key is mapped in this dictionary.</DL><HR><A NAME="select(java.lang.String, int)"><!-- --></A><H3>select</H3><PRE>public java.lang.String <B>select</B>(java.lang.String&nbsp;key,                               int&nbsp;index)</PRE><DL><DD>Gets one of the  meanings with the index.<DD><DL><DT><B>Returns:</B><DD>null, if no key available; the first meaning, if index is less than zero; the last meaning, if the index is larger than the meaning count; empty string, if no meaning is available.</DL></DD></DL><HR><A NAME="put(java.lang.String, java.lang.String[])"><!-- --></A><H3>put</H3><PRE>public java.lang.String[] <B>put</B>(java.lang.String&nbsp;key,                              java.lang.String[]&nbsp;meanings)</PRE><DL><DD>Maps the specified key to the specified meaning in this dictionary.  Only valid string(not null and not blank) can be used as key. Only valid string(not null and not blank) can be used as meanings.<DD><DL><DT><B>Returns:</B><DD>the meanings successfully mapped.</DL></DD></DL><HR><A NAME="getMeaningCount(java.lang.String)"><!-- --></A><H3>getMeaningCount</H3><PRE>public int <B>getMeaningCount</B>(java.lang.String&nbsp;key)</PRE><DL><DD>Gets the number of meanings to which the key is mapped in this dictionary.<DD><DL><DT><B>Returns:</B><DD>-1 if no key found.</DL></DD></DL><HR><A NAME="append(java.lang.String, java.lang.String)"><!-- --></A><H3>append</H3><PRE>public java.lang.String <B>append</B>(java.lang.String&nbsp;key,                               java.lang.String&nbsp;meaning)</PRE><DL><DD>Appends the specified key to the specified meaning in this dictionary.  Only valid string(not null and not blank) can be used as key. Only valid string(not null and not blank) can be used as meaning.<DD><DL><DT><B>Returns:</B><DD>the meaning appended.</DL></DD></DL><HR><A NAME="remove(java.lang.String)"><!-- --></A><H3>remove</H3><PRE>public java.lang.String[] <B>remove</B>(java.lang.String&nbsp;key)</PRE><DL><DD>Removes the key (and all its meanings) from this dictionary.<DD><DL><DT><B>Returns:</B><DD>the meanings of the key removed.</DL></DD></DL><HR><A NAME="remove(java.lang.String, java.lang.String)"><!-- --></A><H3>remove</H3><PRE>public java.lang.String <B>remove</B>(java.lang.String&nbsp;key,                               java.lang.String&nbsp;meaning)</PRE><DL><DD>Removes the meaning of the key from this dictionary.<DD><DL><DT><B>Returns:</B><DD>the meaning removed.</DL></DD></DL><HR><A NAME="size()"><!-- --></A><H3>size</H3><PRE>public int <B>size</B>()</PRE><DL><DD>Number of keys in this dictionary.</DL><HR><A NAME="setCaseSensitive(boolean)"><!-- --></A><H3>setCaseSensitive</H3><PRE>public void <B>setCaseSensitive</B>(boolean&nbsp;caseSense)</PRE><DL><DD>Sets case sensitive lookup or not, if this dictionary supports.</DL><HR><A NAME="isCaseSensitive()"><!-- --></A><H3>isCaseSensitive</H3><PRE>public boolean <B>isCaseSensitive</B>()</PRE><DL><DD>Whether to use case sensitive lookup or not, if this dictionary supports.<DD><DL><DT><B>Returns:</B><DD>true, case sensitive.</DL></DD></DL><HR><A NAME="getDictionaryInfo()"><!-- --></A><H3>getDictionaryInfo</H3><PRE>public java.util.Properties <B>getDictionaryInfo</B>()</PRE><DL><DD>Gets the dictionary's information, eg. name, description, etc.</DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public java.lang.String <B>getName</B>()</PRE><DL><DD>Gets the dictionary's name.</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>&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;PREV CLASS&nbsp;&nbsp;<A HREF="../../../../../com/sun/tdc/toolkit/api/DictionaryCachable.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Dictionary.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;CONSTR&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;CONSTR&nbsp;|&nbsp;<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 + -