HomeSort by relevance Sort by last modified time
    Searched refs:LayoutEditor (Results 26 - 44 of 44) sorted by null

12

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 32 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
85 public WrapInRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
91 WrapInRefactoring(List<Element> selectedElements, LayoutEditor editor) {
ExtractStyleRefactoring.java 46 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
140 public ExtractStyleRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
146 ExtractStyleRefactoring(List<Element> selectedElements, LayoutEditor editor) {
WrapInWizard.java 26 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
56 public WrapInWizard(WrapInRefactoring ref, LayoutEditor editor) {
ExtractStyleWizard.java 22 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
59 public ExtractStyleWizard(ExtractStyleRefactoring ref, LayoutEditor editor) {
ChangeLayoutRefactoring.java 46 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
108 ChangeLayoutRefactoring(List<Element> selectedElements, LayoutEditor editor) {
112 public ChangeLayoutRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
ExtractIncludeRefactoring.java 43 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
117 public ExtractIncludeRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
123 ExtractIncludeRefactoring(List<Element> selectedElements, LayoutEditor editor) {
VisualRefactoring.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
113 protected final LayoutEditor mEditor;
152 VisualRefactoring(List<Element> elements, LayoutEditor editor) {
182 public VisualRefactoring(IFile file, LayoutEditor editor, ITextSelection selection,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 49 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
684 if (editor instanceof LayoutEditor) {
685 LayoutEditor layoutEditor = (LayoutEditor) editor;
686 GraphicalEditorPart graphicalEditor = layoutEditor.getGraphicalEditor();
720 if (part instanceof LayoutEditor) {
721 LayoutEditor layoutEditor = (LayoutEditor) part
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 35 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
80 private final LayoutEditor mEditor;
98 public DynamicContextMenu(LayoutEditor editor, LayoutCanvas canvas, MenuManager rootMenu) {
PreviewIconFactory.java 36 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
209 LayoutEditor layoutEditor = editor.getLayoutEditor();
232 AndroidTargetData data = layoutEditor.getTargetData();
240 model.setEditor(layoutEditor);
SelectionManager.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
750 LayoutEditor editor = mCanvas.getLayoutEditor();
    [all...]
GraphicalEditorPart.java 46 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
160 * outline and property sheet (these are registered by {@link LayoutEditor#getAdapter(Class)}).
199 private final LayoutEditor mLayoutEditor;
252 public GraphicalEditorPart(LayoutEditor layoutEditor) {
253 mLayoutEditor = layoutEditor;
368 * Listens to workbench selections that does NOT come from {@link LayoutEditor}
375 if (!(part instanceof LayoutEditor)) {
    [all...]
OutlinePage.java 42 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
104 * The page is created by {@link LayoutEditor#getAdapter(Class)}. This means
354 * Only listen on selection coming from {@link LayoutEditor}, which avoid
358 if (part instanceof LayoutEditor) {
    [all...]
PaletteControl.java 39 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 66 public class LayoutEditor extends AndroidXmlEditor implements IShowEditorInput, IPartListener {
68 public static final String ID = AdtConstants.EDITORS_NAMESPACE + ".layout.LayoutEditor"; //$NON-NLS-1$
93 public LayoutEditor() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 34 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
755 IDE.setDefaultEditor(file, LayoutEditor.ID);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
609 protected static class TestLayoutEditor extends LayoutEditor {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java 31 import com.android.ide.eclipse.adt.internal.editors.layout.LayoutEditor;
    [all...]

Completed in 732 milliseconds

12