Home
last modified time | relevance | path

Searched refs:ActionWrapper (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/refactoring/
DVisualRefactoringAction.java138 return new ActionWrapper(title, editorDelegate, clz); in create()
141 private static class ActionWrapper extends Action { class in VisualRefactoringAction
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate, in ActionWrapper() method in VisualRefactoringAction.ActionWrapper
164 action.selectionChanged(ActionWrapper.this, selection); in run()
166 action.run(ActionWrapper.this); in run()