|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use State | |
guk.im |
Uses of State in guk.im |
Fields in guk.im declared as State | |
(package private) State |
Action.next
The state this action leads to. |
(package private) State |
KeyboardMap.state
The current state of the current locale handler. |
(package private) State |
KeyboardMap.newState
The current state of the new current locale handler. |
(package private) State |
GateIM.currentState
The current state of the current LocaleHandler. |
(package private) State |
LocaleHandler.initialState
The initial state of the fsm. |
Methods in guk.im that return State | |
State |
Action.getNext()
Gets the state this action leads to. |
protected State |
LocaleHandler.addAction(String keyDesc,
String textToAdd,
String keycapStr)
|
State |
LocaleHandler.getInitialState()
The initial state of the FSM. |
Methods in guk.im with parameters of type State | |
void |
KeyboardMap.update(LocaleHandler newHandler,
State newState)
Updates the keyboard map for a new Locale or a new state of the current locale handler. |
Constructors in guk.im with parameters of type State | |
Action(State nextState)
Constructor. |
|
KeyboardMap(GateIM im,
LocaleHandler handler,
State state)
Builds the keyboard map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |