DocumentUtilities.getText(javax.swing.text.Document)
to obtain CharSequence instance from a document instead.public interface CharSeq
int length()
char charAt(int index)
index - the index of the character to be returnedIndexOutOfBoundsException - if the index argument is negative or not less than
length()Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.