Package com.iizigo.term.screen
Class ScreenEditor
java.lang.Object
org.eclipse.core.commands.common.EventManager
org.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.EditorPart
com.iizigo.editor.PropEditorPart
com.iizigo.term.screen.ScreenEditor
- All Implemented Interfaces:
- IActivationListener,- IDraggingFix,- IWorkbenchPartIZ,- IPropertyEditorController,- IPropUndoContext,- ITermEditor,- ITerminalStateListener,- IPropUndoRedo,- IAdaptable,- IExecutableExtension,- ISelectionChangedListener,- ISelectionProvider,- IGotoMarker,- IEditorPart,- INavigationLocationProvider,- IPersistable,- IPersistableEditor,- ISaveablePart,- ISaveablesSource,- IWorkbenchPart,- IWorkbenchPart2,- IWorkbenchPart3,- IWorkbenchPartOrientation
The Terminal Screen Editor part.
- Author:
- Christopher Mindus
- Nested Class Summary- Nested classes/interfaces inherited from class com.iizigo.editor.PropEditorPart- PropEditorPart.DragSourceDelegator
- Field SummaryFieldsModifier and TypeFieldDescriptionThe host session.- static final StringThe Part ID.- static final QualifiedNameThe Session Name Qualifier for files.- intThe popup offset in X.- intThe popup offset in Y.- Fields inherited from class com.iizigo.editor.PropEditorPart- appUI, copyAction, copyFullPathAction, copyReferenceAction, cutAction, deleteAction, dslPaste, editedPropCnr, EMPTY, filePropCnr, fileResource, globalActionBars, ir, linkAction, moveAction, partSelection, pasteAction, pasteAfterAction, pasteBeforeAction, pasteLinkAction, printAction, propEventListener, redoAction, renameAction, restoreMemento, revertAction, rootPropCnr, saveAction, selectAllAction, selectionEnabler, tiPaste, toolBar, toolBar2, undoAction, updateSelectionAndStatesRunner- Fields inherited from interface org.eclipse.ui.IEditorPart- PROP_DIRTY, PROP_INPUT- Fields inherited from interface org.eclipse.ui.IWorkbenchPart- PROP_TITLE
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- protected void- createEditorComposite- (Composite parent) Creates the Editor Main Composite.- void- dispose()Dispose of the editor.- booleanOpens the property by selecting it in focus.- booleanOpens the property by selecting it in focus.Gets the HostSession.Gets the rectangle marking constraints.Gets the terminal composite.Gets the viewer.- protected void- initEditor- (PropCnr cnr) The initialize editor method.- booleanCursor present (and blinking)?- booleanCheck for hotspot enabled.- booleanIf tool tips are shown.- void- onClose()Called when the part is being closed but is not yet disposed but hidden.- void- onDoubleClick- (int x, int y) Marks the host field.- protected void- onEditorActivated- (boolean on) Called when editor is activated.- void- onTerminalFieldChanged- (HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.- void- onTerminalStateUpdate- (HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.- void- paint- (Graphics2D g, int leftMargin, int topMargin, int cxFont, int cyFont, int cxFontReal, int cyFontReal, int cxScreen, int cyScreen, Rectangle clipRect) Paints the Graphics once the screen is drawn, before the cursor.- protected voidPerforms Print.- protected void- saveStateImpl- (IMemento memento) Saves the state.- protected voidSelection changes in the tree.- protected voidCalled to update the states.- voidUpdates tool states.- protected booleanOverride to return how paste before/after are processed.- Methods inherited from class com.iizigo.editor.PropEditorPart- addForDisposalAtDispose, addListener, addOpenFile, addSelectionChangedListener, addToolbar2PushButton, addToolbar2PushButton, addToolbar2Separator, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarPushButton, addToolbarSeparator, addToolbarSeparator, closeFile, createCommonViewer, createEmptyNavigationLocation, createFilteredCommonViewer, createFilteredCommonViewer, createLicenseExceptionComposite, createMenu, createMenu, createNavigationLocation, createPartControl, doSave, doSaveAs, fireSelectionAndStates, getActiveEditor, getActiveEditor, getActivePart, getActiveSaveables, getAdapter, getCurrentTreeViewer, getEditors, getExtension, getLicenseException, getModuleModel, getMultiSelectionProvider, getPartComposite, getPartName, getRedoAction, getSaveables, getSelection, getSelectionEnabler, getShell, getSyntClipboardSelection, getTargetViewer, getTitleImage, getTitleToolTip, getTitleToolTip, getTopmostEditor, getUndoAction, getUndoContext, getUndoRedo, gotoMarker, hasInitError, init, invalidLicense, isDirty, isDisposed, isDragging, isSaveAsAllowed, isSaveOnCloseNeeded, onActivated, onCloseProject, onComponentFocus, onDragBegin, onDragEnd, onEditedPropertyChangedForVerify, onEditorReady, onFileClosed, onPartRenamed, onSetFocus, onUpdateStates, performCollapseAll, performCopy, performCopyFullPath, performCopyReference, performCut, performDelete, performExpandAll, performLink, performMove, performPaste, performPasteAfter, performPasteBefore, performPasteLink, performRedo, performRename, performRevert, performSave, performSelectAll, performUndo, postAsyncUpdateStates, proceedInit, proceedInitProperty, refreshViewers, registerFormControl, registerViewer, registerViewer, removeListener, removePropertyValue, removeSelectionChangedListener, restoreMemento, restoreState, saveState, selectionChanged, setActionsUndoContext, setBlockViewerFocus, setFocus, setFocus, setInput, setPropertyAttrFlag, setPropertyError, setPropertyValue, setSelection, setTargetViewer, supportsCopyFullPath, supportsCopyReference, updateAllStates, updateStates, updateStatesPasteBeforeAfter, updateTitle, verifyDirtyStateChanged- Methods inherited from class org.eclipse.ui.part.EditorPart- checkSite, getEditorInput, getEditorSite, setContentDescription, setInitializationData, setInputWithNotify, setPartName- Methods inherited from class org.eclipse.ui.part.WorkbenchPart- addPartPropertyListener, addPropertyListener, firePartPropertyChanged, firePropertyChange, getConfigurationElement, getContentDescription, getDefaultImage, getOrientation, getPartName, getPartProperties, getPartProperty, getSite, getTitle, 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 com.iizigo.prop.IPropertyEditorController- getModuleModel, getMultiSelectionProvider, getUndoContext, getUndoRedo, isDisposed, removePropertyValue, setBlockViewerFocus, setPropertyAttrFlag, setPropertyError, setPropertyValue- Methods inherited from interface com.iizigo.prop.IPropUndoContext- getUndoContext- Methods inherited from interface com.iizix.prop.IPropUndoRedo- getShell, getTargetViewer, getUndoContext, setTargetViewer, updateStates- Methods inherited from interface org.eclipse.ui.IWorkbenchPart- addPropertyListener, getSite, getTitle, removePropertyListener- Methods inherited from interface com.iizigo.editor.IWorkbenchPartIZ- onComponentFocused
- Field Details- IDThe Part ID.
- sessionNameQualifierThe Session Name Qualifier for files.
- hostSessionThe host session.
- xPopupOffsetpublic int xPopupOffsetThe popup offset in X.
- yPopupOffsetpublic int yPopupOffsetThe popup offset in Y.
 
- Constructor Details- ScreenEditorpublic ScreenEditor()Eclipse constructor.
 
- Method Details- initEditorThe initialize editor method.- Subclasses may override this method. - Overrides:
- initEditorin class- PropEditorPart
- Parameters:
- cnr- The property container being edited. Note: the real name of the property is in the parent FilePropCnr Atom.
- Throws:
- PartInitException- For initialization failures.
 
- onEditorActivatedprotected void onEditorActivated- (boolean on) Called when editor is activated. The time is stored so that focus events can check if they should be processed or not (marking in Terminal).- Overrides:
- onEditorActivatedin class- PropEditorPart
 
- usePasteBeforeAfterprotected boolean usePasteBeforeAfter()Override to return how paste before/after are processed.- Overrides:
- usePasteBeforeAfterin class- PropEditorPart
- Returns:
- true to handle before/after.
 
- isTooltipTextShownpublic boolean isTooltipTextShown()If tool tips are shown.- Specified by:
- isTooltipTextShownin interface- ITermEditor
 
- isHotSpotEnabledpublic boolean isHotSpotEnabled()Check for hotspot enabled.- Specified by:
- isHotSpotEnabledin interface- ITermEditor
 
- isCursorPresentpublic boolean isCursorPresent()Cursor present (and blinking)?- Specified by:
- isCursorPresentin interface- ITermEditor
 
- getViewerGets the viewer.- Specified by:
- getViewerin interface- ITermEditor
 
- getHostSessionGets the HostSession.- Specified by:
- getHostSessionin interface- ITermEditor
 
- onClosepublic void onClose()Called when the part is being closed but is not yet disposed but hidden.- Specified by:
- onClosein interface- IActivationListener
- Overrides:
- onClosein class- PropEditorPart
 
- disposepublic void dispose()Dispose of the editor.- Specified by:
- disposein interface- IWorkbenchPart
- Overrides:
- disposein class- PropEditorPart
 
- createEditorCompositeCreates the Editor Main Composite.- Specified by:
- createEditorCompositein class- PropEditorPart
- Parameters:
- parent- The empty parent composite without initialized layout, with the widget background color.
 
- getMarkingConstraintsGets the rectangle marking constraints. This is used for pop-up windows.- Specified by:
- getMarkingConstraintsin interface- ITermEditor
- Returns:
- null If no constrains are present.
 
- performPrintprotected void performPrint()Performs Print.- Specified by:
- performPrintin class- PropEditorPart
 
- onTerminalStateUpdateCalled when state probably needs update or check.- Specified by:
- onTerminalStateUpdatein interface- ITerminalStateListener
- Parameters:
- hostSession- The host session, may be null.
- tw- The TerminalWindow, may be null when hostSession is null, not otherwise.
 
- onTerminalFieldChangedCalled when the screen needs updates due to field change.- Specified by:
- onTerminalFieldChangedin interface- ITerminalStateListener
- Parameters:
- hostSession- The host session, may be null.
- tw- The TerminalWindow, may be null when hostSession is null, not otherwise.
 
- updateToolStatespublic void updateToolStates()Updates tool states.- Specified by:
- updateToolStatesin interface- ITermEditor
 
- saveStateImplSaves the state.- Overrides:
- saveStateImplin class- PropEditorPart
- Parameters:
- memento- The storage area for object's state.
 
- getTerminalCompositeGets the terminal composite.- Specified by:
- getTerminalCompositein interface- ITermEditor
 
- selectionChangedExSelection changes in the tree.- Overrides:
- selectionChangedExin class- PropEditorPart
 
- updateStatesExprotected void updateStatesEx()Called to update the states.- Overrides:
- updateStatesExin class- PropEditorPart
 
- doOpenOpens the property by selecting it in focus.- Overrides:
- doOpenin class- PropEditorPart
 
- doOpenOpens the property by selecting it in focus. This method must be overridden.- Overrides:
- doOpenin class- PropEditorPart
- Parameters:
- prop- The property to focus.
- index- The index in a multi-property.
- childName- Name of child property or null.
- Returns:
- true for success, false for failure.
 
- onDoubleClickpublic void onDoubleClick- (int x, int y) Marks the host field.- Specified by:
- onDoubleClickin interface- ITermEditor
 
- paintpublic void paint- (Graphics2D g, int leftMargin, int topMargin, int cxFont, int cyFont, int cxFontReal, int cyFontReal, int cxScreen, int cyScreen, Rectangle clipRect) Paints the Graphics once the screen is drawn, before the cursor.- Specified by:
- paintin interface- ITermEditor