Methods' Details |
isStartOfWord
- Description
- determines if the cursor is positioned at the start of a word.
|
|
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 © 2003 Sun Microsystems, Inc.