Searched refs:mGraphicalEditorPart (Results 1 - 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DOutlinePage.java152 private final GraphicalEditorPart mGraphicalEditorPart; field in class:OutlinePage
235 mGraphicalEditorPart = graphicalEditorPart;
257 setModel(mGraphicalEditorPart.getCanvasControl().getViewHierarchy().getRoot());
455 LayoutCanvas canvas = mGraphicalEditorPart.getCanvasControl();
508 mPropertySheet = new PropertySheetPage(mGraphicalEditorPart);
813 IProject project = mGraphicalEditorPart.getProject();
896 String resolved = mGraphicalEditorPart.findString(text);
936 Reference includedWithin = mGraphicalEditorPart.getIncludedWithin();
978 mMenuManager.add(new SelectionManager.SelectionMenu(mGraphicalEditorPart));
997 ((DelegateAction) action).updateFromEditorPart(mGraphicalEditorPart);
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DPropertyFactory.java97 private final GraphicalEditorPart mGraphicalEditorPart; field in class:PropertyFactory
116 mGraphicalEditorPart = graphicalEditorPart;
695 return mGraphicalEditorPart;

Completed in 18 milliseconds