Package | Description |
---|---|
com.ibm.ctg.epi |
Provides EPI support classes for developing Java applications without
requiring a detailed knowledge of 3270 data streams.
|
Modifier and Type | Method and Description |
---|---|
Screen |
EPITerminal.getScreen()
Returns the
Screen object associated with this terminal. |
Screen |
Map.getScreen()
Returns the screen associated with this map.
|
Screen |
Terminal.getScreen()
Returns the screen associated with the terminal.
|
Screen |
TerminalSession.getScreen()
Returns the screen associated with the terminal.
|
Modifier and Type | Method and Description |
---|---|
void |
Map.setScreen(Screen s)
Sets the screen associated with this map and check if it is valid.
|