Searched refs:mIgnoreTypeButton (Results 1 – 1 of 1) sorted by relevance
65 private Button mIgnoreTypeButton; field in LintListDialog143 mIgnoreTypeButton = new Button(container, SWT.NONE); in createDialogArea()144 mIgnoreTypeButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1)); in createDialogArea()145 mIgnoreTypeButton.setText("Disable Issue Type"); in createDialogArea()146 mIgnoreTypeButton.setToolTipText("Turns off checking for this type of error everywhere"); in createDialogArea()147 mIgnoreTypeButton.addSelectionListener(this); in createDialogArea()230 } else if (source == mIgnoreTypeButton) { in widgetSelected()