Uses of Interface
org.eclipse.e4.ui.model.application.ui.advanced.MPlaceholder
-
Packages that use MPlaceholder Package Description org.eclipse.e4.ui.model.application.ui Application programming interfaces describing the Eclipse 4 state and container model elements.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. -
-
Uses of MPlaceholder in org.eclipse.e4.ui.model.application.ui
Methods in org.eclipse.e4.ui.model.application.ui that return MPlaceholder Modifier and Type Method Description MPlaceholderMUIElement. getCurSharedRef()Returns the value of the 'Cur Shared Ref' reference.Methods in org.eclipse.e4.ui.model.application.ui with parameters of type MPlaceholder Modifier and Type Method Description voidMUIElement. 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 MPlaceholder Modifier and Type Method Description MPlaceholderMAdvancedFactory. createPlaceholder()Returns a new object of class 'Placeholder'. -
Uses of MPlaceholder in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling that return MPlaceholder Modifier and Type Method Description MPlaceholderEPartService. createSharedPart(String id)Creates a new placeholder for a part of the given id.MPlaceholderEPartService. createSharedPart(String id, boolean force)Creates a new placeholder for a part of the given id.MPlaceholderEModelService. 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 MPlaceholder Modifier and Type Method Description voidEPlaceholderResolver. 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.
-