Java javax.swing.text Element fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text Element fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text Element.

The text is from its open source code.

Method

AttributeSetgetAttributes()
Fetches the collection of attributes this element contains.
ClassgetClass()
Returns the runtime class of this Object .
ElementgetElement(int index)
Fetches the child element at the given index.
intgetElementCount()
Gets the number of child elements contained by this element.
intgetElementIndex(int offset)
Gets the child element index closest to the given offset.
intgetEndOffset()
Fetches the offset from the beginning of the document that this element ends at.
StringgetName()
Fetches the name of the element.
ElementgetParentElement()
Fetches the parent element.
intgetStartOffset()
Fetches the offset from the beginning of the document that this element begins at.
booleanisLeaf()
Is this element a leaf element?