Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:20 Go to next message
Faisal is currently offline FaisalFriend
Messages: 19
Registered: July 2009
Junior Member
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 16:50 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

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: Sun Oct 06 20:03:02 GMT 2024

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

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

Back to the top