Package | Description |
---|---|
org.eclipse.e4.ui.model.application.ui.advanced |
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Method and Description |
---|---|
MPerspective |
MAdvancedFactory.createPerspective()
Returns a new object of class 'Perspective'
|
Modifier and Type | Method and Description |
---|---|
MPerspective |
EModelService.getActivePerspective(MWindow window)
Return the active perspective for the given window.
|
MPerspective |
EModelService.getPerspectiveFor(MUIElement element) |
Modifier and Type | Method and Description |
---|---|
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.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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.