Uses of Class
com.iizix.term.HostSession
Packages that use HostSession
Package
Description
Uses of HostSession in com.iizigo.term
Methods in com.iizigo.term that return HostSessionModifier and TypeMethodDescriptionITermEditor.getHostSession()
Gets the HostSession.TerminalComposite.getHostSession()
Gets the host session.Methods in com.iizigo.term with parameters of type HostSessionModifier and TypeMethodDescriptionTerminalComposite.createTerminalAndWindow
(HostSession _hostSession, EditorTerminalProps _properties, IScreenDesigner designer) Creates the Terminal and Terminal Window instance for local terminal use in the Designer.void
ITerminalStateListener.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
TerminalView.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
ITerminalStateListener.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.void
TerminalView.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.void
TerminalComposite.switchSession
(HostSession _hostSession, EditorTerminalProps _properties) Switches session.Uses of HostSession in com.iizigo.term.capture
Methods in com.iizigo.term.capture that return HostSessionMethods in com.iizigo.term.capture with parameters of type HostSessionModifier and TypeMethodDescriptionstatic boolean
NewCaptureWizard.createCapture
(org.eclipse.swt.widgets.Shell shell, HostSession hostSession) Requests creation of the screen capture.void
CaptureEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
CaptureEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.internal
Methods in com.iizigo.term.internal that return HostSessionMethods in com.iizigo.term.internal with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
Terminal.switchProperties
(HostSession hostSession, EditorTerminalProps terminalProps) Switches properties.Constructors in com.iizigo.term.internal with parameters of type HostSessionModifierConstructorDescriptionTerminal
(HostSession hostSession, EditorTerminalProps terminalProps) Creates a new terminal session for a local connection inside the Designer.Uses of HostSession in com.iizigo.term.project
Methods in com.iizigo.term.project with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
TerminalModel.createCapture
(org.eclipse.swt.widgets.Shell shell, HostSession hostSession) Creates a new capture.Uses of HostSession in com.iizigo.term.prop
Methods in com.iizigo.term.prop that return HostSessionModifier and TypeMethodDescriptionTerminalDesignerProp.createHostSession()
Creates a HostSession if not already created.TerminalDesignerProp.getHostSession()
Gets the host session instance.Uses of HostSession in com.iizigo.term.recording
Methods in com.iizigo.term.recording that return HostSessionMethods in com.iizigo.term.recording with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
RecordingEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
RecordingEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizigo.term.screen
Fields in com.iizigo.term.screen declared as HostSessionMethods in com.iizigo.term.screen that return HostSessionMethods in com.iizigo.term.screen with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
ScreenEditor.onTerminalFieldChanged
(HostSession hostSession, TerminalWindow tw) Called when the screen needs updates due to field change.void
ScreenEditor.onTerminalStateUpdate
(HostSession hostSession, TerminalWindow tw) Called when state probably needs update or check.Uses of HostSession in com.iizix.term
Methods in com.iizix.term that return HostSessionModifier and TypeMethodDescriptionEmptyHostSession.getHostSession()
Gets the host session.HostSessionPeer.getHostSession()
Gets the HostSession, i.e.Methods in com.iizix.term with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
HostScreen.onHostScreenChange
(HostSession hostSession, int beginPos, int endPos) Gets new character and attribute data from the host session.Constructors in com.iizix.term with parameters of type HostSessionModifierConstructorDescriptionClientHostScreen
(HostSession hostSession, HostSessionProps props, int serialNumber) Creates a new instance of the client host screen.Uses of HostSession in com.iizix.term.api
Methods in com.iizix.term.api with parameters of type HostSessionModifier and TypeMethodDescriptiondefault String
IHostFieldData.convertFromVSField
(HostSession hostSession, ScreenFieldProp screenField, VSField vsField, String stringValue) Converts a single string from the VSField (or its value) to a host string that will be set.Uses of HostSession in com.iizix.term.ee
Methods in com.iizix.term.ee that return HostSessionMethods in com.iizix.term.ee with parameters of type HostSessionModifier and TypeMethodDescriptionstatic void
EEMaster.catchScreenAsEE
(HostSession hostSession, ByteArrayOutputStream bos, String screenName) Catch a screen as EE.static boolean
EEMaster.catchScreenAsEE
(HostSession hostSession, String fileName, String screenName, boolean doAppend) Catch a screen as EE.Constructors in com.iizix.term.ee with parameters of type HostSessionModifierConstructorDescriptionEEScreen
(HostSession hostSession, String fileName, String screenName, boolean isSingleScreen) Creates a new EE screen for the current screen in a host session.HostSessionEE
(HostSession owner, TerminalProps properties) Constructor only from this package.Uses of HostSession in com.iizix.term.prop
Methods in com.iizix.term.prop that return HostSessionModifier and TypeMethodDescriptionScreenFieldProp.getCurrentHostSession
(String logMsg) Gets the current host session from the Application properties.Methods in com.iizix.term.prop with parameters of type HostSessionModifier and TypeMethodDescriptionboolean
ScreenFieldProp.doesScreenMatch
(HostSession hostSession) Checks if this host field belongs to a screen that is currently matching or not.boolean
ScreenFieldProp.setCursor
(HostSession hostSession) Set cursor to the position of this field, first line.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, boolean isDynamic) Set cursor to the position of this field, first line.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, int line) Set cursor to the position of this field with line offset.boolean
ScreenFieldProp.setCursor
(HostSession hostSession, int line, int charpos) Set cursor to the position of this field with line offset and the character offset.ScreenFieldProp.setHostField
(HostSession hostSession, String text) Sets the corresponding host field on the current host screen to the specified string.ScreenFieldProp.setHostField
(HostSession hostSession, String text, boolean isDynamic) Sets the corresponding host field on the current host screen to the specified string.ScreenFieldProp.setHostField
(HostSession hostSession, String text, int line) Sets the corresponding host field on the current host screen to the specified string.Uses of HostSession in com.iizix.term.remote
Methods in com.iizix.term.remote that return HostSessionMethods in com.iizix.term.remote with parameters of type HostSessionModifier and TypeMethodDescriptionvoid
RemoteHostSession.attachHostSession
(HostSession hostSession, Runnable stateChangedListener) Attaches a host session to this instance.Uses of HostSession in com.iizix.term.server
Methods in com.iizix.term.server that return HostSessionModifier and TypeMethodDescriptionTerminalHost.createHostSession()
Creates a HostSession if not already created.TerminalHost.getHostSession()
Gets the host session instance.Uses of HostSession in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e that return HostSessionConstructors in com.iizix.term.tn3270e with parameters of type HostSessionModifierConstructorDescriptionHostSession3270
(HostSession owner, TerminalProps properties) Constructor only from this package.Uses of HostSession in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e that return HostSessionConstructors in com.iizix.term.tn5250e with parameters of type HostSessionModifierConstructorDescriptionHostSession5250
(HostSession owner, TerminalProps properties) Constructor only from this package.