Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » deactivate toolEntry
deactivate toolEntry [message #188395] Wed, 20 July 2005 13:21
Eclipse UserFriend
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
Previous Topic:EMF-GEF mapping
Next Topic:GEF 3.1 and Fc4 native eclipse
Goto Forum:
  


Current Time: Mon Dec 02 21:18:16 GMT 2024

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

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

Back to the top