Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to create ToolControl in Eclipse 4.x(How to create ToolControl in Eclipse 4.x)
How to create ToolControl in Eclipse 4.x [message #1066601] Wed, 03 July 2013 12:06 Go to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

I'm working on eclipse kepler RCP application.
I want to contribute to trimbar through ToolControl.
With E4 tool i got following option:

index.php/fa/15464/0/

In above image My problem is:

1. Which class I have to add it here.?
Is this call needs to implement some interface or extend any class. I tried alot on internet but cruelness to find any thing.

What i tried yet Created class with following combination.

1. by extending WorkbenchWindowControlContribution class
2. by extending ToolControlImpl class

In 1st case constructor is called but createControl(Composite parent) is not called.
In 2nd nothing is called.


Please tell me what i'm missing here.

Thanks.

  • Attachment: Untitled.png
    (Size: 27.19KB, Downloaded 2314 times)

[Updated on: Wed, 03 July 2013 12:08]

Report message to a moderator

Re: How to create ToolControl in Eclipse 4.x [message #1066610 is a reply to message #1066601] Wed, 03 July 2013 12:31 Go to previous message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Solved From http://www.eclipse.org/forums/index.php/m/1066609/#msg_1066609
Previous Topic:How to disable right-click menu of a perspective on perspective bar
Next Topic:Could not start bundle: org.eclipse.equinox.console
Goto Forum:
  


Current Time: Tue Mar 19 11:35:28 GMT 2024

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

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

Back to the top