Uses of Interface
org.eclipse.e4.ui.model.application.ui.advanced.MPerspective
Packages that use MPerspective
Package
Description
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MPerspective in org.eclipse.e4.ui.model.application.ui.advanced
Methods in org.eclipse.e4.ui.model.application.ui.advanced that return MPerspectiveModifier and TypeMethodDescriptionMAdvancedFactory.createPerspective()
Returns a new object of class 'Perspective'. -
Uses of MPerspective in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MPerspectiveModifier and TypeMethodDescriptionEModelService.getActivePerspective
(MWindow window) Return the active perspective for the given window.EModelService.getPerspectiveFor
(MUIElement element) Methods in org.eclipse.e4.ui.workbench.modeling that return types with arguments of type MPerspectiveModifier and TypeMethodDescriptionEPartService.switchPerspective
(String perspectiveId) Switch to the specified perspective.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MPerspectiveModifier and TypeMethodDescriptionvoid
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.boolean
EPartService.isPartOrPlaceholderInPerspective
(String elementId, MPerspective perspective) Indicates whether a part with a certain elementId is currently rendered in a certain perspective or not.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
EPartService.switchPerspective
(MPerspective perspective) Switch to the specified perspective.