Package com.iizigo.term.session
Class NewSession
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.core.commands.AbstractHandler
com.iizigo.term.session.NewSession
Handler implementing the New Terminal Session.
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionexecute(ExecutionEvent event) Performs the operation.booleanChecks if enabled.Methods inherited from class org.eclipse.core.commands.AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class org.eclipse.core.commands.common.EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.core.commands.IHandler
getHandlerLabel
Constructor Details
NewSession
public NewSession()Eclipse constructor.
Method Details
execute
Performs the operation.- Throws:
ExecutionException
isEnabled
public boolean isEnabled()Checks if enabled.- Specified by:
isEnabledin interfaceIHandler- Overrides:
isEnabledin classAbstractHandler