Home
last modified time | relevance | path

Searched refs:undoAction (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.java1436 IAction undoAction = editor.getAction(ActionFactory.UNDO.getId()); in updateGlobalActions() local
1437 mUndoAction = new LintEditAction(undoAction, getEditorDelegate().getEditor()); in updateGlobalActions()