|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectc408h008.common.command.OECommandSelect
Stores the start and end positions of the selected text.
Constructor Summary | |
---|---|
OECommandSelect()
Constructs a new select command. |
Method Summary | |
---|---|
int |
getStartPosition()
Gets the starting position of the selected text. |
int |
getStopPosition()
Gets the ending position of the selected text. |
void |
setStartPosition(int startPosition)
Sets the start position of the selected text. |
void |
setStopPosition(int stopPosition)
Sets the ending position of the selected text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OECommandSelect()
Method Detail |
public int getStartPosition()
public void setStartPosition(int startPosition)
startPosition
- The starting position of selected text.public int getStopPosition()
public void setStopPosition(int stopPosition)
stopPosition
- The ending position of selected text.
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |