HomeSort by relevance Sort by last modified time
    Searched refs:ControlTypeSelect (Results 1 - 4 of 4) sorted by null

  /external/autotest/frontend/client/src/autotest/afe/
ControlTypeSelect.java 3 public class ControlTypeSelect {
ControlTypeSelectDisplay.java 9 public class ControlTypeSelectDisplay extends Composite implements ControlTypeSelect.Display {
  /external/autotest/frontend/client/src/autotest/afe/create/
CreateJobViewDisplay.java 5 import autotest.afe.ControlTypeSelect;
158 private ControlTypeSelectDisplay controlTypeSelect = new ControlTypeSelectDisplay();
181 controlOptionsPanel.add(controlTypeSelect);
366 public ControlTypeSelect.Display getControlTypeSelectDisplay() {
367 return controlTypeSelect;
CreateJobViewPresenter.java 5 import autotest.afe.ControlTypeSelect;
65 public ControlTypeSelect.Display getControlTypeSelectDisplay();
142 private ControlTypeSelect controlTypeSelect = new ControlTypeSelect();
253 controlTypeSelect.setControlType(
283 controlTypeSelect.setEnabled(true);
403 controlTypeSelect.setControlType(isServer ? TestSelector.SERVER_TYPE :
543 controlTypeSelect.bindDisplay(display.getControlTypeSelectDisplay());
607 controlTypeSelect.setEnabled(false)
    [all...]

Completed in 53 milliseconds