Searched refs:profilersPanel (Results 1 – 2 of 2) sorted by relevance
141 private CheckBoxPanel profilersPanel = new CheckBoxPanel(); field in CreateJobViewPresenter315 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers()324 profilersPanel.add(checkbox); in populateProfilers()338 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()377 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()529 profilersPanel.setEnabled(true); in setInputsEnabled()537 profilersPanel.setEnabled(false); in disableInputs()542 profilersPanel.bindDisplay(display.getCheckBoxPanelDisplay()); in initialize()715 profilersPanel.reset(); in reset()
152 private CheckBoxPanelDisplay profilersPanel = new CheckBoxPanelDisplay(CHECKBOX_PANEL_COLUMNS); field in CreateJobViewDisplay174 profilerControls.add(profilersPanel); in initialize()363 return profilersPanel; in getCheckBoxPanelDisplay()