|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractDocumentInterface
Swing Document interface augmented by readers/writers locking operations
Method Summary | |
---|---|
void |
append(String str,
AttributeSet set)
Appends given string with specified attributes to end of this document. |
Position |
createPosition(int offs)
Creates a "sticky" position within a document |
int |
getLength()
|
String |
getText()
|
String |
getText(int offset,
int length)
|
void |
insertString(int offset,
String str,
AttributeSet a)
|
void |
remove(int offset,
int length)
|
Method Detail |
---|
int getLength()
String getText(int offset, int length) throws BadLocationException
BadLocationException
String getText()
void insertString(int offset, String str, AttributeSet a) throws BadLocationException
BadLocationException
void remove(int offset, int length) throws BadLocationException
BadLocationException
void append(String str, AttributeSet set)
Position createPosition(int offs) throws BadLocationException
BadLocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |