Uses of Class
com.iizigo.term.internal.TerminalWindow
Packages that use TerminalWindow
Package
Description
Uses of TerminalWindow in com.iizigo.term
Methods in com.iizigo.term with parameters of type TerminalWindowModifier and TypeMethodDescriptionvoidITerminalStateListener.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 TerminalWindowModifier and TypeMethodDescriptionvoidCaptureEditor.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 TerminalWindowModifier and TypeMethodDescriptionTerminal.getTerminalWindow()Gets the AWT TerminalWindow container.Methods in com.iizigo.term.internal with parameters of type TerminalWindowModifier and TypeMethodDescriptionabstract 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 TerminalWindowModifier and TypeMethodDescriptionvoidRecordingEditor.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 TerminalWindowModifier and TypeMethodDescriptionvoidScreenEditor.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.