A B C D E F G H I K M N O P R S T W

A

AccessibleTerminalAreaState - class com.sun.emp.pathway.bean.AccessibleTerminalAreaState.
The custom states for accessible fields.
AccessibleTerminalState - class com.sun.emp.pathway.bean.AccessibleTerminalState.
The custom states for the accessible terminal.
addHighlightArea(int, int, Color) - Method in class com.sun.emp.pathway.bean.Terminal
Adds an area of the 3270 display to be highlighted in the given color.
addHighlightAreas(int[], int[], Color[]) - Method in class com.sun.emp.pathway.bean.Terminal
Adds multiple areas of the 3270 display to be highlighted in the given colors.
addNotify() - Method in class com.sun.emp.pathway.bean.Terminal
 
addTerminalListener(TerminalListener) - Method in class com.sun.emp.pathway.bean.Terminal
Adds a listener for Terminal events.

B

backspace() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Backspace key on a 3270 keyboard.
backtab() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Backtab key on a 3270 keyboard.

C

CODEPAGE_IBM037 - Static variable in class com.sun.emp.pathway.bean.Terminal
US English, Portuguese, Canadian French
CODEPAGE_IBM1025 - Static variable in class com.sun.emp.pathway.bean.Terminal
Bulgarian, Macedonian, Serbian Cyrillic, Russian
CODEPAGE_IBM1026 - Static variable in class com.sun.emp.pathway.bean.Terminal
Turkish
CODEPAGE_IBM1047 - Static variable in class com.sun.emp.pathway.bean.Terminal
Open Edition
CODEPAGE_IBM1140 - Static variable in class com.sun.emp.pathway.bean.Terminal
US English - Euro
CODEPAGE_IBM1141 - Static variable in class com.sun.emp.pathway.bean.Terminal
German - Euro
CODEPAGE_IBM1142 - Static variable in class com.sun.emp.pathway.bean.Terminal
Danish, Norwegian - Euro
CODEPAGE_IBM1143 - Static variable in class com.sun.emp.pathway.bean.Terminal
Finnish, Swedish - Euro
CODEPAGE_IBM1144 - Static variable in class com.sun.emp.pathway.bean.Terminal
Italian - Euro
CODEPAGE_IBM1145 - Static variable in class com.sun.emp.pathway.bean.Terminal
Spanish - Euro
CODEPAGE_IBM1146 - Static variable in class com.sun.emp.pathway.bean.Terminal
UK English - Euro
CODEPAGE_IBM1147 - Static variable in class com.sun.emp.pathway.bean.Terminal
French - Euro
CODEPAGE_IBM1148 - Static variable in class com.sun.emp.pathway.bean.Terminal
Multilingual - Euro
CODEPAGE_IBM1149 - Static variable in class com.sun.emp.pathway.bean.Terminal
Icelandic - Euro
CODEPAGE_IBM273 - Static variable in class com.sun.emp.pathway.bean.Terminal
German
CODEPAGE_IBM277 - Static variable in class com.sun.emp.pathway.bean.Terminal
Danish, Norwegian
CODEPAGE_IBM278 - Static variable in class com.sun.emp.pathway.bean.Terminal
Finnish, Swedish
CODEPAGE_IBM280 - Static variable in class com.sun.emp.pathway.bean.Terminal
Italian
CODEPAGE_IBM284 - Static variable in class com.sun.emp.pathway.bean.Terminal
Spanish
CODEPAGE_IBM285 - Static variable in class com.sun.emp.pathway.bean.Terminal
UK English
CODEPAGE_IBM297 - Static variable in class com.sun.emp.pathway.bean.Terminal
French
CODEPAGE_IBM500 - Static variable in class com.sun.emp.pathway.bean.Terminal
Belgian, Swiss German
CODEPAGE_IBM870 - Static variable in class com.sun.emp.pathway.bean.Terminal
Hungarian, Polish, Romanian, etc.
CODEPAGE_IBM875 - Static variable in class com.sun.emp.pathway.bean.Terminal
Greek
CODEPAGE_IBM930 - Static variable in class com.sun.emp.pathway.bean.Terminal
Japanese DBCS
CODEPAGE_IBM933 - Static variable in class com.sun.emp.pathway.bean.Terminal
Korean DBCS
CODEPAGE_IBM935 - Static variable in class com.sun.emp.pathway.bean.Terminal
Simplified Chinese DBCS
CODEPAGE_IBM937 - Static variable in class com.sun.emp.pathway.bean.Terminal
Traditional Chinese DBCS
CODEPAGE_IBM939 - Static variable in class com.sun.emp.pathway.bean.Terminal
Japanese DBCS
COLOR_BLACK - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_BLUE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_DEEP_BLUE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_DEFAULT - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_GREEN - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_GREY - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_NEUTRAL_0 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_NEUTRAL_1 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_ORANGE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_PALE_GREEN - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_PALE_TURQUOISE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_PINK - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_PURPLE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_RED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_TURQUOISE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_WHITE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
COLOR_YELLOW - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CONNECTION_STATE_CONNECTED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CONNECTION_STATE_CONNECTING - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CONNECTION_STATE_DISCONNECTED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CONNECTION_STATE_DISCONNECTING - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CURSOR_BLOCK - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CURSOR_INVERSE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CURSOR_SIDELINE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
CURSOR_UNDERLINE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
columnFromOffset(int) - Method in class com.sun.emp.pathway.bean.Terminal
Gets the column number from a given offset.
com.sun.emp.pathway.bean - package com.sun.emp.pathway.bean
APIs for interacting with 3270 Hosts via TN3270.
connect() - Method in class com.sun.emp.pathway.bean.Terminal
Attempts to establish a connection to the specified host system.
containsCursor() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if this field contain the cursor of the Terminal.
cursorDown() - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor one character position down.
cursorLeft() - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor one character position to the left.
cursorRight() - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor one character position to the right.
cursorUp() - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor one character position up.

