public abstract class AbstractEEFTabbedPropertySheetPageContributorWrapper extends java.lang.Object implements IEEFTabbedPropertySheetPageContributor
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contributorId
The contributor id.
|
protected java.lang.Object |
realContributor
The original contributor object.
|
Constructor and Description |
---|
AbstractEEFTabbedPropertySheetPageContributorWrapper(java.lang.Object realContributor,
java.lang.String contributorId)
Creates a wrapper.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContributorId()
Returns the contributor ID for the tabbed property sheet page.
|
java.lang.Object |
getRealContributor()
Return the original (wrapped) Contributor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateFormTitle
protected final java.lang.Object realContributor
protected final java.lang.String contributorId
public AbstractEEFTabbedPropertySheetPageContributorWrapper(java.lang.Object realContributor, java.lang.String contributorId)
realContributor
- the original contributor object.contributorId
- the contributor id.public java.lang.String getContributorId()
IEEFTabbedPropertySheetPageContributor
getContributorId
in interface IEEFTabbedPropertySheetPageContributor
public java.lang.Object getRealContributor()