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 TypeMethodDescriptionvoid
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 TerminalWindowModifier and TypeMethodDescriptionvoid
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 TerminalWindowModifier and TypeMethodDescriptionTerminal.getTerminalWindow()
Gets the AWT TerminalWindow container.Methods in com.iizigo.term.internal with parameters of type TerminalWindowModifier and TypeMethodDescriptionabstract 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 TerminalWindowModifier 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 TerminalWindow in com.iizigo.term.screen
Methods in com.iizigo.term.screen with parameters of type TerminalWindowModifier 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.void
ScreenDesigner.setTerminalWindow
(TerminalWindow window) Sets the TerminalWindow at creation of it.