Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java1441 IAction redoAction = editor.getAction(ActionFactory.REDO.getId()); in updateGlobalActions() local
1442 mRedoAction = new LintEditAction(redoAction, getEditorDelegate().getEditor()); in updateGlobalActions()