Uses of Class
com.iizigo.term.internal.TerminalWindow
Package
Description
Uses of TerminalWindow in com.iizigo.term
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionTerminal.getTerminalWindow()
Gets the AWT TerminalWindow container.Modifier 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
Modifier 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
Modifier 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.