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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- execute- (ExecutionEvent event) Performs the operation.- booleanChecks if enabled.- Methods inherited from class org.eclipse.core.commands.AbstractHandler- addHandlerListener, dispose, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabled- Methods inherited from class org.eclipse.core.commands.common.EventManager- addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject- Methods inherited from class java.lang.Object- clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait- Methods inherited from interface org.eclipse.core.commands.IHandler- getHandlerLabel
- Constructor Details- NewSessionpublic NewSession()Eclipse constructor.
 
- Method Details- executePerforms the operation.- Throws:
- ExecutionException
 
- isEnabledpublic boolean isEnabled()Checks if enabled.- Specified by:
- isEnabledin interface- IHandler
- Overrides:
- isEnabledin class- AbstractHandler