HomeSort by relevance Sort by last modified time
    Searched refs:LayoutEditorDelegate (Results 1 - 25 of 55) sorted by null

1 2 3

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapWizard.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 public UnwrapWizard(UnwrapRefactoring ref, LayoutEditorDelegate editor) {
UseCompoundDrawableWizard.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 UseCompoundDrawableWizard(UseCompoundDrawableRefactoring ref, LayoutEditorDelegate editor) {
ChangeLayoutAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
ChangeViewAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
ExtractIncludeAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
ExtractStyleAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
UnwrapAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
UseCompoundDrawableAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
WrapInAction.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
44 public static IAction create(LayoutEditorDelegate editorDelegate) {
VisualRefactoringWizard.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
29 protected final LayoutEditorDelegate mDelegate;
31 public VisualRefactoringWizard(Refactoring refactoring, LayoutEditorDelegate editor) {
VisualRefactoringAction.java 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
43 protected LayoutEditorDelegate mDelegate;
93 mDelegate = LayoutEditorDelegate.fromEditor(editor);
136 public static IAction create(String title, LayoutEditorDelegate editorDelegate,
143 private LayoutEditorDelegate mEditorDelegate;
145 ActionWrapper(String title, LayoutEditorDelegate editorDelegate,
ExtractIncludeWizard.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
34 public ExtractIncludeWizard(ExtractIncludeRefactoring ref, LayoutEditorDelegate editor) {
UnwrapRefactoring.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
69 LayoutEditorDelegate delegate,
76 UnwrapRefactoring(List<Element> selectedElements, LayoutEditorDelegate editor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonActionContributor.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
35 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(part);
CommonXmlEditor.java 28 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
72 new LayoutEditorDelegate.Creator(),
85 LayoutEditorDelegate.LEGACY_EDITOR_ID,
316 if (mDelegate instanceof LayoutEditorDelegate) {
317 ((LayoutEditorDelegate) mDelegate).delegateSetInputWithNotify(input);
391 if (mDelegate instanceof LayoutEditorDelegate) {
392 ((LayoutEditorDelegate) mDelegate).showEditorInput(editorInput);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvasViewer.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
49 private final LayoutEditorDelegate mEditorDelegate;
51 public LayoutCanvasViewer(LayoutEditorDelegate editorDelegate,
120 /** Unused. Refreshing is done solely by the owning {@link LayoutEditorDelegate}. */
ShowWithinMenu.java 5 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
22 private LayoutEditorDelegate mEditorDelegate;
24 ShowWithinMenu(LayoutEditorDelegate editorDelegate) {
LayoutWindowCoordinator.java 20 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
162 LayoutEditorDelegate editor = LayoutEditorDelegate.fromEditor((IEditorPart) part);
ListViewTypeMenu.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
169 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate();
209 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate();
225 LayoutEditorDelegate delegate = mCanvas.getEditorDelegate();
SelectionItem.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
148 LayoutEditorDelegate layoutEditorDelegate = canvas.getEditorDelegate();
153 String t = layoutEditorDelegate.getEditor().getXmlText(node);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ExtractStringFix.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
63 LayoutEditorDelegate delegate =
64 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor());
UseCompoundDrawableDetectorFix.java 21 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
75 LayoutEditorDelegate delegate =
76 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor());
RemoveUselessViewFix.java 19 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
66 LayoutEditorDelegate delegate =
67 LayoutEditorDelegate.fromEditor(AdtUtils.getActiveEditor());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 30 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditorDelegate;
290 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(editor);
467 LayoutEditorDelegate delegate = LayoutEditorDelegate.fromEditor(mNode.getEditor());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 88 public class LayoutEditorDelegate extends CommonXmlDelegate
94 public LayoutEditorDelegate createForFile(
98 return new LayoutEditorDelegate(delegator);
150 * with an associated {@link LayoutEditorDelegate} delegate.
153 * @return The {@link LayoutEditorDelegate} delegate associated with the editor or null.
155 public static @Nullable LayoutEditorDelegate fromEditor(@Nullable IEditorPart editorPart) {
158 if (delegate instanceof LayoutEditorDelegate) {
159 return ((LayoutEditorDelegate) delegate);
172 protected LayoutEditorDelegate(CommonXmlEditor editor) {
    [all...]

Completed in 851 milliseconds

1 2 3