Uses of Interface
com.iizigo.term.ITermEditor
Packages that use ITermEditor Package Description com.iizigo.term.capture com.iizigo.term.capture.prop com.iizigo.term.prop com.iizigo.term.recording com.iizigo.term.screen Uses of ITermEditor in com.iizigo.term.capture
Classes in com.iizigo.term.capture that implement ITermEditor Modifier and Type Class Description class
CaptureEditor
The Screen Capture "Editor", but nothing to edit.Uses of ITermEditor in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop with parameters of type ITermEditor Modifier and Type Method Description org.eclipse.swt.widgets.Composite
CaptureFieldProp. createToolTip(org.eclipse.swt.widgets.Composite parent, ITermEditor editor)
Creates the tooltip composite.Uses of ITermEditor in com.iizigo.term.prop
Methods in com.iizigo.term.prop with parameters of type ITermEditor Modifier and Type Method Description org.eclipse.swt.widgets.Composite
EditorScreenFieldProp. createToolTip(org.eclipse.swt.widgets.Composite parent, ITermEditor editor)
Creates the tooltip composite.org.eclipse.swt.widgets.Composite
EditorScreenIdentificationProp. createToolTip(org.eclipse.swt.widgets.Composite parent, ITermEditor editor)
Creates the tooltip composite.org.eclipse.swt.widgets.Composite
IScreenRectangle. createToolTip(org.eclipse.swt.widgets.Composite parent, ITermEditor editor)
Creates the tooltip composite.Uses of ITermEditor in com.iizigo.term.recording
Classes in com.iizigo.term.recording that implement ITermEditor Modifier and Type Class Description class
RecordingEditor
The Screen Capture "Editor", but nothing to edit.Uses of ITermEditor in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement ITermEditor Modifier and Type Class Description class
ScreenEditor
The Terminal Screen Editor part.Constructors in com.iizigo.term.screen with parameters of type ITermEditor Constructor Description ScreenDesigner(ITermEditor editor)
Constructs the instance of the screen designer.