public class PlaceholderResolver extends java.lang.Object implements EPlaceholderResolver
| Constructor and Description |
|---|
PlaceholderResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
public void resolvePlaceholderRef(MPlaceholder ph,
MWindow refWin)
EPlaceholderResolverImplementors may presume that the if the placeholder's reference is already non-null then it has already been resolved.
resolvePlaceholderRef in interface EPlaceholderResolverph - The placeholder to set the reference for (if necessary)refWin - The window the whose shared parts are to be referenced