Uses of Class
com.iizix.term.prop.TerminalProps
Packages that use TerminalProps Package Description com.iizigo.term.prop com.iizix.term com.iizix.term.ee com.iizix.term.prop com.iizix.term.server com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of TerminalProps in com.iizigo.term.prop
Subclasses of TerminalProps in com.iizigo.term.prop Modifier and Type Class Description class
EditorTerminalProps
This Terminal property container holds terminal settings.Uses of TerminalProps in com.iizix.term
Methods in com.iizix.term that return TerminalProps Modifier and Type Method Description TerminalProps
HostSession. getProperties()
Gets the terminal properties.Constructors in com.iizix.term with parameters of type TerminalProps Constructor Description HostSession(java.lang.String id, TerminalProps properties, HostSessionOwner owner)
Creates an instance of the host session, but does not connect to the host.Uses of TerminalProps in com.iizix.term.ee
Constructors in com.iizix.term.ee with parameters of type TerminalProps Constructor Description HostSessionEE(HostSession owner, TerminalProps properties)
Constructor only from this package.Uses of TerminalProps in com.iizix.term.prop
Methods in com.iizix.term.prop that return TerminalProps Modifier and Type Method Description TerminalProps
TerminalProps. clone()
Creates a clone of the terminal properties.TerminalProps[]
SessionsProp. getSessions()
Gets all sessions.Uses of TerminalProps in com.iizix.term.server
Constructors in com.iizix.term.server with parameters of type TerminalProps Constructor Description TerminalHost(TerminalProps terminalProps, AppSessionGyro appGyro)
The constructor.Uses of TerminalProps in com.iizix.term.tn3270e
Constructors in com.iizix.term.tn3270e with parameters of type TerminalProps Constructor Description HostSession3270(HostSession owner, TerminalProps properties)
Constructor only from this package.Uses of TerminalProps in com.iizix.term.tn5250e
Constructors in com.iizix.term.tn5250e with parameters of type TerminalProps Constructor Description HostSession5250(HostSession owner, TerminalProps properties)
Constructor only from this package.