Uses of Class
com.iizix.term.ee.EEScreen
Packages that use EEScreen Package Description com.iizigo.term.capture.prop com.iizix.term.ee Uses of EEScreen in com.iizigo.term.capture.prop
Methods in com.iizigo.term.capture.prop that return EEScreen Modifier and Type Method Description EEScreen
CaptureScreenProp. getScreen()
Gets the screen.Methods in com.iizigo.term.capture.prop with parameters of type EEScreen Modifier and Type Method Description void
CaptureScreenProp. setScreen(EEScreen screen)
Sets the screen and builds the properties.Uses of EEScreen in com.iizix.term.ee
Methods in com.iizix.term.ee that return EEScreen Modifier and Type Method Description EEScreen
HostSessionEE. getCaptureEditScreen()
Gets the Edit screen for capture.EEScreen
EEMaster. getFirstScreen()
Gets the first screen.EEScreen
EEMaster. getInitialScreen()
Gets the initial EE screen.EEScreen
EEMaster. getLastScreen()
Gets the last screen.EEScreen
EEMaster. getPreviousNextScreen(EEScreen current, int dir)
Gets the previous or next screen.EEScreen
EEMaster. getScreen(java.lang.String name)
Gets the EE screen from a name.Methods in com.iizix.term.ee that return types with arguments of type EEScreen Modifier and Type Method Description java.util.ArrayList<EEScreen>
EEMaster. getAllScreens()
Gets all the screens.Methods in com.iizix.term.ee with parameters of type EEScreen Modifier and Type Method Description void
EEMaster. addScreen(EEScreen screen)
Adds a new EEScreen to the table.EEScreen
EEMaster. getPreviousNextScreen(EEScreen current, int dir)
Gets the previous or next screen.void
HostSessionEE. onScreenChange(EEScreen ee)
A new screen is activated.void
EERuntime. onSendKeyPressed(EEScreen ee, char[] chars, int key, HostSessionEE e)
A send-key is pressed.