Example usage for Java javax.swing.text Element fields, constructors, methods, implement or subclass
The text is from its open source code.
AttributeSet | getAttributes() Fetches the collection of attributes this element contains. |
Class> | getClass() Returns the runtime class of this Object . |
Element | getElement(int index) Fetches the child element at the given index. |
int | getElementCount() Gets the number of child elements contained by this element. |
int | getElementIndex(int offset) Gets the child element index closest to the given offset. |
int | getEndOffset() Fetches the offset from the beginning of the document that this element ends at. |
String | getName() Fetches the name of the element. |
Element | getParentElement() Fetches the parent element. |
int | getStartOffset() Fetches the offset from the beginning of the document that this element begins at. |
boolean | isLeaf() Is this element a leaf element? |