Searched refs:profilersPanel (Results 1 – 2 of 2) sorted by relevance
140 private CheckBoxPanel profilersPanel = new CheckBoxPanel(); field in CreateJobViewPresenter303 ICheckBox checkbox = profilersPanel.generateCheckBox(); in populateProfilers()312 profilersPanel.add(checkbox); in populateProfilers()326 boolean anyProfilersChecked = !profilersPanel.getChecked().isEmpty(); in updateNonProfiledRunControl()365 for (ICheckBox profiler : profilersPanel.getChecked()) { in getControlFileParams()517 profilersPanel.setEnabled(true); in setInputsEnabled()525 profilersPanel.setEnabled(false); in disableInputs()530 profilersPanel.bindDisplay(display.getCheckBoxPanelDisplay()); in initialize()659 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()