[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.gef] View & Toolbar
|
Hi All,
I have created a custom view (derived fromViewPart class),
which uses action toolbar (I am using IToolBarManager). Further
I have added some actions into to toolbar (simply by add
method) and it works well.
The question is, how can I visually check the button within
that toolbar in order to indicate, that the action is active? Just
to note that the action stands as a switch (on, off).
I have called the setChecked(true) method on the action object,
however the button is still not checked. Should I refresh or
somehow update the toolbar buttons?
thanks
cheers
Honza