Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Are IEditorInput and MultiPageEditorActionBarContributor required to implement
Are IEditorInput and MultiPageEditorActionBarContributor required to implement [message #453407] Fri, 28 July 2006 11:20 Go to next message
Eclipse UserFriend
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.

-Faisal
Re: Are IEditorInput and MultiPageEditorActionBarContributor required to implement [message #453413 is a reply to message #453407] Fri, 28 July 2006 12:50 Go to previous message
Eclipse UserFriend
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
Previous Topic:Common Navigator, PopUp Menu , import wizard
Next Topic:Confusion on openEditor and showView
Goto Forum:
  


Current Time: Tue Jul 15 09:10:36 EDT 2025

Powered by FUDForum. Page generated in 0.30881 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top