All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- addOIAListener(iOhioOIAListener).
Method in interface org.ohio.iOhioOIA
- Registers a listener object for events dispatched by this iOhioOIA
object.
- addScreenListener(iOhioScreenListener).
Method in interface org.ohio.iOhioScreen
- Registers a listener object for events dispatched by this iOhioScreen
object.
- addSessionListener(iOhioSessionListener).
Method in interface org.ohio.iOhioSession
- Registers a listener object for events dispatched by this iOhioSession
object.
- closeSession(iOhioSession).
Method in interface org.ohio.iOhioManager
- Closes an iOhioSession object.
- closeSession(String).
Method in interface org.ohio.iOhioManager
- Closes an iOhioSession object.
- connect().
Method in interface org.ohio.iOhioSession
- Starts the communications link to the host.
- disconnect().
Method in interface org.ohio.iOhioSession
- Stops the communications link to the host.
- findByPosition(iOhioPosition).
Method in interface org.ohio.iOhioFields
- Searches the collection for the target position and returns the iOhioField
object containing that position.
- findByString(String, iOhioPosition, int, int, boolean).
Method in interface org.ohio.iOhioFields
- Searches the collection for the target string and returns the iOhioField
object containing that string.
- findString(String, iOhioPosition, int, int, boolean).
Method in interface org.ohio.iOhioScreen
- Searches the text plane for the target string.
- getAttribute().
Method in interface org.ohio.iOhioField
- Returns the raw attribute byte for the field.
- getColumn().
Method in class org.ohio.iOhioPosition
- Returns the column coordinate.
- getColumns().
Method in interface org.ohio.iOhioScreen
- Returns the number of columns in the presentation space.
- getCommCheckCode().
Method in interface org.ohio.iOhioOIA
- Returns the communication check code.
- getConfigurationResource().
Method in interface org.ohio.iOhioSession
- Returns the configurationResource for this iOhioSession object.
- getCount().
Method in interface org.ohio.iOhioFields
- Returns the number of iOhioField objects contained in this collection.
- getCount().
Method in interface org.ohio.iOhioSessions
- Returns the number of iOhioSession objects contained in this collection.
- getCursor().
Method in interface org.ohio.iOhioScreen
- Returns the location of the cursor in the presentation space.
- getData(int).
Method in interface org.ohio.iOhioField
- Returns data from the different planes (text, color, extended) associated
with the field.
- getData(iOhioPosition, iOhioPosition, int).
Method in interface org.ohio.iOhioScreen
- Returns data from the Text, Color, Field or Extended plane of the
virtual screen.
- getEnd().
Method in interface org.ohio.iOhioField
- Returns the ending position of the field.
- getFields().
Method in interface org.ohio.iOhioScreen
- Returns the iOhioFields object associated with this presentation space.
- getInputInhibited().
Method in interface org.ohio.iOhioOIA
- This method returns a value that indicates whether or not input is
inhibited.
- getLength().
Method in interface org.ohio.iOhioField
- Returns the length of the field.
- getMachineCheckCode().
Method in interface org.ohio.iOhioOIA
- Returns the machine check code.
- getMsgNumber().
Method in interface org.ohio.iOhioException
- Returns the message number associated with this exception.
- getMsgText().
Method in interface org.ohio.iOhioException
- Returns the message text associated with this exception.
- getOhioVersion().
Method in interface org.ohio.iOhio
- Returns the OHIO version level of this implementation.
- getOIA().
Method in interface org.ohio.iOhioScreen
- Returns the iOhioOIA associated with this presentation space.
- getOwner().
Method in interface org.ohio.iOhioOIA
- Returns the current owner
- getProgCheckCode().
Method in interface org.ohio.iOhioOIA
- Returns the program check code.
- getRow().
Method in class org.ohio.iOhioPosition
- Returns the row coordinate.
- getRows().
Method in interface org.ohio.iOhioScreen
- Returns the number of rows in the presentation space.
- getScreen().
Method in interface org.ohio.iOhioSession
- Returns the iOhioScreen object for this session.
- getSessionName().
Method in interface org.ohio.iOhioSession
- Returns the sessionName for this iOhioSession object.
- getSessions().
Method in interface org.ohio.iOhioManager
- Returns an iOhioSessions object containing the iOhioSession objects available
on this system.
- getSessionType().
Method in interface org.ohio.iOhioSession
- Returns the sessionType for this iOhioSession object.
- getStart().
Method in interface org.ohio.iOhioField
- Returns the starting position of the field.
- getString().
Method in interface org.ohio.iOhioField
- Returns the text plane data for the field.
- getString().
Method in interface org.ohio.iOhioScreen
- Returns the entire text plane of the presentation space as a string.
- getType().
Method in interface org.ohio.iOhioException
- Returns the type of this exception.
- getVendorName().
Method in interface org.ohio.iOhio
- Returns the name of the vendor providing this OHIO implementation.
- getVendorObject().
Method in interface org.ohio.iOhio
- Returns the Host Access Class Library (HACL) specific implementation of this
object.
- getVendorProductVersion().
Method in interface org.ohio.iOhio
- Returns the vendor product version that is providing the OHIO implementation.
- iOhioPosition().
Constructor for class org.ohio.iOhioPosition
- Null constructor for iOhioPosition.
- iOhioPosition(int, int).
Constructor for class org.ohio.iOhioPosition
- Constructor for iOhioPosition.
- isAlphanumeric().
Method in interface org.ohio.iOhioOIA
- Indicates whether the field which contains the cursor is an alphanumeric
field.
- isConnected().
Method in interface org.ohio.iOhioSession
- Returns whether this iOhioSession object is connected to a host.
- isHidden().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field is hidden.
- isHighIntensity().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field is high-intensity.
- isModified().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field has been modified.
- isNumeric().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field is numeric-only.
- isNumeric().
Method in interface org.ohio.iOhioOIA
- Indicates whether the field which contains the cursor is a numeric-only
field.
- isPenSelectable().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field is pen-selectable.
- isProtected().
Method in interface org.ohio.iOhioField
- Indicates whether or not the field is protected.
- item(int).
Method in interface org.ohio.iOhioFields
- Returns the iOhioField object at the given index.
- item(int).
Method in interface org.ohio.iOhioSessions
- Returns the iOhioSession object at the given index.
- item(String).
Method in interface org.ohio.iOhioSessions
- Returns the iOhioSession object with the given sessionName.
- OHIO_COLOR_BLACK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates black
- OHIO_COLOR_BLUE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates blue
- OHIO_COLOR_CYAN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates cyan
- OHIO_COLOR_GREEN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates green
- OHIO_COLOR_MAGENTA.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates magenta
- OHIO_COLOR_RED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates red
- OHIO_COLOR_WHITE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates white
- OHIO_COLOR_YELLOW.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_COLOR enum: indicates yellow
- OHIO_DIRECTION_BACKWARD.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_DIRECTION enum: indicates Backward (end towards beginning)
- OHIO_DIRECTION_FORWARD.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_DIRECTION enum: indicates Forward (beginning towards end)
- OHIO_EXTENDED_COLOR.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates color bits
- OHIO_EXTENDED_COLOR_BLUE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates blue
- OHIO_EXTENDED_COLOR_DEFAULT.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates default color
- OHIO_EXTENDED_COLOR_GREEN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates green
- OHIO_EXTENDED_COLOR_PINK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates pink
- OHIO_EXTENDED_COLOR_RED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates red
- OHIO_EXTENDED_COLOR_TURQUOISE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates turquoise
- OHIO_EXTENDED_COLOR_WHITE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates white
- OHIO_EXTENDED_COLOR_YELLOW.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates yellow
- OHIO_EXTENDED_HILITE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates highlighting bits
- OHIO_EXTENDED_HILITE_BLINK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates blinking highlighting
- OHIO_EXTENDED_HILITE_NORMAL.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates normal highlighting
- OHIO_EXTENDED_HILITE_REVERSEVIDEO.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates reverse video highlighting
- OHIO_EXTENDED_HILITE_UNDERSCORE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates underscore highlighting
- OHIO_EXTENDED_RESERVED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_EXTENDED enum: indicates reserved bits
- OHIO_FIELD_ATTRIBUTE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates field attribute flags
- OHIO_FIELD_HIDDEN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates hidden field
- OHIO_FIELD_HIGH_INTENSITY.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates high intensity field
- OHIO_FIELD_MODIFIED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates modified field
- OHIO_FIELD_NUMERIC.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates numeric field
- OHIO_FIELD_PEN_SELECTABLE.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates pen selectable field
- OHIO_FIELD_PROTECTED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates protected field
- OHIO_FIELD_RESERVED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_FIELD enum: indicates reserved
- OHIO_INPUTINHIBITED_COMMCHECK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input inhibited by communication check state
- OHIO_INPUTINHIBITED_MACHINECHECK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input inhibited by machine check state
- OHIO_INPUTINHIBITED_NOTINHIBITED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input not inhibited
- OHIO_INPUTINHIBITED_OTHER.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input inhibited by other state
- OHIO_INPUTINHIBITED_PROGCHECK.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input inhibited by program check state
- OHIO_INPUTINHIBITED_SYSTEM_WAIT.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_INPUTINHIBITED enum: input inhibited by system wait state
- OHIO_OWNER_APP.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates application or 5250 owner
- OHIO_OWNER_MYJOB.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates 3270 - Myjob owner
- OHIO_OWNER_NVT.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates 3270 - NVT owner
- OHIO_OWNER_SSCP.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates 3270 - SSCP owner
- OHIO_OWNER_UNKNOWN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates unknown owner
- OHIO_OWNER_UNOWNED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_OWNER enum: indicates 3270 - unowned
- OHIO_PLANE_COLOR.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_PLANE enum: indicates color plane
- OHIO_PLANE_EXTENDED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_PLANE enum: indicates extended attribute plane
- OHIO_PLANE_FIELD.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_PLANE enum: indicates field plane
- OHIO_PLANE_TEXT.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_PLANE enum: indicates text plane
- OHIO_STATE_CONNECTED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_STATE enum: indicates host is connected.
- OHIO_STATE_DISCONNECTED.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_STATE enum: indicates host is disconnected.
- OHIO_TYPE_3270.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_TYPE enum: indicates 3270
- OHIO_TYPE_5250.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_TYPE enum: indicates 5250
- OHIO_TYPE_UNKNOWN.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_TYPE enum: indicates unknown type
- OHIO_UPDATE_CLIENT.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_UPDATE enum: indicates client generated update
- OHIO_UPDATE_HOST.
Static variable in interface org.ohio.iOhio
- Part of the OHIO_UPDATE enum: indicates host generated update
- onOIAChanged().
Method in interface org.ohio.iOhioOIAListener
- This method will be called when an iOhioOIA event is generated.
- onScreenChanged(int, iOhioPosition, iOhioPosition).
Method in interface org.ohio.iOhioScreenListener
- This method will be called when an iOhioScreen event is generated.
- onSessionChanged(int).
Method in interface org.ohio.iOhioSessionListener
- This method will be called when an iOhioSession event is generated.
- openSession(String, String).
Method in interface org.ohio.iOhioManager
- Returns an iOhioSession object based on the parameters
provided.
- refresh().
Method in interface org.ohio.iOhioFields
- Updates the collection of iOhioField objects.
- refresh().
Method in interface org.ohio.iOhioSessions
- Updates the collection of iOhioSession objects.
- removeOIAListener(iOhioOIAListener).
Method in interface org.ohio.iOhioOIA
- Unregisters a listener object for events dispatched by this iOhioOIA
object.
- removeScreenListener(iOhioScreenListener).
Method in interface org.ohio.iOhioScreen
- Unregisters a listener object for events dispatched by this iOhioScreen
object.
- removeSessionListener(iOhioSessionListener).
Method in interface org.ohio.iOhioSession
- Unregisters a listener object for events dispatched by this iOhioSession
object.
- sendAid(int).
Method in interface org.ohio.iOhioScreen
- The sendAid method sends an "aid" keystroke to the virtual screen.
- sendKeys(String, iOhioPosition).
Method in interface org.ohio.iOhioScreen
- The sendKeys method sends a string of keys to the virtual screen.
- setColumn(int).
Method in class org.ohio.iOhioPosition
- Sets the column coordinate.
- setCursor(iOhioPosition).
Method in interface org.ohio.iOhioScreen
- Sets the location of the cursor in the presentation space.
- setRow(int).
Method in class org.ohio.iOhioPosition
- Sets the row coordinate.
- setString(String).
Method in interface org.ohio.iOhioField
- Sets the field's text plane to the specified string.
- setString(String, iOhioPosition).
Method in interface org.ohio.iOhioScreen
- The setString method sends a string to the virtual screen at the
specified location.