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.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.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.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.