|
Préférences
Moteurs de recherche
|
||||||||||||||||||||||||
JavaTM 2 Platform Std. Ed. v1.6.0
javax.swing.text
|
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