Document
AbstractDocument
public void
addUndoableEditListener
(UndoableEditListener listener)
[Inherited From AbstractDocument]
protected Element
createBranchElement
(Element parent, AttributeSet a)
[Inherited From AbstractDocument]
protected Element
createLeafElement
(Element parent, AttributeSet a, int p0, int p1)
[Inherited From AbstractDocument]
publicsynchronized Position
createPosition
(int offs)
throws
BadLocationException
[Inherited From AbstractDocument]
public String
getText
(int offset, int length)
throws
BadLocationException
[Inherited From AbstractDocument]
public void
getText
(int offset, int length, Segment txt)
throws
BadLocationException
[Inherited From AbstractDocument]
pack-private void
handleInsertString
(int offs, String str, AttributeSet a)
throws
BadLocationException
[Inherited From AbstractDocument]
pack-private void
handleRemove
(int offs, int len)
throws
BadLocationException
[Inherited From AbstractDocument]
public void
insertString
(int offs, String str, AttributeSet a)
throws
BadLocationException
[Overrides AbstractDocument]
protected void
insertUpdate
(DefaultDocumentEvent chng, AttributeSet attr)
[Overrides AbstractDocument]
pack-private boolean
isLeftToRight
(int p0, int p1)
[Inherited From AbstractDocument]
p0 to
p1 is left to right.
public void
remove
(int offs, int len)
throws
BadLocationException
[Inherited From AbstractDocument]
public void
removeUndoableEditListener
(UndoableEditListener listener)
[Inherited From AbstractDocument]
public void
replace
(int offset, int length, String text, AttributeSet attrs)
throws
BadLocationException
[Inherited From AbstractDocument]
pack-privatefinalstatic
String AsyncLoadPriority
= "load priority"
[Inherited From AbstractDocument]
protectedfinalstatic
String BAD_LOCATION
= "document location failure"
[Inherited From AbstractDocument]
publicfinalstatic
String BidiElementName
= "bidi level"
[Inherited From AbstractDocument]
publicfinalstatic
String ContentElementName
= "content"
[Inherited From AbstractDocument]
publicfinalstatic
String ElementNameAttribute
= "$ename"
[Inherited From AbstractDocument]
protected
EventListenerList listenerList
[Inherited From AbstractDocument]
publicfinalstatic
String ParagraphElementName
= "paragraph"
[Inherited From AbstractDocument]
publicfinalstatic
String SectionElementName
= "section"
[Inherited From AbstractDocument]