| org.eclipse.ui.examples.contributions.handlers.GlobalMenuHandler
GlobalMenuHandler | public class GlobalMenuHandler extends AbstractHandler (Code) | | Our sample handler extends AbstractHandler, an IHandler base class.
See Also: org.eclipse.core.commands.IHandler See Also: org.eclipse.core.commands.AbstractHandler since: 3.3 |
Method Summary | |
public Object | execute(ExecutionEvent event) the command has been executed, so extract extract the needed information
from the application context. |
GlobalMenuHandler | public GlobalMenuHandler()(Code) | | The constructor.
|
execute | public Object execute(ExecutionEvent event) throws ExecutionException(Code) | | the command has been executed, so extract extract the needed information
from the application context.
|
|
|