Uses of Interface
com.iizigo.term.internal.IScreenDesigner
Packages that use IScreenDesigner
Uses of IScreenDesigner in com.iizigo.term
Methods in com.iizigo.term with parameters of type IScreenDesignerModifier and TypeMethodDescriptionTerminalComposite.createTerminalAndWindow
(HostSession _hostSession, EditorTerminalProps _properties, IScreenDesigner designer) Creates the Terminal and Terminal Window instance for local terminal use in the Designer.Uses of IScreenDesigner in com.iizigo.term.internal
Methods in com.iizigo.term.internal with parameters of type IScreenDesignerModifier and TypeMethodDescriptionvoid
Terminal.createTerminal
(org.eclipse.swt.widgets.Canvas canvas, TerminalStatusBar statusBar, IScreenDesigner designer) Creates an instance of the terminal window.Constructors in com.iizigo.term.internal with parameters of type IScreenDesignerModifierConstructorDescriptionTerminalWindow
(org.eclipse.swt.widgets.Canvas canvas, TerminalStatusBar statusBar, IScreenDesigner designer, int cx, int cy, int x, int y, char[] cd, int[] ad, TerminalWindowListener listener, TerminalSettings settings) The constructor creates the child components (terminal display with possible scroll bars and the status bar.Uses of IScreenDesigner in com.iizigo.term.screen
Classes in com.iizigo.term.screen that implement IScreenDesignerModifier and TypeClassDescriptionclass
Screen designer interfaces to the TerminalWindow to perform drawing of rectangles and to interface with the mouse and keyboard.