D

DBCS - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
Indicates that the field is DBCS and only DBCS characters may be inputted.
DISCONNECTED - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalState
Indicates that the terminal is in not in a connected state.
DISC_REASON_DEVICE_IN_USE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_DROPPED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_INV_DEVICE_TYPE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_INV_NAME - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_NEVER_CONNECTED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_NO_CONNECTION_ESTABLISHED - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_SECURITY_FAILURE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_STOPPED_BY_USER - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_TIMED_OUT - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_TYPE_NAME_ERROR - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_UNKNOWN_ERROR - Static variable in class com.sun.emp.pathway.bean.Terminal
 
DISC_REASON_UNSUPPORTED_REQ - Static variable in class com.sun.emp.pathway.bean.Terminal
 
delete() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Delete key on a 3270 keyboard.
disconnect() - Method in class com.sun.emp.pathway.bean.Terminal
Disconnects from the currently connected system.
disconnect(String) - Method in class com.sun.emp.pathway.bean.Terminal
Disconnects from the currently connected system.
dispose() - Method in class com.sun.emp.pathway.bean.Terminal
Disposes of the Terminal and releases any resources that it is using.
dump(PrintWriter) - Method in class com.sun.emp.pathway.bean.Terminal
Performs a diagnostic dump of the state of the Terminal.
dump(OutputStream) - Method in class com.sun.emp.pathway.bean.Terminal
Performs a diagnostic dump of the state of the Terminal.

E

equals(Object) - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if this TerminalField object is equal to the specified object.
eraseEndOfField() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the EOF key on a 3270 keyboard.
eraseInput() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Erase Input key on a 3270 keyboard.

F

findField(int) - Method in class com.sun.emp.pathway.bean.Terminal
Gets the field that contains the given offset.

G

getAccessibleContext() - Method in class com.sun.emp.pathway.bean.Terminal
 
getAccessibleContext() - Method in class com.sun.emp.pathway.bean.TerminalField
 
getBackground() - Method in class com.sun.emp.pathway.bean.Terminal
 
getBoundary() - Method in class com.sun.emp.pathway.bean.Terminal
Gets an Insets object representing the 'freespace' around the Terminal.
getCharAttributes() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the extended attributes.
getCharColors() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the extended colors.
getCharSet() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines the character set of the field.
getCharSetBuffer() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a copy of the charset buffer.
getColor() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines the 3270 color of the field.
getColorBuffer() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a copy of the color buffer.
getColumn() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the column of the start of the field.
getColumnWidth() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the width of a single column of the Terminal in pixels.
getColumns() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the number of columns of the Terminal.
getConnectionState() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the connection state of the Terminal.
getCopyrightString() - Method in class com.sun.emp.pathway.bean.Terminal
Obtains the Sun Microsystems copyright string.
getCursorColumn() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the column number of the Terminal containing the cursor.
getCursorOffset() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the offset of the cursor in the current 3270 buffer.
getCursorRow() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the row number of the Terminal containing the cursor.
getData() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets a copy of the data associated with this field.
getDataLength() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the length of the data in the field.
getDisplayBuffer() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a copy of the display buffer.
getDisplaySize() - Method in class com.sun.emp.pathway.bean.Terminal
 
getExtendedAttributeBuffer() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a copy of the extended attribute buffer.
getExtendedColors() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the extended color map.
getExtendedColors(int) - Method in class com.sun.emp.pathway.bean.Terminal
Gets a single extended color map entry.
getFields() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a Vector that contains representations of the fields.
getFirstCharOffset() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the offset of the first character in the field (as opposed to the attribute byte).
getFont() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the font of the Terminal.
getForceEWA() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether all datastreams that come in are be treated as if they are for the alternate screen size.
getHostCodepage() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the EBCDIC codepage used for conversion of characters to and from the 3270 host system.
getID() - Method in class com.sun.emp.pathway.bean.TerminalEvent
 
getIdentifierString() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a textual indicator of the version and build level of this Bean.
getInsertCursorColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color of the insert cursor.
getInsertCursorStyle() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the style of the insert cursor.
getLastCharOffset() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the offset of the last character in the field (as opposed to the attribute byte).
getLastDisconnectionReason() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the reason for the last disconnection of the Terminal as an int.
getLastDisconnectionString() - Method in class com.sun.emp.pathway.bean.Terminal
Gets a textual representation of the reason for the last disconnection of the Terminal.
getLength() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the field length.
getListeners(Class) - Method in class com.sun.emp.pathway.bean.Terminal
 
getMaximumColumns() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the maximum number of columns of the Terminal.
getMaximumDisplaySize() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the maximum display size of the Terminal in characters.
getMaximumRows() - Method in class com.sun.emp.pathway.bean.Terminal
 
getMinimumSize() - Method in class com.sun.emp.pathway.bean.Terminal
 
getModel() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the model of the Terminal
getNetname() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the netname used for the current 3270 session.
getNetworkInactivityTimeout() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the network inactivity timeout for the remote connection.
getNumericInputValidation() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether validation is performed of characters typed into numeric fields.
getOffset() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the field offset.
getOutlineFlags() - Method in class com.sun.emp.pathway.bean.TerminalField
Returns which edges are outlined on this field.
getOvertypeCursorColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color of the overtype cursor.
getOvertypeCursorStyle() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the style of the overtype cursor.
getPreferredNetname() - Method in class com.sun.emp.pathway.bean.Terminal
When connecting to a TN3270E server, it is possible to specify a netname that a Terminal wishes to connect as.
getPreferredSize() - Method in class com.sun.emp.pathway.bean.Terminal
 
getPrintStyle() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the style of printing.
getPrintable() - Method in class com.sun.emp.pathway.bean.Terminal
Obtains a Printable that will render the
 
getProtectedIntenseColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color in which to render the text in protected intense fields.
getProtectedNormalColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color in which to render the text in protected normal fields.
getReadableString(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Gets a portion of the screen as a human readable string.
getRow() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets the row of the start of the field.
getRowHeight() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the height of a single row of the Terminal in pixels.
getRows() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the number of rows of the Terminal.
getSOSIDisplayStyle() - Method in class com.sun.emp.pathway.bean.Terminal
Determine the current display style for SO and SI characters
getStatusBarBackground() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the background color of the status bar.
getStatusBarForeground() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the foreground color of the status bar.
getTN3270Host() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the TN3270 host.
getTN3270Port() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the TN3270 port.
getTerminalListeners() - Method in class com.sun.emp.pathway.bean.Terminal
Gets all of the registered TerminalListeners.
getTerminalMode() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the current Terminal mode.
getText() - Method in class com.sun.emp.pathway.bean.TerminalField
Gets a textual representation of the data in the field.
getUnprotectedIntenseColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color in which to render the text in unprotected intense fields.
getUnprotectedNormalColor() - Method in class com.sun.emp.pathway.bean.Terminal
Gets the color in which to render the text in unprotected normal fields.

H

HOST_CHANGED_SCREEN - Static variable in class com.sun.emp.pathway.bean.TerminalEvent
 
hashCode() - Method in class com.sun.emp.pathway.bean.TerminalField
 
home() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Home key on a 3270 keyboard.
hostChangedScreen(TerminalEvent) - Method in interface com.sun.emp.pathway.bean.TerminalListener
Invoked when a datastream from the host has modified the contents of the Terminal.
hostUnlockedKeyboard() - Method in class com.sun.emp.pathway.bean.TerminalEvent
Returns true for a HOST_CHANGED_SCREEN event, where the keyboard lock state changed from locked to unlocked.

I

INTENSE - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
Indicates that the field is intense.
isAskip() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is auto-skip.
isAutoFontResizingEnabled() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether automatic font resizing is enabled.
isCapturingData() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is to capture histories of data for use in dumping at a future time.
isCharFlashing(int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character at the given offset is flashing.
isCharFlashing(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character is flashing.
isCharReversed(int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character at the given offset is reversed.
isCharReversed(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character is reversed.
isCharUnderlined(int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character at the given offset is underlined.
isCharUnderlined(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the character is underlined.
isConnected() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is in a connected state.
isConnecting() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is in a connecting state.
isCursorSelectCapable() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is cursor select capable.
isDisconnected() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is in a disconnected state.
isDisconnecting() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is in a disconnecting state.
isFormatted() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal display is formatted.
isInsertCursorFlashing() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether the insert cursor should flash or not.
isInserting() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if insert mode is operational.
isIntense() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is intense.
isKeyboardInitiallyUnlocked() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether to unlock the keyboard on receiving the first datastream from the host.
isKeyboardLocked() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the keyboard is locked.
isModified() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field has the MDT set.
isNumeric() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is Numeric.
isOutlinedBottom() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is outlined on the bottom.
isOutlinedLeft() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is outlined on the left.
isOutlinedRight() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is outlined on the right.
isOutlinedTop() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is outlined on the top.
isOvertypeCursorFlashing() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether the overtype cursor should flash or not.
isProtected() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is protected.
isSOSI() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field allows the user to enter SOSI data.
isSatisfied(Terminal) - Method in interface com.sun.emp.pathway.bean.TerminalCondition
Determines if this condition is satisfied.
isStatusBarShowing() - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether the visible Terminal should have a status bar on it.
isSysreqAllowed() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the use of the pressSysreq() method is allowed.
isTN3270EAllowed() - Method in class com.sun.emp.pathway.bean.Terminal
Determines if the Terminal is to use the TN3270E protocol (as defined in RFC 1647 and RFC 2355).
isVisible() - Method in class com.sun.emp.pathway.bean.TerminalField
Determines if the field is visible.

K

KEYBOARD_LOCKED - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalState
Indicates that the keyboard is locked and will not accept input.

M

MODEL_3278_2 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_2_E - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_3 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_3_E - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_4 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_4_E - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_5 - Static variable in class com.sun.emp.pathway.bean.Terminal
 
MODEL_3278_5_E - Static variable in class com.sun.emp.pathway.bean.Terminal
 
moveCursorToOffset(int) - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor to the specified offset on the Terminal.
moveCursorToRowColumn(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Moves the cursor to the specified row and column on the Terminal.

N

NUMERIC - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
Indicates that the field is numeric and will only accept numerics as input.
newline() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Newline key on a 3270 keyboard.

O

OUTLINE_BOTTOM - Static variable in class com.sun.emp.pathway.bean.TerminalField
 
OUTLINE_LEFT - Static variable in class com.sun.emp.pathway.bean.TerminalField
 
OUTLINE_NONE - Static variable in class com.sun.emp.pathway.bean.TerminalField
 
OUTLINE_RIGHT - Static variable in class com.sun.emp.pathway.bean.TerminalField
 
OUTLINE_TOP - Static variable in class com.sun.emp.pathway.bean.TerminalField
 
offsetFromPoint(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Returns the offset value given x and y pixel position.
offsetFromPoint(Point) - Method in class com.sun.emp.pathway.bean.Terminal
Returns the offset value given a Point.
offsetFromRowColumn(int, int) - Method in class com.sun.emp.pathway.bean.Terminal
Returns the offset value given a row, column pair.

P

PRINTSTYLE_BLACK_ON_WHITE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
PRINTSTYLE_COLOR_ON_WHITE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
PRINTSTYLE_NORMAL - Static variable in class com.sun.emp.pathway.bean.Terminal
 
PRINTSTYLE_WHITE_ON_BLACK - Static variable in class com.sun.emp.pathway.bean.Terminal
 
PROTECTED - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
Indicates that the field is protected and will not accept input.
pressATTN() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the ATTN key.
pressClear() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Clear key on a 3270 keyboard.
pressCursorSelect() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Cursor Select key on a 3270 keyboard.
pressDUP() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the DUP key on a 3270 keyboard.
pressEnter() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Enter key on a 3270 keyboard.
pressFieldMark() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Field Mark key on a 3270 keyboard.
pressInsert() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Insert key on a 3270 keyboard.
pressPA(int) - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the specified PA key on a 3270 keyboard.
pressPF(int) - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the specified PF key on a 3270 keyboard.
pressReset() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Reset key on a 3270 keyboard.
pressSysreq() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the SYSREQ key.

R

removeAllHighlightAreas() - Method in class com.sun.emp.pathway.bean.Terminal
Removes all the highlighted areas from the screen.
removeNotify() - Method in class com.sun.emp.pathway.bean.Terminal
 
removeTerminalListener(TerminalListener) - Method in class com.sun.emp.pathway.bean.Terminal
Removes a listener for Terminal events.
rowFromOffset(int) - Method in class com.sun.emp.pathway.bean.Terminal
Gets the row number from a given offset.

S

SOSI - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
Indicates that the field is SOSI and a combination of SBCS and DBCS characters may be inputted.
SOSI_DISPLAY_STYLE_ARROWS - Static variable in class com.sun.emp.pathway.bean.Terminal
 
SOSI_DISPLAY_STYLE_BLANKS - Static variable in class com.sun.emp.pathway.bean.Terminal
 
SOSI_DISPLAY_STYLE_LTGT - Static variable in class com.sun.emp.pathway.bean.Terminal
 
setAutoFontResizingEnabled(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets whether the font should automatically resize if the Terminal is resized.
setBackground(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the Terminal background color to the specified color.
setBounds(int, int, int, int) - Method in class com.sun.emp.pathway.bean.Terminal
 
setCapturingData(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Defines if the Terminal is to capture histories of data for use in dumping at a future time.
setData(char[]) - Method in class com.sun.emp.pathway.bean.TerminalField
Sets the data in the field to the data provided.
setDebugDestination(PrintWriter) - Method in class com.sun.emp.pathway.bean.Terminal
Defines the destination for debug information.
setEnabled(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
 
setExtendedColors(Color[]) - Method in class com.sun.emp.pathway.bean.Terminal
Sets a the colors in the color map for the colors as defined by the extended attributes on the screen.
setExtendedColors(int, Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets a single color in the color map for the colors as defined by the extended attributes on the screen.
setFont(Font) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the font used to render the Terminal.
setForceEWA(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets whether all datastreams that come in should be treated as if they are for the alternate screen size.
setForceInitialEW(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
This method causes a datastream to be generated internally that clears the screen and frees the keyboard.
setHostCodepage(String) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the EBCDIC codepage to use for conversion of characters to and from the 3270 host system.
setInsertCursorColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color of the insert cursor.
setInsertCursorFlashing(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets whether the insert cursor should flash or not.
setInsertCursorStyle(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the style of the insert cursor.
setInserting(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the insert mode.
setKeyboardInitiallyUnlocked(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Determines whether to unlock the keyboard on receiving the first datastream from the host.
setLocale(Locale) - Method in class com.sun.emp.pathway.bean.Terminal
 
setModel(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the model to the specified value.
setNetworkInactivityTimeout(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the network inactivity timeout for the remote connection.
setNumericInputValidation(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Controls whether validation is performed of characters typed into numeric fields.
setOvertypeCursorColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color of the overtype cursor.
setOvertypeCursorFlashing(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets whether the overtype cursor should flash or not.
setOvertypeCursorStyle(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the style of the overtype cursor.
setPreferredNetname(String) - Method in class com.sun.emp.pathway.bean.Terminal
When connecting to a TN3270E server, it is possible to specify a netname that a Terminal wishes to connect as.
setPrintStyle(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the style of printing to be used.
setProtectedIntenseColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color in which to render the text in protected intense fields.
setProtectedNormalColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color in which to render the text in protected normal fields.
setSOSIDisplayStyle(int) - Method in class com.sun.emp.pathway.bean.Terminal
Define how the DBCS SO and SI characters are to be displayed.
setStatusBarBackground(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the background color of the status bar.
setStatusBarForeground(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the foreground color of the status bar.
setStatusBarShowing(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Sets whether the visible Terminal should have a status bar on it.
setTN3270EAllowed(boolean) - Method in class com.sun.emp.pathway.bean.Terminal
Allows the Terminal to use the TN3270E protocol (as defined in RFC 1647 and RFC 2355).
setTN3270Host(String) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the name of the TN3270 host with which to communicate.
setTN3270Port(int) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the port number on which the TN3270 server is listening.
setText(String) - Method in class com.sun.emp.pathway.bean.TerminalField
Sets the value of the field from a String.
setUnprotectedIntenseColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color in which to render the text in unprotected intense fields.
setUnprotectedNormalColor(Color) - Method in class com.sun.emp.pathway.bean.Terminal
Sets the color in which to render the text in unprotected normal fields.

T

TERMINAL_MODE_3270_NORMAL - Static variable in class com.sun.emp.pathway.bean.Terminal
 
TERMINAL_MODE_3270_SUSPEND - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalState
Indicates that the terminal is in SUSPEND mode.
TERMINAL_MODE_3270_SUSPEND - Static variable in class com.sun.emp.pathway.bean.Terminal
 
TERMINAL_MODE_NONE - Static variable in class com.sun.emp.pathway.bean.Terminal
 
TERMINAL_MODE_NVT - Static variable in class com.sun.emp.pathway.bean.AccessibleTerminalState
Indicates that the terminal is in NVT mode.
TERMINAL_MODE_NVT - Static variable in class com.sun.emp.pathway.bean.Terminal
 
Terminal - class com.sun.emp.pathway.bean.Terminal.
A 3270 terminal.
Terminal() - Constructor for class com.sun.emp.pathway.bean.Terminal
Constructs a Terminal.
Terminal(Terminal) - Constructor for class com.sun.emp.pathway.bean.Terminal
 
TerminalCondition - interface com.sun.emp.pathway.bean.TerminalCondition.
An abstract condition used in waiting for a Terminal.
TerminalConditionException - exception com.sun.emp.pathway.bean.TerminalConditionException.
An exception thrown as a result of a runtime exception being thrown by a TerminalCondition.
TerminalConditionException(Throwable) - Constructor for class com.sun.emp.pathway.bean.TerminalConditionException
Constructs a new exception with the specified cause.
TerminalEvent - class com.sun.emp.pathway.bean.TerminalEvent.
An event that encapsultes an event occuring in a Terminal that cannot easily be described as being a property change.
TerminalField - class com.sun.emp.pathway.bean.TerminalField.
A representation of a 3270 field.
TerminalListener - interface com.sun.emp.pathway.bean.TerminalListener.
An interface that should be implemented by classes wishing to listen for events of type TerminalEvent.
tab() - Method in class com.sun.emp.pathway.bean.Terminal
Simulates the pressing of the Tab key on a 3270 keyboard.
toDisplayString(Locale) - Method in class com.sun.emp.pathway.bean.AccessibleTerminalAreaState
 
toDisplayString(Locale) - Method in class com.sun.emp.pathway.bean.AccessibleTerminalState
 
toString() - Method in class com.sun.emp.pathway.bean.TerminalField
Creates a string representation of this object.
typeChar(char) - Method in class com.sun.emp.pathway.bean.Terminal
Types a character on the Terminal at the current cursor position.
typeCharNVT(char) - Method in class com.sun.emp.pathway.bean.Terminal
Types a character on the Terminal at the current cursor position.
typeString(String) - Method in class com.sun.emp.pathway.bean.Terminal
Types a set of characters on the Terminal at the current cursor position.

W

waitCondition(TerminalCondition) - Method in class com.sun.emp.pathway.bean.Terminal
Waits until the condition specified in the TerminalCondition class is met.
waitForReadableString(String, int) - Method in class com.sun.emp.pathway.bean.Terminal
Waits for the specified string to be displayed on the Terminal at the specified offset.
waitHeuristic(int) - Method in class com.sun.emp.pathway.bean.Terminal
Waits for a response from the host in a heuristic manner.
waitUntilConnected() - Method in class com.sun.emp.pathway.bean.Terminal
Waits until the Terminal is connected.
waitUntilDisconnected() - Method in class com.sun.emp.pathway.bean.Terminal
Waits until the Terminal is disconnected.
waitUntilKeyboardUnlocked() - Method in class com.sun.emp.pathway.bean.Terminal
Waits until the Terminal keyboard is unlocked.

A B C D E F G H I K M N O P R S T W