| [eclipse plugin ] implement a class to handel a command [message #549631] |
Tue, 27 July 2010 08:20  |
Eclipse User Messages: 34 Registered: July 2010 |
Member |
|
|
hello,
I've added a command on the menu when I right click with the mouse on a file .
What I want to do now is to control the action when I select the command from the menu .
In fact I need to open a new wizard dialog page that I will configure with SWT.designer
I created a new class for my handler but I don't know how to open a wizard dialog page from this class here is the code
public class Deliverhandler extends AbstractHandler {
public Object execute(ExecutionEvent event) throws ExecutionException {
/*
*/
return null;
}
}
thanks in advance for your help
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.01561 seconds