Searched refs:mIgnoreButton (Results 1 – 1 of 1) sorted by relevance
55 private Button mIgnoreButton; field in LintListDialog108 mIgnoreButton = new Button(container, SWT.NONE); in createDialogArea()109 mIgnoreButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 1, 1)); in createDialogArea()110 mIgnoreButton.setText("Ignore"); in createDialogArea()111 mIgnoreButton.setEnabled(false); in createDialogArea()112 mIgnoreButton.addSelectionListener(this); in createDialogArea()