Uses of Interface
com.iizigo.term.internal.IScreenDesigner
Uses of IScreenDesigner in com.iizigo.term
Modifier 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
Modifier and TypeMethodDescriptionvoid
Terminal.createTerminal
(org.eclipse.swt.widgets.Canvas canvas, TerminalStatusBar statusBar, IScreenDesigner designer) Creates an instance of the terminal window.ModifierConstructorDescriptionTerminalWindow
(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
Modifier and TypeClassDescriptionclass
Screen designer interfaces to the TerminalWindow to perform drawing of rectangles and to interface with the mouse and keyboard.