deactivate toolEntry [message #188395] |
Wed, 20 July 2005 13:21 |
Eclipse User |
|
|
|
Originally posted by: tiagoneves.hotmail.com
Hello,
i want to create a toolEntry that doesn't originate any interaction in the
editor.
These toolEntrys are to be located in one pallete stack and they basicly
shows one value nothing else.
I want to be able to select the toolEntry but after i select it i want it
not to stay activated.
i have tried in the associated tool:
public class AssociatedTool extends AbstractTool {
@Override
public void activate() {
super.activate();
deactivate();
}
I want something like after i select it the selectiontoolentry to be
activated.
Any suggestions?
Thanks
Tiago Neves
|
|
|
Powered by
FUDForum. Page generated in 0.03636 seconds