Uses of Class
com.iizigo.term.prop.EditorTerminalProps
Package
Description
Uses of EditorTerminalProps in com.iizigo.term
Modifier and TypeMethodDescriptionstatic TerminalComposite
TerminalComposite.createComposite
(org.eclipse.swt.widgets.Composite parent, EditorTerminalProps props, int charPixelSizeX, int charPixelSizeY, boolean doConnect, boolean allowNonConnected, boolean doAntiAlias) Creates a composite for use with tooltips or previews.static void
TerminalView.createOrShow
(org.eclipse.swt.widgets.Shell shell, EditorTerminalProps props) Creates a TerminalView for properties, or shows an existing one.TerminalComposite.createTerminalAndWindow
(HostSession _hostSession, EditorTerminalProps _properties, IScreenDesigner designer) Creates the Terminal and Terminal Window instance for local terminal use in the Designer.void
TerminalComposite.switchSession
(HostSession _hostSession, EditorTerminalProps _properties) Switches session.Uses of EditorTerminalProps in com.iizigo.term.internal
Modifier and TypeMethodDescriptionvoid
Terminal.switchProperties
(HostSession hostSession, EditorTerminalProps terminalProps) Switches properties.ModifierConstructorDescriptionTerminal
(HostSession hostSession, EditorTerminalProps terminalProps) Creates a new terminal session for a local connection inside the Designer.Uses of EditorTerminalProps in com.iizigo.term.project
Modifier and TypeMethodDescriptionTerminalModel.getFirstMatchingCapture
(EditorScreenProp screen) Gets the first terminal capture matching the screen.EESession.getTerminalProperties()
Gets the terminal properties.TerminalModel.loadCapture
(String terminalModelProjectRelativeFileName) Load a screen capture session from a file or grabs an existing one.TerminalModel.loadCapture
(org.eclipse.core.resources.IFile ifile) Load a screen capture session from a file or grabs an existing one.Uses of EditorTerminalProps in com.iizigo.term.prop
Modifier and TypeMethodDescriptionEditorTerminalProps.clone()
Clone must be overridden.EditorSessionsProp.getSessions()
Gets all sessions.static EditorTerminalProps
EditorTerminalProps.getTerminalProps
(org.eclipse.swt.widgets.Shell shell, String sessionName) Attempts to get a terminal properties instance from a session name.Uses of EditorTerminalProps in com.iizigo.term.screen
Modifier and TypeMethodDescriptionstatic void
NewScreenWizard.open
(org.eclipse.swt.widgets.Shell shell, EditorTerminalProps props) Requests a new screen wizard for these terminal properties.Uses of EditorTerminalProps in com.iizigo.term.session
Modifier and TypeMethodDescriptionNewSessionWizard.getEditorTerminalProps()
Gets the newly created/edited session.Modifier and TypeMethodDescriptionvoid
SessionsView.performConfigureSession
(org.eclipse.swt.widgets.Shell shell, EditorTerminalProps props) Performs new or configure session.ModifierConstructorDescriptionNewSessionWizard
(PropCnr parentForNaming, EditorTerminalProps editSettings) Creates the common wizard.NewSessionWizardEEPage
(EditorTerminalProps props, boolean isEdit) Create the wizard.NewSessionWizardHostPage
(EditorTerminalProps props, boolean isEdit) Create the wizard.NewSessionWizardNameTypePage
(PropCnr parentForNaming, EditorTerminalProps props, EditorTerminalProps editSettings) Create the wizard.NewSessionWizardSSLPage
(EditorTerminalProps props, boolean isEdit) Create the wizard.