Methods Summary |
---|
public java.lang.String[] | getAllowedModes()Returns the allowed modes
|
public int | getConstraints()Returns the current input constraints
|
public javax.microedition.lcdui.Display | getDisplay()Returns the current display
|
public java.lang.String | getInputMode()Returns the current input mode
|
public boolean | isNewInputEntry()Asks the client to determine if the next
character would be the first input to the client
|
public boolean | isNewSentence()Asks the client to determine if the next
character would start a new sentence
|
public boolean | isNewWord()Asks the client to determine if the next
character would start a new word
|
public void | keyEntered(int keyCode)Call back from the input handler when a key has been committed
|
public void | setAllowedModes(java.lang.String[] allowedModes)Sets which modes are allowed
|
public boolean | setConstraints(int constraints)Set the current input constraints
|
public void | setCurrent(javax.microedition.lcdui.Displayable displayable, javax.microedition.lcdui.Display display)Tell the input client that it should set the displayable to be
the current display. This is called when returning
from the symbol table
|
public void | setInputMethodHandler(InputMethodHandler imh)Set which input handler to use
|
public void | setInputMode(java.lang.String inputMode)Set which input mode to use
|
public void | showInputMode(int mode)Call back from the input handler to inform the client that
the input mode has changed and that may want to show that
information to the user
|