Methods' Details
|
- isStartOfWord
-  
boolean
isStartOfWord();
- Description
- determines if the cursor is positioned at the start of a word.
|
- isEndOfWord
-  
boolean
isEndOfWord();
- Description
- determines if the cursor is positioned at the end of a word.
|
- gotoNextWord
-  
- boolean
gotoNextWord(
[ in ] boolean |
bExpand ); |
- Description
- moves the cursor to the next word.
|
- gotoPreviousWord
-  
- boolean
gotoPreviousWord(
[ in ] boolean |
bExpand ); |
- Description
- moves the cursor to the previous word.
|
- gotoEndOfWord
-  
- boolean
gotoEndOfWord(
[ in ] boolean |
bExpand ); |
- Description
- moves the cursor to the end of the current word.
|
- gotoStartOfWord
-  
- boolean
gotoStartOfWord(
[ in ] boolean |
bExpand ); |
- Description
- moves the cursor to the start of the current word.
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.