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 AbstractHandler
addHandlerListener, dispose, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabledMethods inherited from class EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObjectMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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