|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.ac.gate.guk.im.Action
Defines an action in the FSM of the input method. An action starts from a state and goes into another one adding perhaps something to the composed text.
Field Summary | |
(package private) java.lang.String |
composedText
The text to be added by this action to the composed text. |
(package private) State |
next
The state this action leads to. |
Constructor Summary | |
Action(State nextState)
Constructor. |
Method Summary | |
java.lang.String |
getComposedText()
Gets the composed text added by this action. |
State |
getNext()
Gets the state this action leads to. |
void |
setComposedText(java.lang.String text)
Sets the composed text to be added by this action |
Methods inherited from class java.lang.Object |
|
Field Detail |
java.lang.String composedText
State next
Constructor Detail |
public Action(State nextState)
nextState
- the state this action goes to.Method Detail |
public void setComposedText(java.lang.String text)
text
- public java.lang.String getComposedText()
public State getNext()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |