Uses of Interface javax.swing.text.Element

Uses in package javax.swing.text.html

Constructors with parameter type javax.swing.text.Element

Creates a new hypertext link event.
Creates a new hypertext link event.

Uses in package javax.swing.plaf.basic

Methods with parameter type javax.swing.text.Element

View
Creates a view for a given element.
View
View
View
View
View
View
BasicTextUI.create(Element elem, int p0, int p1)

Uses in package javax.swing.text

Classes implementing javax.swing.text.Element

class
class
class

Constructors with parameter type javax.swing.text.Element

Creates a new View instance.
AbstractDocument.ElementEdit.ElementEdit(Element elem, int index, Element removed, Element added)
Creates a new View instance.
AbstractDocument.LeafElement.LeafElement(Element parent, AttributeSet attributes, int start, int end)
Creates a new View instance.
Creates a new View instance.
Creates a new View instance.

Methods with parameter type javax.swing.text.Element

View
Creates a view for a given element.
Element
void
createInputAttributes
Element
AbstractDocument.createLeafElement(Element parent, AttributeSet attributes, int start, int end)
DocumentEvent.ElementChange
void
AbstractDocument.BranchElement.replace(int offset, int length, Element elements)

Methods with return type javax.swing.text.Element

Element
Element
AbstractDocument.createLeafElement(Element parent, AttributeSet attributes, int start, int end)
Element
Element
getCharacterAttributeRun
Element
Element
getCharacterElement
Element[]
getChildrenAdded
Element[]
getChildrenRemoved
Element
Returns the default root element.
Element
Returns the default root element.
Element
Returns the default root element.
Element
Returns the default root element.
Element
getElement
Element
Element
Element
Element
Element
Element.getElement(int index)
Element
Element
Element
Element
getParagraphElement
Element
Element
Element
Element[]
Returns the root elements of the document content.
Element[]
Returns the root elements of the document content.
Element

Uses in package javax.swing.event

Constructors with parameter type javax.swing.text.Element

HyperlinkEvent.HyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element)
Creates a new HyperlinkEvent with the given arguments.

Methods with parameter type javax.swing.text.Element

DocumentEvent.ElementChange
getChange

Methods with return type javax.swing.text.Element

Element[]
getChildrenAdded
Element[]
getChildrenRemoved
Element
getElement
Element
Returns the element of the document repesenting this anchor.