Searched refs:ExtractStyleAction (Results 1 – 2 of 2) sorted by relevance
28 public class ExtractStyleAction extends VisualRefactoringAction { class45 return create("Extract Style...", editorDelegate, ExtractStyleAction.class); in create()
45 import com.android.ide.eclipse.adt.internal.editors.layout.refactoring.ExtractStyleAction;267 mMenuManager.insertBefore(endId, ExtractStyleAction.create(mEditorDelegate)); in insertVisualRefactorings()