Home
last modified time | relevance | path

Searched refs:mRemoveAction (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.java107 private Action mRemoveAction; field in LintViewPart
226 mRemoveAction = new LintViewAction("Remove", ACTION_REMOVE, in createActions()
267 toolbarManager.add(mRemoveAction); in initializeToolBar()
367 mRemoveAction.setEnabled(hasSelection); in enableActions()