Interface MPerspective
- All Superinterfaces:
MApplicationElement,MBindings,MContext,MElementContainer<MPartSashContainerElement>,MHandlerContainer,MLocalizable,MUIElement,MUILabel
- All Known Implementing Classes:
PerspectiveImpl
public interface MPerspective
extends MElementContainer<MPartSashContainerElement>, MUILabel, MContext, MHandlerContainer, MBindings
A representation of the model object 'Perspective'.
The Persepctive defines a part of the UI presentation that can be switched independently of the rest of the UI. By using Placeholders it's possible to share elements between different perspectives.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Trim Bars' containment reference list.Returns the value of the 'Windows' containment reference list.Methods inherited from interface org.eclipse.e4.ui.model.application.MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdMethods inherited from interface org.eclipse.e4.ui.model.application.commands.MBindings
getBindingContextsMethods inherited from interface org.eclipse.e4.ui.model.application.ui.MContext
getContext, getProperties, getVariables, setContextMethods inherited from interface org.eclipse.e4.ui.model.application.ui.MElementContainer
getChildren, getSelectedElement, setSelectedElementMethods inherited from interface org.eclipse.e4.ui.model.application.commands.MHandlerContainer
getHandlersMethods inherited from interface org.eclipse.e4.ui.model.application.ui.MLocalizable
updateLocalizationMethods inherited from interface org.eclipse.e4.ui.model.application.ui.MUIElement
getAccessibilityPhrase, getContainerData, getCurSharedRef, getLocalizedAccessibilityPhrase, getParent, getRenderer, getVisibleWhen, getWidget, isOnTop, isToBeRendered, isVisible, setAccessibilityPhrase, setContainerData, setCurSharedRef, setOnTop, setParent, setRenderer, setToBeRendered, setVisible, setVisibleWhen, setWidgetMethods inherited from interface org.eclipse.e4.ui.model.application.ui.MUILabel
getIconURI, getLabel, getLocalizedLabel, getLocalizedTooltip, getTooltip, setIconURI, setLabel, setTooltip
-
Method Details
-
getWindows
Returns the value of the 'Windows' containment reference list. The list contents are of typeMWindow.Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.
- Returns:
- the value of the 'Windows' containment reference list.
-
getTrimBars
Returns the value of the 'Trim Bars' containment reference list. The list contents are of typeMTrimBar.The collection of TrimBars associated with this perspective.
- Returns:
- the value of the 'Trim Bars' containment reference list.
- Since:
- 1.3
-