javax.swing.text
Class AbstractDocument.BidiRootElement

java.lang.Object
  extended byjavax.swing.text.AbstractDocument.AbstractElement
      extended byjavax.swing.text.AbstractDocument.BranchElement
          extended byjavax.swing.text.AbstractDocument.BidiRootElement
All Implemented Interfaces:
AttributeSet, Element, MutableAttributeSet, Serializable, TreeNode
Enclosing class:
AbstractDocument

class AbstractDocument.BidiRootElement
extends AbstractDocument.BranchElement

Represents the root element of the bidirectional element structure. The root element is the only element in the bidi element structure which contains children.


Nested Class Summary
 
Nested classes inherited from class javax.swing.text.AttributeSet
AttributeSet.CharacterAttribute, AttributeSet.ColorAttribute, AttributeSet.FontAttribute, AttributeSet.ParagraphAttribute
 
Field Summary
 
Fields inherited from class javax.swing.text.AbstractDocument.BranchElement
 
Fields inherited from class javax.swing.text.AbstractDocument.AbstractElement
 
Fields inherited from interface javax.swing.text.AttributeSet
NameAttribute, ResolveAttribute
 
Constructor Summary
(package private) AbstractDocument.BidiRootElement()
           
 
Method Summary
 String getName()
          Gets the name of the element.
 
Methods inherited from class javax.swing.text.AbstractDocument.BranchElement
children, getAllowsChildren, getElement, getElementCount, getElementIndex, getEndOffset, getStartOffset, isLeaf, positionToElement, replace, toString
 
Methods inherited from class javax.swing.text.AbstractDocument.AbstractElement
addAttribute, addAttributes, containsAttribute, containsAttributes, copyAttributes, dump, getAttribute, getAttributeCount, getAttributeNames, getAttributes, getChildAt, getChildCount, getDocument, getIndex, getParent, getParentElement, getResolveParent, isDefined, isEqual, removeAttribute, removeAttributes, removeAttributes, setResolveParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractDocument.BidiRootElement

AbstractDocument.BidiRootElement()
Method Detail

getName

public String getName()
Gets the name of the element.

Specified by:
getName in interface Element
Overrides:
getName in class AbstractDocument.BranchElement
Returns:
the name