public class NewTabHandler
extends java.lang.Object
implements org.eclipse.core.commands.IHandler
Constructor and Description |
---|
NewTabHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) |
void |
dispose() |
java.lang.Object |
execute(org.eclipse.core.commands.ExecutionEvent event) |
boolean |
isEnabled() |
boolean |
isHandled() |
void |
removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener) |
public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionException
execute
in interface org.eclipse.core.commands.IHandler
org.eclipse.core.commands.ExecutionException
public void addHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
addHandlerListener
in interface org.eclipse.core.commands.IHandler
public void dispose()
dispose
in interface org.eclipse.core.commands.IHandler
public boolean isEnabled()
isEnabled
in interface org.eclipse.core.commands.IHandler
public boolean isHandled()
isHandled
in interface org.eclipse.core.commands.IHandler
public void removeHandlerListener(org.eclipse.core.commands.IHandlerListener handlerListener)
removeHandlerListener
in interface org.eclipse.core.commands.IHandler