Uses of Class
de.enough.polish.ui.TextBox

Packages that use TextBox
de.enough.polish.ui Provides the standard J2ME widgets and containers as well as some extended J2ME Polish features. 
 

Uses of TextBox in de.enough.polish.ui
 

Methods in de.enough.polish.ui with parameters of type TextBox
static int UiAccess.getInputMode(TextBox box)
          Retrieves the input mode for the given textbox.
static void UiAccess.setCaretPosition(TextBox box, int position)
          Sets the caret position in the given text box.
static void UiAccess.setInputMode(TextBox box, int inputMode)
          Sets the input mode for the given textbox.