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

📄 classunit.html

📁 是一个加快Java应用程序国际化和本地化开发的工具集。它将大大减少国际化和本地化开发的所消耗的时间和资源。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<TR BGCOLOR="white" ID="TableRowColor"><TD><CODE><A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#equals(com.sun.tdc.toolkit.api.internal.Unit)">equals</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getContainerClassName()">getContainerClassName</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getEnd()">getEnd</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getEndLine()">getEndLine</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getEndOfLine()">getEndOfLine</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getEndPosition()">getEndPosition</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getFileName()">getFileName</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getOffsetOfBOL()">getOffsetOfBOL</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getOffsetOfEOL()">getOffsetOfEOL</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getSource()">getSource</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getStart()">getStart</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getStartLine()">getStartLine</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getStartOfLine()">getStartOfLine</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#getStartPostion()">getStartPostion</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#isExisting()">isExisting</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#setEnd(int)">setEnd</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#setExisting(boolean)">setExisting</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#setSource(com.sun.tdc.toolkit.api.internal.SourceFileInterface)">setSource</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#setStart(int)">setStart</A>, <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#toString()">toString</A></CODE></TD></TR></TABLE>&nbsp;<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>&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="className"><!-- --></A><H3>className</H3><PRE><A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>className</B></PRE><DL></DL><HR><A NAME="superClass"><!-- --></A><H3>superClass</H3><PRE><A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>superClass</B></PRE><DL></DL><HR><A NAME="modifier"><!-- --></A><H3>modifier</H3><PRE><A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>modifier</B></PRE><DL></DL><HR><A NAME="isInterface"><!-- --></A><H3>isInterface</H3><PRE>boolean <B>isInterface</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="ClassUnit(com.sun.tdc.toolkit.api.internal.SourceFileInterface, com.sun.tdc.toolkit.api.internal.Unit, boolean, com.sun.tdc.toolkit.api.internal.Unit, com.sun.tdc.toolkit.api.internal.Unit, int, int)"><!-- --></A><H3>ClassUnit</H3><PRE>public <B>ClassUnit</B>(<A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/SourceFileInterface.html">SourceFileInterface</A>&nbsp;source,                 <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A>&nbsp;modifier,                 boolean&nbsp;isInterface,                 <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A>&nbsp;className,                 <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A>&nbsp;superClass,                 int&nbsp;startPos,                 int&nbsp;endPos)</PRE><DL></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="getModifier()"><!-- --></A><H3>getModifier</H3><PRE>public <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>getModifier</B>()</PRE><DL></DL><HR><A NAME="getSuperClass()"><!-- --></A><H3>getSuperClass</H3><PRE>public <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>getSuperClass</B>()</PRE><DL></DL><HR><A NAME="getClassNameUnit()"><!-- --></A><H3>getClassNameUnit</H3><PRE>public <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>getClassNameUnit</B>()</PRE><DL></DL><HR><A NAME="isAInterface()"><!-- --></A><H3>isAInterface</H3><PRE>public boolean <B>isAInterface</B>()</PRE><DL></DL><HR><A NAME="increase(int, int)"><!-- --></A><H3>increase</H3><PRE>public void <B>increase</B>(int&nbsp;off,                     int&nbsp;v)</PRE><DL><DD>Since there are some new Unit registered here, so update more<DD><DL><DT><B>Overrides:</B><DD><A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html#increase(int, int)">increase</A> in class <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A></DL></DD></DL><HR><A NAME="getSuperClassName()"><!-- --></A><H3>getSuperClassName</H3><PRE>public java.lang.String <B>getSuperClassName</B>()</PRE><DL><DD>get the super class name</DL><HR><A NAME="getClassName()"><!-- --></A><H3>getClassName</H3><PRE>public java.lang.String <B>getClassName</B>()</PRE><DL><DD>the class name of this class body</DL><HR><A NAME="getLocalePostfix()"><!-- --></A><H3>getLocalePostfix</H3><PRE>public java.lang.String <B>getLocalePostfix</B>()</PRE><DL><DD>get the postfix of this class name. this is useful for the class is a resource bundle</DL><HR><A NAME="setClassName(java.lang.String)"><!-- --></A><H3>setClassName</H3><PRE>public void <B>setClassName</B>(java.lang.String&nbsp;s)</PRE><DL><DD>set the class name to the string</DL><HR><A NAME="insertBlock(java.lang.String)"><!-- --></A><H3>insertBlock</H3><PRE>public <A HREF="../../../../../../com/sun/tdc/toolkit/api/internal/Unit.html">Unit</A> <B>insertBlock</B>(java.lang.String&nbsp;s)</PRE><DL><DD>insert a string in front of a class body and return the unit that has just been inserted .</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/internal/ProjectItem.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="ClassUnit.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></BODY></HTML>

⌨️ 快捷键说明

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