(Component)wtkxSerializer.readObject("pivot/tutorials/text/text.wtkx");
TextInput stateTextInput =
(TextInput)wtkxSerializer.getObjectByName("stateTextInput");
stateTextInput.getTextInputCharacterListeners().add(new TextInputCharacterListener() {
public void charactersInserted(TextInput textInput, int index, int count) {
String text = textInput.getText();
int i = Sequence.Search.binarySearch(states, text,
states.getComparator());