GNU Classpath (0.18) | ||
Frames | No Frames |
Constructors with parameter type javax.swing.text.Element | |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, String description, Element element, String frame) Creates a new hypertext link event.
| |
HTMLFrameHyperlinkEvent.HTMLFrameHyperlinkEvent(Object source, HyperlinkEvent.EventType type, URL url, Element element, String frame) Creates a new hypertext link event.
|
Classes implementing javax.swing.text.Element | |
class | An abstract base implementation of the Element interface.
|
class | |
class | An implementation of Element that represents a leaf in the
document structure. |
Constructors with parameter type javax.swing.text.Element | |
Creates a new instance of AbstractElement with a
specified parent Element and AttributeSet .
| |
Create a new AbstractWriter with the indicated Writer and
Element. | |
Create a new AbstractWriter with the indicated Writer and
Element. | |
Creates a new BoxView for the given
Element and axis. | |
Creates a new BranchElement with the specified
parent and attributes.
| |
Creates a new View instance.
| |
Creates a new CompositeView for the given
Element .
| |
Creates a new ElementBuffer for the specified
root element.
| |
Creates a new ElementEdit .
| |
Create a new ElementIterator to iterate over the given document.
| |
Creates a new View instance.
| |
Creates a new FlowView for the given
Element and axis .
| |
Creates a new GlyphView for the given Element .
| |
Creates a new IconView for the given Element .
| |
Creates a new GlyphView for the given Element .
| |
AbstractDocument.LeafElement.LeafElement(Element parent, AttributeSet attributes, int start, int end) Creates a new LeafElement .
| |
Creates a new ParagraphView for the given
Element .
| |
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 | Creates and returns a branch element with the specified
parent and attributes . |
void | Copies the text attributes from element to set .
|
Element | Creates and returns a leaf element with the specified
parent and attributes . |
DocumentEvent.ElementChange | Returns the changes for an element.
|
String | Return the text of the Document that is associated with the given
Element. |
boolean | Return true if the Element's range overlaps our desired output
range; false otherwise.
|
void | Replaces a set of child elements with a new set of child elemens.
|
void | Output the text of the indicated Element, properly clipping it to
the range of the Document specified when the AbstractWriter was
created.
|
Methods with return type javax.swing.text.Element | |
Element | Creates and returns a branch element with the specified
parent and attributes . |
Element | Creates and returns a leaf element with the specified
parent and attributes . |
Element | Returns the current element.
|
Element | Returns the first element in the tree.
|
Element | Returns the root element for bidirectional content.
|
Element | Returns the Element that represents the character run at the
current caret position.
|
Element | DefaultStyledDocument.getCharacterElement(int position) Returns the Element that corresponds to the character
at the specified position.
|
Element | StyledDocument.getCharacterElement(int position) getCharacterElement
|
Element[] | Returns the added elements.
|
Element[] | Returns the removed elements.
|
Element | Returns the default root Element of this Document .
|
Element | Returns the default root element.
|
Element | Returns the default root element. |
Element | Returns the default root Element of this Document .
|
Element | Returns the changed element.
|
Element | |
Element | AbstractDocument.AbstractElement.getElement(int index) Returns the child element at the specified index .
|
Element | AbstractDocument.BranchElement.getElement(int index) Returns the child element at the specified index .
|
Element | AbstractDocument.LeafElement.getElement(int index) Returns null since LeafElement s cannot have
children.
|
Element | Element.getElement(int index) |
Element | AbstractDocument.getParagraphElement(int pos) Returns the paragraph Element that holds the specified position.
|
Element | DefaultStyledDocument.getParagraphElement(int position) Returns the paragraph element for the specified position.
|
Element | PlainDocument.getParagraphElement(int pos) Returns the paragraph Element that holds the specified position.
|
Element | StyledDocument.getParagraphElement(int position) getParagraphElement
|
Element | Returns the parent element of this element.
|
Element | |
Element | Returns the root element of this ElementBuffer .
|
Element[] | Returns all root elements of this Document . |
Element[] | Returns the root elements of the document content.
|
Element | Advance the iterator and return the next element of the tree,
performing an "in-order" traversal.
|
Element | AbstractDocument.BranchElement.positionToElement(int position) Returns the Element at the specified Document
offset.
|
Element | Returns the previous item. |
Methods with parameter type javax.swing.text.Element | |
View | |
View | |
View | |
View | |
View | |
View | |
View |
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.
|
GNU Classpath (0.18) |