Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to extend the RTC Eclipse History View plugin?

 Hi, 

I need to create a new Eclipse plugin using the RTC SDK. Basically, I need to extend the 'Show History' view. So, I need a new view that inherits the same functionality plus other features. 

Do you have any examples that I could take a look at? I have checked the code of the Show History plugin of the SDK, but I still don't know where to start. I have also read the Workshop 4.0.

If you have any examples of how to extend an RTC Eclipse view, I´ll appreciate that. 


Thanks!

0 votes



One answer

Permanent link
you have to do all the work.. there is no 'inherit/extend' capability in general.

I have modified a number of client (and server) side plugins

because u have to modify (undocumented) product code, you are responsible for keeping your code up to date with all product changes.


0 votes

Comments

Not at all? I think it may be possible to reuse the classes HistoryView, HistoryViewUtil, HistoryPageHost, etc, in some way. 

there is no published model that says 'inherit' plugin, add this tiny function and use my new capability from now on.

you can certainly re-use classes where they work (its java afterall).  but you are doing all the designing and supporting. and YOU have to 'replace' the product plugin with your modified version, typically with the same filename (which includes version numbers) cause other plugins depend on the version string.


Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,951
× 70
× 51
× 37

Question asked: May 12 '14, 8:31 a.m.

Question was seen: 6,507 times

Last updated: May 12 '14, 9:26 a.m.

Confirmation Cancel Confirm