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
 
 
 
- All Implemented Interfaces:
- org.eclipse.core.commands.IHandler,- org.eclipse.core.commands.IHandler2
 - public class NewSession extends org.eclipse.core.commands.AbstractHandlerHandler implementing the New Terminal Session.
- Constructor Summary- Constructors - Constructor - Description - NewSession()Eclipse constructor.
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - java.lang.Object- execute(org.eclipse.core.commands.ExecutionEvent event)Performs the operation.- boolean- isEnabled()Checks if enabled.- Methods inherited from class org.eclipse.core.commands.AbstractHandler- addHandlerListener, dispose, fireHandlerChanged, hasListeners, isHandled, removeHandlerListener, setBaseEnabled, setEnabled
 
 
- Method Detail- execute- public java.lang.Object execute(org.eclipse.core.commands.ExecutionEvent event) throws org.eclipse.core.commands.ExecutionExceptionPerforms the operation.- Throws:
- org.eclipse.core.commands.ExecutionException
 
 - isEnabled- public boolean isEnabled() Checks if enabled.- Specified by:
- isEnabledin interface- org.eclipse.core.commands.IHandler
- Overrides:
- isEnabledin class- org.eclipse.core.commands.AbstractHandler