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 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.Uses of TerminalWindow in com.iizigo.term.capture
Methods in com.iizigo.term.capture with parameters of type TerminalWindow Modifier and Type Method Description 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 TerminalWindow in com.iizigo.term.internal
Methods in com.iizigo.term.internal that return TerminalWindow Modifier and Type Method Description TerminalWindow
Terminal. getTerminalWindow()
Gets the AWT TerminalWindow container.Methods in com.iizigo.term.internal with parameters of type TerminalWindow Modifier and Type Method Description abstract void
HotSpot. activate(TerminalWindow tw)
Called when the hot spot is activated.void
Hyperlink. activate(TerminalWindow tw)
Called when the hot spot is activated.void
KeyHotSpot. activate(TerminalWindow tw)
Called when the hot spot is activated.void
IScreenDesigner. 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 void
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 TerminalWindow in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type TerminalWindow Modifier and Type Method Description void
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.void
ScreenDesigner. setTerminalWindow(TerminalWindow window)
Sets the TerminalWindow at creation of it.