📄 abstractdocument.leafelement.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#addAttribute(java.lang.Object, java.lang.Object)">addAttribute</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#addAttributes(javax.swing.text.AttributeSet)">addAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#containsAttribute(java.lang.Object, java.lang.Object)">containsAttribute</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#containsAttributes(javax.swing.text.AttributeSet)">containsAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#copyAttributes()">copyAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#dump(java.io.PrintStream, int)">dump</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#finalize()">finalize</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getAttribute(java.lang.Object)">getAttribute</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributeCount()">getAttributeCount</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributeNames()">getAttributeNames</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getAttributes()">getAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getChildAt(int)">getChildAt</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getChildCount()">getChildCount</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getDocument()">getDocument</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getIndex(javax.swing.tree.TreeNode)">getIndex</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getParent()">getParent</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getParentElement()">getParentElement</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getResolveParent()">getResolveParent</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#isDefined(java.lang.Object)">isDefined</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#isEqual(javax.swing.text.AttributeSet)">isEqual</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#removeAttribute(java.lang.Object)">removeAttribute</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#removeAttributes(javax.swing.text.AttributeSet)">removeAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#removeAttributes(java.util.Enumeration)">removeAttributes</A>, <A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#setResolveParent(javax.swing.text.AttributeSet)">setResolveParent</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" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="AbstractDocument.LeafElement(javax.swing.text.AbstractDocument, javax.swing.text.Element, javax.swing.text.AttributeSet, int, int)"><!-- --></A><H3>AbstractDocument.LeafElement</H3><PRE>public <B>AbstractDocument.LeafElement</B>(<A HREF="../../../javax/swing/text/Element.html">Element</A> parent, <A HREF="../../../javax/swing/text/AttributeSet.html">AttributeSet</A> a, int offs0, int offs1)</PRE><DL><DD>Constructs an element that represents content within the document (has no children).<DD><DL><DT><B>Parameters:</B><DD><CODE>parent</CODE> - The parent element<DD><CODE>a</CODE> - The element attributes<DD><CODE>offs0</CODE> - The start offset >= 0<DD><CODE>offs1</CODE> - The end offset >= offs0</DL></DD></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public <A HREF="../../../java/lang/String.html">String</A> <B>toString</B>()</PRE><DL><DD>Converts the element to a string.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../java/lang/Object.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../java/lang/Object.html">Object</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the string</DL></DD></DL><HR><A NAME="getStartOffset()"><!-- --></A><H3>getStartOffset</H3><PRE>public int <B>getStartOffset</B>()</PRE><DL><DD>Gets the starting offset in the model for the element.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getStartOffset()">getStartOffset</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the offset >= 0</DL></DD></DL><HR><A NAME="getEndOffset()"><!-- --></A><H3>getEndOffset</H3><PRE>public int <B>getEndOffset</B>()</PRE><DL><DD>Gets the ending offset in the model for the element.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getEndOffset()">getEndOffset</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the offset >= 0</DL></DD></DL><HR><A NAME="getName()"><!-- --></A><H3>getName</H3><PRE>public <A HREF="../../../java/lang/String.html">String</A> <B>getName</B>()</PRE><DL><DD>Gets the element name.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getName()">getName</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name</DL></DD></DL><HR><A NAME="getElementIndex(int)"><!-- --></A><H3>getElementIndex</H3><PRE>public int <B>getElementIndex</B>(int pos)</PRE><DL><DD>Gets the child element index closest to the given model offset.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getElementIndex(int)">getElementIndex</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>pos</CODE> - the offset >= 0<DT><B>Returns:</B><DD>the element index >= 0</DL></DD></DL><HR><A NAME="getElement(int)"><!-- --></A><H3>getElement</H3><PRE>public <A HREF="../../../javax/swing/text/Element.html">Element</A> <B>getElement</B>(int index)</PRE><DL><DD>Gets a child element.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getElement(int)">getElement</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>index</CODE> - the child index, >= 0 && < getElementCount()<DT><B>Returns:</B><DD>the child element</DL></DD></DL><HR><A NAME="getElementCount()"><!-- --></A><H3>getElementCount</H3><PRE>public int <B>getElementCount</B>()</PRE><DL><DD>Returns the number of child elements.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getElementCount()">getElementCount</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the number of children >= 0</DL></DD></DL><HR><A NAME="isLeaf()"><!-- --></A><H3>isLeaf</H3><PRE>public boolean <B>isLeaf</B>()</PRE><DL><DD>Checks whether the element is a leaf.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#isLeaf()">isLeaf</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>true if a leaf</DL></DD></DL><HR><A NAME="getAllowsChildren()"><!-- --></A><H3>getAllowsChildren</H3><PRE>public boolean <B>getAllowsChildren</B>()</PRE><DL><DD>Returns true if the receiver allows children.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#getAllowsChildren()">getAllowsChildren</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></DL></DD></DL><HR><A NAME="children()"><!-- --></A><H3>children</H3><PRE>public <A HREF="../../../java/util/Enumeration.html">Enumeration</A> <B>children</B>()</PRE><DL><DD>Returns the children of the reciever as an Enumeration.<DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html#children()">children</A></CODE> in class <CODE><A HREF="../../../javax/swing/text/AbstractDocument.AbstractElement.html">AbstractDocument.AbstractElement</A></CODE></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" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/AbstractDocument.LeafElement.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../javax/swing/text/AbstractDocument.ElementEdit.html"><B>PREV CLASS</B></A> <A HREF="../../../javax/swing/text/AbstractWriter.html"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="AbstractDocument.LeafElement.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><font size="-1"><a href="http://java.sun.com/cgi-bin/bugreport.cgi">Submit a bug or feature</a><br>For further API reference and developer documentation, see <a href="http://java.sun.com/products/jdk/1.3/devdocs-vs-specs.html">Java 2 SDK SE Developer Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples. <p>Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.<br>Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road<br>Palo Alto, California, 94303, U.S.A. All Rights Reserved.</font></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -