Searched refs:mKeyboardState (Results 1 – 1 of 1) sorted by relevance
1621 private final Combo mKeyboardState; field in ConfigurationSelector.KeyboardEdit1626 mKeyboardState = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); in KeyboardEdit()1627 fillCombo(mKeyboardState, KeyboardState.values()); in KeyboardEdit()1629 mKeyboardState.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in KeyboardEdit()1630 mKeyboardState.addSelectionListener(new SelectionListener() { in KeyboardEdit()1644 int index = mKeyboardState.getSelectionIndex(); in onKeyboardChange()1667 mKeyboardState.clearSelection(); in setQualifier()1669 mKeyboardState.select(KeyboardState.getIndex(value)); in setQualifier()