Uses of Interface
com.iizigo.term.internal.IScreenDesigner
Packages that use IScreenDesigner Package Description com.iizigo.term com.iizigo.term.internal com.iizigo.term.screen Uses of IScreenDesigner in com.iizigo.term
Methods in com.iizigo.term with parameters of type IScreenDesigner Modifier and Type Method Description TerminalTerminalComposite. 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 IScreenDesigner Modifier and Type Method Description voidTerminal. 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 IScreenDesigner Constructor Description TerminalWindow(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 IScreenDesigner Modifier and Type Class Description classScreenDesignerScreen designer interfaces to the TerminalWindow to perform drawing of rectangles and to interface with the mouse and keyboard.