Uses of Class
com.iizigo.term.internal.TerminalWindow
Packages that use TerminalWindow Package Description com.iizigo.term com.iizigo.term.capture com.iizigo.term.internal com.iizigo.term.recording com.iizigo.term.screen Uses of TerminalWindow in com.iizigo.term
Methods in com.iizigo.term with parameters of type TerminalWindow Modifier and Type Method Description voidITerminalStateListener. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidTerminalView. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidITerminalStateListener. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.voidTerminalView. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of TerminalWindow in com.iizigo.term.capture
Methods in com.iizigo.term.capture with parameters of type TerminalWindow Modifier and Type Method Description voidCaptureEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidCaptureEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of TerminalWindow in com.iizigo.term.internal
Methods in com.iizigo.term.internal that return TerminalWindow Modifier and Type Method Description TerminalWindowTerminal. getTerminalWindow()Gets the AWT TerminalWindow container.Methods in com.iizigo.term.internal with parameters of type TerminalWindow Modifier and Type Method Description abstract voidHotSpot. activate(TerminalWindow tw)Called when the hot spot is activated.voidHyperlink. activate(TerminalWindow tw)Called when the hot spot is activated.voidKeyHotSpot. activate(TerminalWindow tw)Called when the hot spot is activated.voidIScreenDesigner. setTerminalWindow(TerminalWindow window)Sets the TerminalWindow at creation.Uses of TerminalWindow in com.iizigo.term.recording
Methods in com.iizigo.term.recording with parameters of type TerminalWindow Modifier and Type Method Description voidRecordingEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidRecordingEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.Uses of TerminalWindow in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type TerminalWindow Modifier and Type Method Description voidScreenEditor. onTerminalFieldChanged(HostSession hostSession, TerminalWindow tw)Called when the screen needs updates due to field change.voidScreenEditor. onTerminalStateUpdate(HostSession hostSession, TerminalWindow tw)Called when state probably needs update or check.voidScreenDesigner. setTerminalWindow(TerminalWindow window)Sets the TerminalWindow at creation of it.