Package com.iizigo.term
Interface ITermEditor
- All Superinterfaces:
- IDisposedPart,- IPropertyEditorController,- IPropUndoContext,- IPropUndoRedo
- All Known Implementing Classes:
- CaptureEditor,- RecordingEditor,- ScreenEditor
Interface implemented by the Screen, Capture and Recording editors.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescriptionGets the HostSession.Gets the marking constraints.Gets the terminal composite.Gets the viewer.- booleanCursor present (and blinking)?- booleanCheck for hotspot enabled.- booleanIf tool tips are shown.- void- onDoubleClick- (int x, int y) Marks the host field.- 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.- voidUpdates tool states.- 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
- Method Details- updateToolStatesvoid updateToolStates()Updates tool states.
- getMarkingConstraintsRectangle getMarkingConstraints()Gets the marking constraints.- Returns:
- null for none.
 
- isHotSpotEnabledboolean isHotSpotEnabled()Check for hotspot enabled.
- isCursorPresentboolean isCursorPresent()Cursor present (and blinking)?
- getTerminalCompositeTerminalComposite getTerminalComposite()Gets the terminal composite.
- getViewerTreeViewer getViewer()Gets the viewer.
- getHostSessionHostSession getHostSession()Gets the HostSession.
- isTooltipTextShownboolean isTooltipTextShown()If tool tips are shown.
- onDoubleClickvoid onDoubleClick- (int x, int y) Marks the host field.
- paintvoid 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.