HomeSort by relevance Sort by last modified time
    Searched refs:GraphicalEditorPart (Results 1 - 22 of 22) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 24 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
64 private final GraphicalEditorPart mEditor;
82 public ResourcePreviewHelper(TrayDialog trayDialog, GraphicalEditorPart editor) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditor.java 29 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
77 private GraphicalEditorPart mGraphicalEditor;
111 * Returns the {@link GraphicalEditorPart} associated with this editor
113 * @return the {@link GraphicalEditorPart} associated with this editor
115 public GraphicalEditorPart getGraphicalEditor() {
210 mGraphicalEditor = new GraphicalEditorPart(this);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 31 GraphicalEditorPart graphicalEditor = mLayoutEditor.getGraphicalEditor();
ListViewTypeMenu.java 73 GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().getGraphicalEditor();
225 GraphicalEditorPart graphicalEditor = editor.getGraphicalEditor();
PlayAnimationMenu.java 96 GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().getGraphicalEditor();
199 GraphicalEditorPart graphicalEditor = mCanvas
RenderService.java 71 private final GraphicalEditorPart mEditor;
103 private RenderService(GraphicalEditorPart editor) {
127 public static RenderService create(GraphicalEditorPart editor) {
166 * {@link GraphicalEditorPart#getModel()}.
LayoutCanvas.java 102 * Displays the image rendered by the {@link GraphicalEditorPart} and handles
163 * this.dispose() is called from GraphicalEditorPart.dispose(),
892 GraphicalEditorPart graphicalEditor = mLayoutEditor.getGraphicalEditor();
    [all...]
PaletteControl.java 117 * A palette control for the {@link GraphicalEditorPart}.
137 private final GraphicalEditorPart mEditorPart;
140 public PaletteDecor(GraphicalEditorPart editor) {
181 private GraphicalEditorPart mEditor;
249 public PaletteControl(Composite parent, GraphicalEditorPart editor) {
594 /* package */ GraphicalEditorPart getEditor() {
    [all...]
OutlinePage.java 125 private final GraphicalEditorPart mGraphicalEditorPart;
135 * The actions delegate to the current GraphicalEditorPart.
193 public OutlinePage(GraphicalEditorPart graphicalEditorPart) {
195 mGraphicalEditorPart = graphicalEditorPart;
737 public void updateFromEditorPart(GraphicalEditorPart editorPart) {
765 /* package */GraphicalEditorPart getEditor() {
    [all...]
LayoutActionBar.java 65 private GraphicalEditorPart mEditor;
83 public LayoutActionBar(Composite parent, int style, GraphicalEditorPart editor) {
PreviewIconFactory.java 208 GraphicalEditorPart editor = mPalette.getEditor();
431 GraphicalEditorPart editor = mPalette.getEditor();
ClipboardSupport.java 101 GraphicalEditorPart graphicalEditor = mCanvas.getLayoutEditor().getGraphicalEditor();
FragmentMenu.java 228 GraphicalEditorPart graphicalEditor = editor.getGraphicalEditor();
ViewHierarchy.java 195 GraphicalEditorPart editor = mCanvas.getLayoutEditor().getGraphicalEditor();
SelectionManager.java     [all...]
GraphicalEditorPart.java 165 public class GraphicalEditorPart extends EditorPart
253 public GraphicalEditorPart(LayoutEditor layoutEditor) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
RulesEngine.java 38 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
95 private final GraphicalEditorPart mEditor;
105 public RulesEngine(GraphicalEditorPart editor, IProject project) {
172 * Returns the {@link GraphicalEditorPart} for which the {@link RulesEngine} was
177 public GraphicalEditorPart getEditor() {
    [all...]
ClientRulesEngine.java 35 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
197 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
230 GraphicalEditorPart graphicalEditor = mRulesEngine.getEditor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintListDialog.java 25 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
377 GraphicalEditorPart g = editor.getGraphicalEditor();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/xml/
Hyperlinks.java 50 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
674 GraphicalEditorPart graphicalEditor = layoutEditor.getGraphicalEditor();
711 GraphicalEditorPart graphicalEditor = layoutEditor.getGraphicalEditor();
729 GraphicalEditorPart graphicalEditor = layoutEditor.getGraphicalEditor();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 41 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.GraphicalEditorPart;
299 GraphicalEditorPart graphicalEditor = mEditor.getGraphicalEditor();
310 file.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, state);
320 file.setSessionProperty(GraphicalEditorPart.NAME_INCLUDE, include);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java     [all...]

Completed in 334 milliseconds