|
Re: Are IEditorInput and MultiPageEditorActionBarContributor required to implement [message #453413 is a reply to message #453407] |
Fri, 28 July 2006 12:50  |
Eclipse User |
|
|
|
Faisal wrote:
> Hi,
>
> As I understand it is not mandatory to implement IEditorInput for
> MultiPageEditorPart or even EditorPart. But I am not quite sure about
> MultiPageEditorActionBarContributor. Please let me know.
MultiPageEditorActionBarContriburor is there if you need to provde
editor actions through the IEditorActionbarContributor mechanism.
You would use this if 1) you need to for that standard reasons that you
would use IEditorActionbarContributor or 2) if you create a
MultiPageEditorPart and embed a TextEditor (or even other types of
editors). Your MultiPageEditorActionBarContriburor would need to
aggregate the responsibilities of any inner editor
IEditorActionbarContributors
But if you aren't fooling around with stuff like that, you don't need to
implement it at all.
Later,
PW
|
|
|
Powered by
FUDForum. Page generated in 0.30881 seconds