| Author |
adding a checkbox in toolbar of eclipse view.
|
Bharath Raja
Ranch Hand
Joined: Jan 21, 2009
Posts: 111
|
|
I've my own view and I can added a action item in toolbar of that view. Now I wanna to add one check box in that view, based on that check-box action only, my forthcoming steps have to be achieved. Is that possible to add a swt check box in tool bar. I've added a action using below code.
Because of IToolBarManager's add method only accept Action/IAction, the following code will give me the error.
any idea to add check-box in toolbar...
|
Life is either daring something or nothing - Helen Keller
|
 |
Bharath Raja
Ranch Hand
Joined: Jan 21, 2009
Posts: 111
|
|
Finally I've added the toggle button in view's tool bar through the following code.
|
 |
 |
|
|
subject: adding a checkbox in toolbar of eclipse view.
|
|
|