|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
DocumentUtilities.getText(javax.swing.text.Document)
to obtain CharSequence instance from a document instead.
public interface CharSeq
Subset of functionality of CharSequence present in JDK1.4.
| Method Summary | |
|---|---|
char |
charAt(int index)
Deprecated. Returns the character at the specified index. |
int |
length()
Deprecated. Returns the length of this character sequence. |
| Method Detail |
|---|
int length()
char charAt(int index)
index - the index of the character to be returned
IndexOutOfBoundsException - if the index argument is negative or not less than
length()
|
org.netbeans.modules.editor.lib/3 3.23.0 19 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||