Home
last modified time | relevance | path

Searched refs:mIgnoreAction (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintViewPart.java108 private Action mIgnoreAction; field in LintViewPart
212 mIgnoreAction = new LintViewAction("Suppress this error with an annotation/attribute", in createActions()
262 toolbarManager.add(mIgnoreAction); in initializeToolBar()
363 mIgnoreAction.setEnabled(hasSelection && haveFile && isJavaOrXml); in enableActions()