|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.text.DefaultStyledDocument.ElementBuffer
Class to manage changes to the element hierarchy.
Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing. As of 1.4, support for long term storage
of all JavaBeansTM
has been added to the java.beans
package.
Please see XMLEncoder
.
Constructor Summary | |
DefaultStyledDocument.ElementBuffer(Element root)
Creates a new ElementBuffer. |
Method Summary | |
void |
change(int offset,
int length,
AbstractDocument.DefaultDocumentEvent de)
Changes content. |
protected void |
changeUpdate()
Updates the element structure in response to a change in the document. |
Element |
clone(Element parent,
Element clonee)
Creates a copy of this element, with a different parent. |
Element |
getRootElement()
Gets the root element. |
void |
insert(int offset,
int length,
DefaultStyledDocument.ElementSpec[] data,
AbstractDocument.DefaultDocumentEvent de)
Inserts new content. |
protected void |
insertUpdate(DefaultStyledDocument.ElementSpec[] data)
Inserts an update into the document. |
void |
remove(int offset,
int length,
AbstractDocument.DefaultDocumentEvent de)
Removes content. |
protected void |
removeUpdate()
Updates the element structure in response to a removal from the associated sequence in the document. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultStyledDocument.ElementBuffer(Element root)
root
- the root elementMethod Detail |
public Element getRootElement()
public void insert(int offset, int length, DefaultStyledDocument.ElementSpec[] data, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0length
- the length >= 0data
- the data to insertde
- the event capturing this editpublic void remove(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0length
- the length >= 0de
- the event capturing this editpublic void change(int offset, int length, AbstractDocument.DefaultDocumentEvent de)
offset
- the starting offset >= 0length
- the length >= 0de
- the event capturing this editprotected void insertUpdate(DefaultStyledDocument.ElementSpec[] data)
data
- the elements to insertprotected void removeUpdate()
protected void changeUpdate()
public Element clone(Element parent, Element clonee)
parent
- the parent elementclonee
- the element to be cloned
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.