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.
|
Modifier and Type | Method and Description |
---|---|
MPlaceholder |
MUIElement.getCurSharedRef()
Returns the value of the 'Cur Shared Ref' reference
|
Modifier and Type | Method and Description |
---|---|
void |
MUIElement.setCurSharedRef(MPlaceholder value)
Sets the value of the '
Cur Shared Ref ' reference |
Modifier and Type | Method and Description |
---|---|
MPlaceholder |
MAdvancedFactory.createPlaceholder()
Returns a new object of class 'Placeholder'
|
Modifier and Type | Method and Description |
---|---|
MPlaceholder |
EPartService.createSharedPart(String id)
Creates a new placeholder for a part of the given id.
|
MPlaceholder |
EPartService.createSharedPart(String id,
boolean force)
Creates a new placeholder for a part of the given id.
|
MPlaceholder |
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)
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.