Package com.iizigo.term.server
Class RemoteTerminalView
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
com.iizigo.term.server.RemoteTerminalView
- All Implemented Interfaces:
- IActivationListener,- IWorkbenchPartIZ,- IDisposedPart,- IAdaptable,- IExecutableExtension,- IPersistable,- IViewPart,- IWorkbenchPart,- IWorkbenchPart2,- IWorkbenchPart3,- IWorkbenchPartOrientation
The Terminal View Part shows one terminal session.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- static final StringThe Terminal Sessions View Part ID "com.iizigo.term.server.RemoteTerminalView".- Fields inherited from interface org.eclipse.ui.IWorkbenchPart- PROP_TITLE
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- void- createPartControl- (Composite parent) Create contents of the view part.- void- dispose()Disposes of the view part.Gets the extensions framework.Gets the selection enabler instance.Gets the undo context.- voidInitializes this view with the given view site.- booleanChecks if the part is disposed of.- void- onActivated- (boolean on) Called when activator or deactivated.- void- onClose()Called when about to close, but SWT is still there.- void- setFocus()Sets focus to the terminal.- voidCalled when states needs to be updated.- Methods inherited from class org.eclipse.ui.part.ViewPart- checkSite, getViewSite, init, saveState, setContentDescription, setInitializationData, setPartName- Methods inherited from class org.eclipse.ui.part.WorkbenchPart- addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, getTitleImage, getTitleToolTip, removePartPropertyListener, removePropertyListener, setPartProperty, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy- 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.runtime.IAdaptable- getAdapter- Methods inherited from interface org.eclipse.ui.IWorkbenchPart- addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener- Methods inherited from interface com.iizigo.editor.IWorkbenchPartIZ- onComponentFocused
- Field Details- IDThe Terminal Sessions View Part ID "com.iizigo.term.server.RemoteTerminalView".
 
- Constructor Details- RemoteTerminalViewpublic RemoteTerminalView()Eclipse constructor.
 
- Method Details- initInitializes this view with the given view site.- This method is automatically called by the workbench shortly after the part is instantiated. It marks the start of the views's life cycle. Clients must not call this method. - Specified by:
- initin interface- IViewPart
- Overrides:
- initin class- ViewPart
- Parameters:
- site- The view site.
- Throws:
- PartInitException- if this view was not initialized successfully.
 
- createPartControlCreate contents of the view part.- Specified by:
- createPartControlin interface- IWorkbenchPart
- Specified by:
- createPartControlin class- WorkbenchPart
- Parameters:
- parent- Parent composite.
 
- disposepublic void dispose()Disposes of the view part.- Specified by:
- disposein interface- IWorkbenchPart
- Overrides:
- disposein class- WorkbenchPart
 
- getExtensionGets the extensions framework.- Specified by:
- getExtensionin interface- IWorkbenchPartIZ
 
- getSelectionEnablerGets the selection enabler instance.- Specified by:
- getSelectionEnablerin interface- IWorkbenchPartIZ
 
- isDisposedpublic boolean isDisposed()Checks if the part is disposed of.- Specified by:
- isDisposedin interface- IActivationListener
- Specified by:
- isDisposedin interface- IDisposedPart
- Specified by:
- isDisposedin interface- IWorkbenchPartIZ
- Returns:
- true if disposed of, false otherwise.
 
- setFocuspublic void setFocus()Sets focus to the terminal.- Specified by:
- setFocusin interface- IWorkbenchPart
- Specified by:
- setFocusin class- WorkbenchPart
 
- updateStatespublic void updateStates()Called when states needs to be updated.- Specified by:
- updateStatesin interface- IActivationListener
 
- onActivatedpublic void onActivated- (boolean on) Called when activator or deactivated.- Specified by:
- onActivatedin interface- IActivationListener
 
- onClosepublic void onClose()Called when about to close, but SWT is still there.- Specified by:
- onClosein interface- IActivationListener
 
- getUndoRedoGets the undo context.- Specified by:
- getUndoRedoin interface- IWorkbenchPartIZ