Uses of Interface
org.eclipse.e4.ui.model.application.ui.basic.MWindow
Packages that use MWindow
Package
Description
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
Application programming interfaces describing the basic Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MWindow in org.eclipse.e4.ui.model.application.impl
Methods in org.eclipse.e4.ui.model.application.impl that return types with arguments of type MWindowModifier and TypeMethodDescriptionApplicationImpl.getChildren()
This is specialized for the more specific element type known in this context.Methods in org.eclipse.e4.ui.model.application.impl with parameters of type MWindowModifier and TypeMethodDescriptionvoid
ApplicationImpl.setSelectedElement
(MWindow newSelectedElement) This is specialized for the more specific type known in this context. -
Uses of MWindow in org.eclipse.e4.ui.model.application.ui.advanced
Methods in org.eclipse.e4.ui.model.application.ui.advanced that return types with arguments of type MWindowModifier and TypeMethodDescriptionMPerspective.getWindows()
Returns the value of the 'Windows' containment reference list. -
Uses of MWindow in org.eclipse.e4.ui.model.application.ui.advanced.impl
Fields in org.eclipse.e4.ui.model.application.ui.advanced.impl with type parameters of type MWindowModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<MWindow> PerspectiveImpl.windows
The cached value of the 'Windows
' containment reference list.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl that return types with arguments of type MWindow -
Uses of MWindow in org.eclipse.e4.ui.model.application.ui.basic
Subinterfaces of MWindow in org.eclipse.e4.ui.model.application.ui.basicModifier and TypeInterfaceDescriptioninterface
Deprecated.interface
A representation of the model object 'Trimmed Window'.interface
Deprecated.Methods in org.eclipse.e4.ui.model.application.ui.basic that return MWindowModifier and TypeMethodDescriptionMBasicFactory.createWindow()
Returns a new object of class 'Window'.Methods in org.eclipse.e4.ui.model.application.ui.basic that return types with arguments of type MWindowModifier and TypeMethodDescriptionMWindow.getWindows()
Returns the value of the 'Windows' containment reference list. -
Uses of MWindow in org.eclipse.e4.ui.model.application.ui.basic.impl
Classes in org.eclipse.e4.ui.model.application.ui.basic.impl that implement MWindowModifier and TypeClassDescriptionclass
An implementation of the model object 'Trimmed Window'.class
An implementation of the model object 'Window'.Fields in org.eclipse.e4.ui.model.application.ui.basic.impl with type parameters of type MWindowModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList
<MWindow> WindowImpl.windows
The cached value of the 'Windows
' containment reference list.Methods in org.eclipse.e4.ui.model.application.ui.basic.impl that return MWindowMethods in org.eclipse.e4.ui.model.application.ui.basic.impl that return types with arguments of type MWindow -
Uses of MWindow in org.eclipse.e4.ui.model.application.ui.basic.util
Methods in org.eclipse.e4.ui.model.application.ui.basic.util with parameters of type MWindowModifier and TypeMethodDescriptionBasicSwitch.caseWindow
(MWindow object) Returns the result of interpreting the object as an instance of 'Window'. -
Uses of MWindow in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MWindowModifier and TypeMethodDescriptionEModelService.getTopLevelWindowFor
(MUIElement element) Get the top-level window containing this UI element.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MWindowModifier and TypeMethodDescriptionEModelService.cloneSnippet
(MSnippetContainer snippetContainer, String snippetId, MWindow refWin) If a snippet with the given id exists a clone is created and returned.boolean
EModelService.findPlaceholderFor
(MWindow window, MUIElement element) Given a containing MWindow find the MPlaceholder that is currently being used to host the given element (if any)EModelService.getActivePerspective
(MWindow window) Return the active perspective for the given window.void
EModelService.hideLocalPlaceholders
(MWindow window, MPerspective perspective) This method ensures that there will never be two placeholders for the same referenced element visible in the presentation at the same time.void
EModelService.hostElement
(MUIElement element, MWindow hostWindow, Object uiContainer, IEclipseContext hostContext) Allows an element to be rendered in an arbitrary UI container (I.e.boolean
EModelService.isHostedElement
(MUIElement element, MWindow hostWindow) Tests whether the given element is being 'hosted'.void
EModelService.removePerspectiveModel
(MPerspective persp, MWindow window) Remove the given perspective completely from the model.void
EModelService.resetPerspectiveModel
(MPerspective persp, MWindow window) This is a convenience method that will clean the model of all traces of a given perspective.void
EPlaceholderResolver.resolvePlaceholderRef
(MPlaceholder ph, MWindow refWin) This method is used to re-resolve a placeholder's reference to a 'shared part' within the context of a particular window. -
Uses of MWindow in org.eclipse.e4.ui.workbench.renderers.swt
Methods in org.eclipse.e4.ui.workbench.renderers.swt with parameters of type MWindow -
Uses of MWindow in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return MWindowModifier and TypeMethodDescriptionWorkbenchWindow.getModel()
WorkbenchPage.getWindowModel()
Allow access to the UI model that this page is managingMethods in org.eclipse.ui.internal with parameters of type MWindowModifier and TypeMethodDescriptionWorkbench.openWorkbenchWindow
(IAdaptable input, IPerspectiveDescriptor descriptor, MWindow window, boolean newWindow) void
WorkbenchPage.setup
(MApplication application, EModelService modelService, IEventBroker broker, MWindow window, EPartService partService)