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.model.application.ui.advanced.impl
Classes in org.eclipse.e4.ui.model.application.ui.advanced.impl that implement MPerspectiveModifier and TypeClassDescriptionclassAn implementation of the model object 'Perspective'.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl that return MPerspective -
Uses of MPerspective in org.eclipse.e4.ui.model.application.ui.advanced.util
Methods in org.eclipse.e4.ui.model.application.ui.advanced.util with parameters of type MPerspectiveModifier and TypeMethodDescriptionAdvancedSwitch.casePerspective(MPerspective object) Returns the result of interpreting the object as an instance of 'Perspective'. -
Uses of MPerspective in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher
Methods in org.eclipse.e4.ui.workbench.addons.perspectiveswitcher with parameters of type MPerspectiveModifier and TypeMethodDescriptionprotected ToolItemPerspectiveSwitcher.getItemFor(MPerspective persp) -
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 TypeMethodDescriptionvoidEModelService.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.booleanEPartService.isPartOrPlaceholderInPerspective(String elementId, MPerspective perspective) Indicates whether a part with a certain elementId is currently rendered in a certain perspective or not.voidEModelService.removePerspectiveModel(MPerspective persp, MWindow window) Remove the given perspective completely from the model.voidEModelService.resetPerspectiveModel(MPerspective persp, MWindow window) This is a convenience method that will clean the model of all traces of a given perspective.voidEPartService.switchPerspective(MPerspective perspective) Switch to the specified perspective. -
Uses of MPerspective in org.eclipse.ui.internal
Methods in org.eclipse.ui.internal that return MPerspectiveMethods in org.eclipse.ui.internal with parameters of type MPerspectiveModifier and TypeMethodDescriptionvoidWorkbenchPage.addHiddenItems(MPerspective perspective, String id) voidWorkbenchPage.removeHiddenItems(MPerspective perspective, String id) static voidPerspectiveTagger.tagPerspective(MPerspective perspective, EModelService modelService) Alters known 3.x perspective part folders into their e4 counterparts.Constructors in org.eclipse.ui.internal with parameters of type MPerspectiveModifierConstructorDescriptionPerspective(org.eclipse.ui.internal.registry.PerspectiveDescriptor desc, MPerspective layout, WorkbenchPage page)