Home
last modified time | relevance | path

Searched refs:editorSite (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java324 IEditorSite editorSite = getEditorDelegate().getEditor().getEditorSite(); in LayoutCanvas()
325 IWorkbenchWindow window = editorSite.getWorkbenchWindow(); in LayoutCanvas()
329 coordinator.syncMaximizedState(editorSite.getPage()); in LayoutCanvas()
426 IEditorSite editorSite = getEditorDelegate().getEditor().getEditorSite();
427 IWorkbenchWindow window = editorSite.getWorkbenchWindow();
1157 IEditorSite editorSite = graphicalEditor.getEditorSite(); in showInclude() local
1158 IWorkbenchPage page = editorSite.getPage(); in showInclude()
1232 IStatusLineManager status = editorSite.getActionBars().getStatusLineManager(); in showInclude()
DGestureManager.java357 IEditorSite editorSite = mCanvas.getEditorDelegate().getEditor().getEditorSite(); in updateMessage() local
358 IStatusLineManager status = editorSite.getActionBars().getStatusLineManager(); in updateMessage()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DHyperlinks.java629 IEditorSite editorSite = getEditor().getEditorSite(); in displayError() local
630 IStatusLineManager status = editorSite.getActionBars().getStatusLineManager(); in displayError()