Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DRunLintAction.java114 LintMenuAction allAction = new LintMenuAction("Check All Projects", allIcon, in getMenu()
126 LintMenuAction projectAction = new LintMenuAction(label, icon, ACTION_RUN, p); in getMenu()
136 IAction fileAction = new LintMenuAction("Check Current File", icon, ACTION_RUN, in getMenu()
146 LintMenuAction clearAction = new LintMenuAction("Clear Lint Warnings", clear, ACTION_CLEAR, in getMenu()
151 LintMenuAction excludeAction = new LintMenuAction("Skip Library Project Dependencies", in getMenu()
182 private static class LintMenuAction extends Action { class in RunLintAction
195 private LintMenuAction(String text, ImageDescriptor descriptor, int action, in LintMenuAction() method in RunLintAction.LintMenuAction