Home
last modified time | relevance | path

Searched refs:mIgnoreFileAction (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.java110 private Action mIgnoreFileAction; field in LintViewPart
216 mIgnoreFileAction = new LintViewAction("Ignore in this file", ACTION_IGNORE_FILE, in createActions()
263 toolbarManager.add(mIgnoreFileAction); in initializeToolBar()
364 mIgnoreFileAction.setEnabled(hasSelection && haveFile); in enableActions()