Searched refs:mTouchScreen (Results 1 – 1 of 1) sorted by relevance
1564 private final Combo mTouchScreen; field in ConfigurationSelector.TouchEdit1569 mTouchScreen = new Combo(this, SWT.DROP_DOWN | SWT.READ_ONLY); in TouchEdit()1570 fillCombo(mTouchScreen, TouchScreen.values()); in TouchEdit()1572 mTouchScreen.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); in TouchEdit()1573 mTouchScreen.addSelectionListener(new SelectionListener() { in TouchEdit()1587 int index = mTouchScreen.getSelectionIndex(); in onTouchChange()1609 mTouchScreen.clearSelection(); in setQualifier()1611 mTouchScreen.select(TouchScreen.getIndex(value)); in setQualifier()