Home
last modified time | relevance | path

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/
DOutlinePage.java152 private final GraphicalEditorPart mGraphicalEditorPart; field in OutlinePage
235 mGraphicalEditorPart = graphicalEditorPart; in OutlinePage()
257 setModel(mGraphicalEditorPart.getCanvasControl().getViewHierarchy().getRoot()); in setActive()
455 LayoutCanvas canvas = mGraphicalEditorPart.getCanvasControl(); in createOutline()
508 mPropertySheet = new PropertySheetPage(mGraphicalEditorPart); in createPropertySheet()
813 IProject project = mGraphicalEditorPart.getProject(); in update()
896 String resolved = mGraphicalEditorPart.findString(text); in update()
936 Reference includedWithin = mGraphicalEditorPart.getIncludedWithin(); in update()
978 mMenuManager.add(new SelectionManager.SelectionMenu(mGraphicalEditorPart)); in setupContextMenu()
997 ((DelegateAction) action).updateFromEditorPart(mGraphicalEditorPart); in setupContextMenu()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java97 private final GraphicalEditorPart mGraphicalEditorPart; field in PropertyFactory
116 mGraphicalEditorPart = graphicalEditorPart; in PropertyFactory()
695 return mGraphicalEditorPart; in getGraphicalEditor()