Uses of Interface
org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder
Packages that use MPlaceholder
Package
Description
Application programming interfaces describing the Eclipse 4 state and container model elements.
Application programming interfaces describing the advanced Eclipse 4 user interface model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of MPlaceholder in org.eclipse.e4.ui.model.application.ui
Methods in org.eclipse.e4.ui.model.application.ui that return MPlaceholderModifier and TypeMethodDescriptionMUIElement.getCurSharedRef()
Returns the value of the 'Cur Shared Ref' reference.Methods in org.eclipse.e4.ui.model.application.ui with parameters of type MPlaceholderModifier and TypeMethodDescriptionvoid
MUIElement.setCurSharedRef
(MPlaceholder value) Sets the value of the 'Cur Shared Ref
' reference. -
Uses of MPlaceholder in org.eclipse.e4.ui.model.application.ui.advanced
Methods in org.eclipse.e4.ui.model.application.ui.advanced that return MPlaceholderModifier and TypeMethodDescriptionMAdvancedFactory.createPlaceholder()
Returns a new object of class 'Placeholder'. -
Uses of MPlaceholder in org.eclipse.e4.ui.model.application.ui.advanced.impl
Classes in org.eclipse.e4.ui.model.application.ui.advanced.impl that implement MPlaceholderModifier and TypeClassDescriptionclass
An implementation of the model object 'Placeholder'.Methods in org.eclipse.e4.ui.model.application.ui.advanced.impl that return MPlaceholder -
Uses of MPlaceholder 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 MPlaceholderModifier and TypeMethodDescriptionAdvancedSwitch.casePlaceholder
(MPlaceholder object) Returns the result of interpreting the object as an instance of 'Placeholder'. -
Uses of MPlaceholder in org.eclipse.e4.ui.model.application.ui.impl
Fields in org.eclipse.e4.ui.model.application.ui.impl declared as MPlaceholderModifier and TypeFieldDescriptionprotected MPlaceholder
UIElementImpl.curSharedRef
The cached value of the 'Cur Shared Ref
' reference.Methods in org.eclipse.e4.ui.model.application.ui.impl that return MPlaceholderModifier and TypeMethodDescriptionUIElementImpl.basicGetCurSharedRef()
UIElementImpl.getCurSharedRef()
Methods in org.eclipse.e4.ui.model.application.ui.impl with parameters of type MPlaceholderModifier and TypeMethodDescriptionvoid
UIElementImpl.setCurSharedRef
(MPlaceholder newCurSharedRef) -
Uses of MPlaceholder in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MPlaceholderModifier and TypeMethodDescriptionEPartService.createSharedPart
(String id) Creates a new placeholder for a part of the given id.EPartService.createSharedPart
(String id, boolean force) Creates a new placeholder for a part of the given id.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)Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type MPlaceholderModifier and TypeMethodDescriptionvoid
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.