A B C D E F G H I K L M N O P Q R S T U V

A

addConfiguration(GlinkConfiguration) - Method in class no.gar.glink.api.GlinkApi
Adds the configuration to the list of available sessions.
addConfiguration(GlinkConfiguration) - Method in class no.gar.glink.api.GlinkApiDebug
 
addGlinkEventListener(GlinkEventListener) - Method in class no.gar.glink.api.GlinkApi
Specifies the listener which is to receive Glink events.
addGlinkEventListener(GlinkEventListener) - Method in class no.gar.glink.api.GlinkApiDebug
 
ALPHA_OVERIDE - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Enable alphanumeric characters for the current unprotected field
ASCII_TO_EBCDIC - Static variable in class no.gar.glink.api.GlinkApi
Specifies translation direction for translateBuffer(): ASCII to EBCDIC
ATR_BLINK - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_ALPHABETIC - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_ATTRIBUTE - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_DIGITAL - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_IBM_PEN - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_MUST_ENTER - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_MUST_FILL - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_NUMERIC - Static variable in class no.gar.glink.api.GlinkField
 
ATR_FIELD_RIGHT_JUSTIFY - Static variable in class no.gar.glink.api.GlinkField
 
ATR_HIDDEN - Static variable in class no.gar.glink.api.GlinkField
 
ATR_INVERSE - Static variable in class no.gar.glink.api.GlinkField
 
ATR_UNDERLINE - Static variable in class no.gar.glink.api.GlinkField
 
ATR_UNPROTECTED - Static variable in class no.gar.glink.api.GlinkField
 

B

BACK_TAB - Static variable in class no.gar.glink.api.GlinkKey
Tab to previous variable field
BACKSPACE - Static variable in class no.gar.glink.api.GlinkKey
Delete the character at the previous position if the cursor is placed in an unprotected field
BREAK - Static variable in class no.gar.glink.api.GlinkKey
Break/Attention

C

CLEAR - Static variable in class no.gar.glink.api.GlinkKey
Clear the screen and remove the fields defined
COMMAND_KEY_TYPED - Static variable in class no.gar.glink.api.GlinkEvent
A command key has been typed.
configBase(String) - Method in class no.gar.glink.api.GlinkApi
Sets the Glink configuration directory when running without a Glink Config Server.
configLanguage(String) - Method in class no.gar.glink.api.GlinkApi
Specifies the language file to use for fixed texts.
configServer(String) - Method in class no.gar.glink.api.GlinkApi
Specifies the IP address or host name of the computer where the Glink server is installed and running.
connect() - Method in class no.gar.glink.api.GlinkApi
Connects to the session specified with the sessionName() method.
connect() - Method in class no.gar.glink.api.GlinkApiDebug
 
CONNECTED - Static variable in class no.gar.glink.api.GlinkEvent
 
createApi(boolean) - Static method in class no.gar.glink.api.GlinkApi
Create a regular or debug enabled GlinkApi object.
createApi(Applet, boolean) - Static method in class no.gar.glink.api.GlinkApi
Create a regular or debug enabled GlinkApi object from an Applet.
createApi(GlinkApi, boolean) - Static method in class no.gar.glink.api.GlinkApi
Create a regular or debug enabled GlinkApi object from another GlinkApi object.
CURSOR_SELECT - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Cursor select

D

DATA_BLOCK - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that a data block has been received.
debugStart(PrintWriter) - Method in class no.gar.glink.api.GlinkApi
Start or restart Glink debugging, send output to a stream.
debugStart(PrintWriter) - Method in class no.gar.glink.api.GlinkApiDebug
 
debugStop() - Method in class no.gar.glink.api.GlinkApi
Stop Glink debugging.
debugStop() - Method in class no.gar.glink.api.GlinkApiDebug
 
DELETE - Static variable in class no.gar.glink.api.GlinkKey
Delete the character at the cursor position if the cursor is placed in an unprotected field
disconnect() - Method in class no.gar.glink.api.GlinkApi
Disconnects the current session.
disconnect() - Method in class no.gar.glink.api.GlinkApiDebug
 
DISCONNECT - Static variable in class no.gar.glink.api.GlinkKey
Disconnect
DISCONNECTED - Static variable in class no.gar.glink.api.GlinkEvent
 
DOWN - Static variable in class no.gar.glink.api.GlinkKey
Cursor down
DUP - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Set duplicate operation for the rest of the field and do a TAB key operation

E

EBCDIC_TO_ASCII - Static variable in class no.gar.glink.api.GlinkApi
Specifies translation direction for translateBuffer(): EBCDIC to ASCII
emulate(String) - Method in class no.gar.glink.api.GlinkApi
This method emulates a string locally.
emulate(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
EMULATION_3270 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_5250 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_ANSI - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_DKU - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_DKU7102 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_MINITEL - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_TTY - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_VIEWDATA - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_VIP7700 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_VIP7801 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_VIP7804 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
EMULATION_VT - Static variable in class no.gar.glink.api.GlinkConfiguration
 
END - Static variable in class no.gar.glink.api.GlinkKey
Move the cursor to the position following the last none space character in the variable field
ENTER - Static variable in class no.gar.glink.api.GlinkKey
Transmit to host if the keyboard option "Enter sends Transmit" is configured, otherwise a new line is performed
EOL - Static variable in class no.gar.glink.api.GlinkKey
Erase to end of field or end of line
EOP - Static variable in class no.gar.glink.api.GlinkKey
Erase all unproteced fields
ERROR_DETECTED - Static variable in class no.gar.glink.api.GlinkEvent
The getValue method returns the error code.

F

F1 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 1
F10 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 10
F11 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 11
F12 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 12
F2 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 2
F3 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 3
F4 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 4
F5 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 5
F6 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 6
F7 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 7
F8 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 8
F9 - Static variable in class no.gar.glink.api.GlinkKey
Program function key 9
FIELD_MARK - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Set a field mark character to inform the application of the end of the field for an unformatted screen
fieldRead(int) - Method in class no.gar.glink.api.GlinkApi
Returns the data for the given variable field.
fieldRead(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
fileBase(String) - Method in class no.gar.glink.api.GlinkApi
Sets the Glink file base directory.
findByPosition(Point) - Method in class no.gar.glink.api.GlinkFields
Searches the collection for the target position and returns the GlinkField object containing that position.
findByString(String, Point, int, int, boolean) - Method in class no.gar.glink.api.GlinkFields
Searches the collection for the string and returns the GlinkField object containing that string.
findString(String, Point, int, int, boolean) - Method in class no.gar.glink.api.GlinkApi
Searches the text plane for the given string.
findString(String, Point, int, int, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
flushGlinkEvents() - Method in class no.gar.glink.api.GlinkApi
Flushes the GlinkEvent queue.
flushGlinkEvents() - Method in class no.gar.glink.api.GlinkApiDebug
 

G

getAttribute() - Method in class no.gar.glink.api.GlinkField
Returns the the attribute for the field.
getAttributes(Point, int) - Method in class no.gar.glink.api.GlinkApi
Returns the attributes for the target area
getAttributes(Point, Point) - Method in class no.gar.glink.api.GlinkApi
Returns the attributes for the target area
getAttributes(Point, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
getAttributes(Point, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
getAttributes() - Method in class no.gar.glink.api.GlinkField
Returns an attribute array for the characters in the field.
getAvailableSessions() - Method in class no.gar.glink.api.GlinkApi
Returns the sessions configured.
getAvailableSessions() - Method in class no.gar.glink.api.GlinkApiDebug
 
getBackgroundColor(int) - Method in class no.gar.glink.api.GlinkApi
Returns the RGB value for the given field or character attribute.
getBackgroundColor(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
getColumns() - Method in class no.gar.glink.api.GlinkApi
Returns the number of columns in the presentation space.
getColumns() - Method in class no.gar.glink.api.GlinkApiDebug
 
getCommunicationProtocol() - Method in class no.gar.glink.api.GlinkApi
Returns the current communication protocol.
getCommunicationProtocol() - Method in class no.gar.glink.api.GlinkApiDebug
 
getConfigParameter(String) - Method in class no.gar.glink.api.GlinkApi
Returns the value as a string for the specified parameter name.
getConfigParameter(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
getCount() - Method in class no.gar.glink.api.GlinkFields
Returns the number of GlinkField objects contained in the current form.
getCursor() - Method in class no.gar.glink.api.GlinkApi
Returns the current cursor position.
getCursor() - Method in class no.gar.glink.api.GlinkApiDebug
 
getDataBytes(Point, int) - Method in class no.gar.glink.api.GlinkApi
Returns the screen characters (bytes) for the target area in the configured character set
getDataBytes(Point, Point) - Method in class no.gar.glink.api.GlinkApi
Returns the screen characters (bytes) for the target area in the configured character set
getDataBytes(Point, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
getDataBytes(Point, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
getDataBytes() - Method in class no.gar.glink.api.GlinkField
Returns the screen characters (bytes) for the field in the character set used internally by Glink.
getDataChars(Point, int) - Method in class no.gar.glink.api.GlinkApi
Returns the screen characters for the target area
getDataChars(Point, Point) - Method in class no.gar.glink.api.GlinkApi
Returns the screen characters for the target area
getDataChars(Point, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
getDataChars(Point, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
getDataChars() - Method in class no.gar.glink.api.GlinkField
Returns the screen characters for the field.
getDataLength(Point, Point) - Method in class no.gar.glink.api.GlinkApi
Returns the length for the target area.
getDataLength(Point, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
getDefaultColorAttribute() - Method in class no.gar.glink.api.GlinkApi
Returns the default color attribute settings.
getDefaultColorAttribute() - Method in class no.gar.glink.api.GlinkApiDebug
 
getEmulationType() - Method in class no.gar.glink.api.GlinkApi
Returns the current emulation type.
getEmulationType() - Method in class no.gar.glink.api.GlinkApiDebug
 
getEnd() - Method in class no.gar.glink.api.GlinkField
Returns the ending position of the field.
getEnd() - Method in class no.gar.glink.api.GlinkScreenArea
Returns the end posistion for screen area.
getEventCode() - Method in class no.gar.glink.api.GlinkEvent
The application should check the Glink event code to determine which Glink event did occur, for example that the Glink session was connected or disconnected.
getFieldIndex(GlinkField) - Method in class no.gar.glink.api.GlinkFields
Returns the index of a GlinkField object within the collection.
getFields() - Method in class no.gar.glink.api.GlinkApi
Returns the GlinkFields object associated with the current screen.
getFields() - Method in class no.gar.glink.api.GlinkApiDebug
 
getFieldsEx() - Method in class no.gar.glink.api.GlinkApi
Returns the GlinkFields object associated with the current screen.
getFieldsEx() - Method in class no.gar.glink.api.GlinkApiDebug
 
getForegroundColor(int) - Method in class no.gar.glink.api.GlinkApi
Returns the RGB value for the given field or character attribute.
getForegroundColor(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
getGlinkContainer() - Method in class no.gar.glink.api.GlinkApi
Returns the object that contains all the visible Glink components.
getGlinkContainer() - Method in class no.gar.glink.api.GlinkApiDebug
 
getGlinkEvent(int, long) - Method in class no.gar.glink.api.GlinkApi
Returns the first GlinkEvent available from the GlinkEvent queue.
getGlinkEvent(int, long) - Method in class no.gar.glink.api.GlinkApiDebug
 
getGlinkFrame() - Method in class no.gar.glink.api.GlinkApi
Returns the Glink frame.
getGlinkFrame() - Method in class no.gar.glink.api.GlinkApiDebug
 
getGlinkVersion() - Method in class no.gar.glink.api.GlinkApi
Returns the Glink version information as a text string.
getGlinkVersion() - Method in class no.gar.glink.api.GlinkApiDebug
 
getInteractiveComParams() - Method in class no.gar.glink.api.GlinkApi
Returns the interactive communication parameters.
getInteractiveComParams() - Method in class no.gar.glink.api.GlinkApiDebug
 
getLength() - Method in class no.gar.glink.api.GlinkField
Returns the length of the field.
getMarkedScreenArea() - Method in class no.gar.glink.api.GlinkApi
Returns a screen area object for the current screen selection.
getMarkedScreenArea() - Method in class no.gar.glink.api.GlinkApiDebug
 
getName() - Method in class no.gar.glink.api.GlinkConfiguration
Returns the name of the configuration.
getProfileName(int) - Method in class no.gar.glink.api.GlinkConfiguration
Returns the name of the profile with the given type.
getProperty(String) - Method in class no.gar.glink.api.GlinkApi
Returns the the property for the given key.
getProperty(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
getRows() - Method in class no.gar.glink.api.GlinkApi
Returns the number of rows in the presentation space.
getRows() - Method in class no.gar.glink.api.GlinkApiDebug
 
getScreenArea(Point, Point, boolean) - Method in class no.gar.glink.api.GlinkApi
Returns an object for the given screen area or null if the positions given are not within the current screen.
getScreenArea(Point, Point, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
getScreenCharacterSet() - Method in class no.gar.glink.api.GlinkApi
Returns the name of the character set configured.
getScreenCharacterSet() - Method in class no.gar.glink.api.GlinkApiDebug
 
getScreenMode() - Method in class no.gar.glink.api.GlinkApi
If the host application has used field attributes to define fields on the screen, then the current screen is formatted.
getScreenMode() - Method in class no.gar.glink.api.GlinkApiDebug
 
getSessionName() - Method in class no.gar.glink.api.GlinkApi
Returns the name of the current session
getSessionName() - Method in class no.gar.glink.api.GlinkApiDebug
 
getSource() - Method in class no.gar.glink.api.GlinkEvent
The method returns the GlinkApi object that generated the event.
getStart() - Method in class no.gar.glink.api.GlinkField
Returns the starting position of the field.
getStart() - Method in class no.gar.glink.api.GlinkScreenArea
Returns the start posistion for the screen area.
getString() - Method in class no.gar.glink.api.GlinkApi
Returns the entire text plane of the presentation space as a string.
getString(Point, Point) - Method in class no.gar.glink.api.GlinkApi
Returns the text at the given location in the presentation space as a string.
getString() - Method in class no.gar.glink.api.GlinkApiDebug
 
getString(Point, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
getString() - Method in class no.gar.glink.api.GlinkField
Returns the field text.
getString() - Method in class no.gar.glink.api.GlinkScreenArea
Returns the text string for the given screen area.
getValue() - Method in class no.gar.glink.api.GlinkEvent
Some Glink events have a value set that gives more information about the given event.
getValueText() - Method in class no.gar.glink.api.GlinkEvent
Some Glink events have additional text information about the given event.
getVariableFields() - Method in class no.gar.glink.api.GlinkApi
Returns the GlinkFields object associated with the current screen with variable fields only.
getVariableFields() - Method in class no.gar.glink.api.GlinkApiDebug
 
getVariableFieldsEx() - Method in class no.gar.glink.api.GlinkApi
Returns the GlinkFields object associated with the current screen with variable fields only.
getVariableFieldsEx() - Method in class no.gar.glink.api.GlinkApiDebug
 
GlinkApi - Class in no.gar.glink.api
This is the main class for the API interface to Glink.
GlinkApi() - Constructor for class no.gar.glink.api.GlinkApi
Constructs a new empty GlinkApi object.
GlinkApi(Applet) - Constructor for class no.gar.glink.api.GlinkApi
Constructs a new empty GlinkApi object from an applet.
GlinkApi(GlinkApi) - Constructor for class no.gar.glink.api.GlinkApi
Constructs a GlinkApi object that will inherit configuration parameters from another GlinkApi object.
GlinkApiDebug - Class in no.gar.glink.api
Debug version of GlinkApi.
GlinkApiDebug() - Constructor for class no.gar.glink.api.GlinkApiDebug
 
GlinkApiDebug(Applet) - Constructor for class no.gar.glink.api.GlinkApiDebug
 
GlinkApiDebug(GlinkApi) - Constructor for class no.gar.glink.api.GlinkApiDebug
 
GlinkConfiguration - Class in no.gar.glink.api
This class enables you to create a configuration used to set the necessary parameters for connecting to a given host application.
GlinkConfiguration(String) - Constructor for class no.gar.glink.api.GlinkConfiguration
This constructor creates a default configuration.
GlinkConfiguration(String, int, int, String) - Constructor for class no.gar.glink.api.GlinkConfiguration
This constructor creates a configuration with the given emulation and host protocol and the address to the host.
GlinkEvent - Class in no.gar.glink.api
Identifies the type of events that a GlinkEventListener may receive.
GlinkEvent(int, GlinkApi) - Constructor for class no.gar.glink.api.GlinkEvent
 
GlinkEvent(int, GlinkApi, int) - Constructor for class no.gar.glink.api.GlinkEvent
 
GlinkEvent(int, GlinkApi, int, String) - Constructor for class no.gar.glink.api.GlinkEvent
 
GlinkEventListener - Interface in no.gar.glink.api
Implement this interface to allow the class to be registered as a GlinkEventListener.
GlinkField - Class in no.gar.glink.api
A field is the fundamental element of a virtual screen.
GlinkField(Object, int, Point, Point) - Constructor for class no.gar.glink.api.GlinkField
 
GlinkFields - Class in no.gar.glink.api
GlinkFields contains a collection of the fields in the virtual screen.
GlinkFields(Object, boolean, boolean) - Constructor for class no.gar.glink.api.GlinkFields
 
GlinkKey - Class in no.gar.glink.api
Glink command keys constants.
GlinkKey() - Constructor for class no.gar.glink.api.GlinkKey
 
GlinkScreenArea - Class in no.gar.glink.api
Use GlinkScreenArea objects to facilitate screen/form identification.
GlinkScreenArea(Point, Point, boolean, String) - Constructor for class no.gar.glink.api.GlinkScreenArea
 

H

HOME - Static variable in class no.gar.glink.api.GlinkKey
Go to first variable field.
HOST_HELP - Static variable in class no.gar.glink.api.GlinkKey
5250 specific: Request host help

I

INSERT - Static variable in class no.gar.glink.api.GlinkKey
Set the emulator into insert mode
INTERACTIVE_COM_PARAMS_REQUESTED - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that the Glink communication module needs additional parameters.
isConnected() - Method in class no.gar.glink.api.GlinkApi
Returns true if Glink is connected to a session.
isHidden() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the field is hidden.
isHighIntensity() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the field is high-intensity.
isModified() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the field has been modified.
isNumeric() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the field is numeric-only.
isProtected() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the field is protected.
isRectangle() - Method in class no.gar.glink.api.GlinkScreenArea
Returns true if the object is for a rectangle area.
isScreenAreaMatch(GlinkScreenArea) - Method in class no.gar.glink.api.GlinkApi
Returns true if the supplied GlinkScreenArea object matches the current screen.
isScreenAreaMatch(GlinkScreenArea) - Method in class no.gar.glink.api.GlinkApiDebug
 
isSessionAvailable(String, Vector) - Method in class no.gar.glink.api.GlinkApi
Returns true if the given session is available.
isSessionAvailable(String, Vector) - Method in class no.gar.glink.api.GlinkApiDebug
 
isSplashScreenVisible() - Method in class no.gar.glink.api.GlinkApi
Returns true if the splash screen is visible.
isStarted() - Method in class no.gar.glink.api.GlinkApi
Returns true if Glink has started.
isTurnKnown() - Method in class no.gar.glink.api.GlinkApi
Returns true if Glink is connected to a host and the communication module in use knows about which side has the turn to send, either the host side or the Glink side.
isTurnReceived() - Method in class no.gar.glink.api.GlinkApi
Returns true if this side has the turn to send data.
isUpperCase() - Method in class no.gar.glink.api.GlinkField
Indicates whether or not the input field is uppercase only.
isVisible() - Method in class no.gar.glink.api.GlinkApi
Returns true if the Glink screen (frame) is visible.
item(int) - Method in class no.gar.glink.api.GlinkFields
Returns the GlinkField object at the given index.

K

KEY_TYPED - Static variable in class no.gar.glink.api.GlinkEvent
A key has been typed.

L

LEFT - Static variable in class no.gar.glink.api.GlinkKey
Cursor left

M

markScreenArea(Point, Point, boolean) - Method in class no.gar.glink.api.GlinkApi
This method marks the given screen area.
markScreenArea(Point, Point, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
MESSAGE_MODE_DATA - Static variable in class no.gar.glink.api.GlinkEvent
In message mode operation, notifies that data received from host is available and may be picked up with the messageModeReceive method.
messageModeBufferOverwrite(boolean) - Method in class no.gar.glink.api.GlinkApi
Specifies if the message mode receive buffer may be overwritten if the limit of the buffer is reached.
messageModeOff() - Method in class no.gar.glink.api.GlinkApi
This method turns message mode off.
messageModeOn() - Method in class no.gar.glink.api.GlinkApi
This method instructs Glink to start message mode operation.
messageModeOn(int, boolean) - Method in class no.gar.glink.api.GlinkApi
This method instructs Glink to start message mode operation.
messageModeReceive() - Method in class no.gar.glink.api.GlinkApi
This method returns the string of characters received from the host since the last time this method was called.
messageModeReceive() - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeReceiveBytes() - Method in class no.gar.glink.api.GlinkApi
This method returns the byte array received from the host since the last time this method or messageModeReceive() was called.
messageModeReceiveBytes() - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeReceiveBytesSync() - Method in class no.gar.glink.api.GlinkApi
This method waits until the turn has been received from the host and then returns the byte array of characters received, in the host native character set.
messageModeReceiveBytesSync(int) - Method in class no.gar.glink.api.GlinkApi
This method waits until the requested number of characters has been received from the host before it returns these.
messageModeReceiveBytesSync() - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeReceiveBytesSync(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeReceiveSync() - Method in class no.gar.glink.api.GlinkApi
This method waits until the turn has been received from the host and then returns the string of characters received.
messageModeReceiveSync(int) - Method in class no.gar.glink.api.GlinkApi
This method waits until the requested number of characters has been received from the host before it returns these.
messageModeReceiveSync() - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeReceiveSync(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeSend(String) - Method in class no.gar.glink.api.GlinkApi
This method bypasses the Glink emulation and sends the string directly to the host.
messageModeSend(String, boolean) - Method in class no.gar.glink.api.GlinkApi
This method bypasses the Glink emulation and sends a string directly to the host.
messageModeSend(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeSend(String, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeSendBytes(byte[], int, int) - Method in class no.gar.glink.api.GlinkApi
This method bypasses the Glink emulation and sends a byte array directly to the host.
messageModeSendBytes(byte[], int, int, boolean) - Method in class no.gar.glink.api.GlinkApi
This method bypasses the Glink emulation and sends a byte array directly to the host.
messageModeSendBytes(byte[], int, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
messageModeSendBytes(byte[], int, int, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 

N

NEW_LINE - Static variable in class no.gar.glink.api.GlinkKey
New line
no.gar.glink.api - package no.gar.glink.api
 
notifyCommandKey(int) - Method in class no.gar.glink.api.GlinkApi
Instructs Glink to fire a GlinkEvent.COMMAND_KEY_TYPED event when the given command key is typed.
notifyCommandKey(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyDataBlocks(boolean) - Method in class no.gar.glink.api.GlinkApi
Turns on of off posting of GlinkEvent.DATA_BLOCK events.
notifyDataBlocks(boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyGlinkEvent(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyGlinkEvent(int, int, String) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyKey(int) - Method in class no.gar.glink.api.GlinkApi
Instructs Glink to fire a GlinkEvent.KEY_TYPED event when the given key is typed.
notifyKey(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyScreenArea(GlinkScreenArea, int, boolean) - Method in class no.gar.glink.api.GlinkApi
Instructs Glink to fire a GlinkEvent.SCREEN_AREA_MATCH event when the given object matches the current screen.
notifyScreenArea(GlinkScreenArea, int, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
notifyString(String, boolean, int, boolean) - Method in class no.gar.glink.api.GlinkApi
Instructs Glink to fire a GlinkEvent.STRING_RECEIVED event when the given string is received from host.
notifyString(String, boolean, int, boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
noToolbar() - Method in class no.gar.glink.api.GlinkApi
This method instructs Glink to start without a toolbar and keybar.

O

onGlinkEvent(GlinkEvent) - Method in interface no.gar.glink.api.GlinkEventListener
This method will be called when a Glink event is generated.
OVERRIDE_PARAMS - Static variable in class no.gar.glink.api.GlinkConfiguration
Special GlinkConfiguration name used as a generic parameter override.

P

PA1 - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Program access key 1
PA2 - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Program access key 2
PA3 - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Program access key 3
PA4 - Static variable in class no.gar.glink.api.GlinkKey
3270 specific: Program access key 4
PGDN - Static variable in class no.gar.glink.api.GlinkKey
Page down, 5250 Roll up
PGUP - Static variable in class no.gar.glink.api.GlinkKey
Page up, 5250 Roll down
PRINT_DATA - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that print data is available.
PRINT_SCREEN - Static variable in class no.gar.glink.api.GlinkKey
Print screen
PRINT_STARTED - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that print has started but not available yet.
PROFILE_EMULATION - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROFILE_HOST - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROFILE_KEYBOARD - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROFILE_PRINTER - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROFILE_SCREEN - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROFILE_TOOLBAR - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_DSA - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_GGATE_DIWS - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_GGATE_DSA - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_GGATE_DSA_CXI - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_GTEA - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_MINITEL - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_TCP_RAW - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_TELNET - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_TELNET3270 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_TELNET5250 - Static variable in class no.gar.glink.api.GlinkConfiguration
 
PROTOCOL_TNVIP - Static variable in class no.gar.glink.api.GlinkConfiguration
 

Q

queueGlinkEvents(boolean) - Method in class no.gar.glink.api.GlinkApi
Enables or disables the queuing of GlinkEvents.
queueGlinkEvents(boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 

R

refresh() - Method in class no.gar.glink.api.GlinkFields
Updates the collection of GlinkField objects.
removeConfiguration(GlinkConfiguration) - Method in class no.gar.glink.api.GlinkApi
Removes the configuration previously set with the addConfiguration method.
removeConfiguration(GlinkConfiguration) - Method in class no.gar.glink.api.GlinkApiDebug
 
removeGlinkEventListener(GlinkEventListener) - Method in class no.gar.glink.api.GlinkApi
Removes the specified listener set with the addGlinkEventListener method.
removeGlinkEventListener(GlinkEventListener) - Method in class no.gar.glink.api.GlinkApiDebug
 
removeNotifyCommandKey(int) - Method in class no.gar.glink.api.GlinkApi
Removes the notification for the command key previously set with the notifyCommandKey method.
removeNotifyCommandKey(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
removeNotifyKey(int) - Method in class no.gar.glink.api.GlinkApi
Removes the notification for the key previously set with the notifyKey method.
removeNotifyKey(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
removeNotifyScreenArea(int) - Method in class no.gar.glink.api.GlinkApi
Removes the GlinkScreenArea object associated with the given identity from the list of objects being checked for a match.
removeNotifyScreenArea(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
removeNotifyString(int) - Method in class no.gar.glink.api.GlinkApi
Removes the string associated with the given identity from the list of strings being checked for.
removeNotifyString(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
requestFocus() - Method in class no.gar.glink.api.GlinkApi
Requests that the Glink screen component get the input focus.
RESET_EMULATION - Static variable in class no.gar.glink.api.GlinkKey
Reset emulation
RESET_KEYBOARD - Static variable in class no.gar.glink.api.GlinkKey
3270 and 5250 specific: Reset keyboard
restoreScreenContent(String) - Method in class no.gar.glink.api.GlinkApi
Restores the screen previously saved.
restoreScreenContent(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
RIGHT - Static variable in class no.gar.glink.api.GlinkKey
Cursor right

S

saveScreenContent(String) - Method in class no.gar.glink.api.GlinkApi
Saves the current screen content to the file specified.
saveScreenContent(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
SCREEN_AREA_MATCH - Static variable in class no.gar.glink.api.GlinkEvent
The getValue method returns the GlinkScreenArea identity value.
SCREEN_FORMATTED - Static variable in class no.gar.glink.api.GlinkApi
Specifies that one or more fields are defined for the current screen.
SCREEN_UNFORMATTED - Static variable in class no.gar.glink.api.GlinkApi
Specifies that no fields are defined for the current screen.
SCREEN_UNFORMATTED_CHAR - Static variable in class no.gar.glink.api.GlinkApi
Specifies that no fields are defined for the current screen and data is sent to the host character by character and simultaneously displayed on the local screen.
scriptCommand(String) - Method in class no.gar.glink.api.GlinkApi
Activates the given script command.
scriptCommand(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
scriptFile(String) - Method in class no.gar.glink.api.GlinkApi
Activates the given script file.
scriptFile(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
scriptTerminate() - Method in class no.gar.glink.api.GlinkApi
Terminates the current script.
scriptTerminate() - Method in class no.gar.glink.api.GlinkApiDebug
 
SEARCH_BACKWARD - Static variable in class no.gar.glink.api.GlinkApi
Specifies the search direction for the findString method.
SEARCH_FORWARD - Static variable in class no.gar.glink.api.GlinkApi
Specifies the search direction for the findString method.
sendCommandKey(int) - Method in class no.gar.glink.api.GlinkApi
The sendCommandKey method sends a "command" keystroke to the virtual screen.
sendCommandKey(int) - Method in class no.gar.glink.api.GlinkApiDebug
 
sendKeys(String) - Method in class no.gar.glink.api.GlinkApi
Sends a string to the emulator starting at the current cursor location.
sendKeys(String, Point) - Method in class no.gar.glink.api.GlinkApi
Sends a string to the emulator starting at the given cursor location.
sendKeys(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
sendKeys(String, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
sendMacro(String) - Method in class no.gar.glink.api.GlinkApi
Sends a string of characters and control characters to the emulator starting at the current cursor location.
serverPort(String) - Method in class no.gar.glink.api.GlinkApi
Set the IP port on which to connect to the Glink server.
sessionName(String) - Method in class no.gar.glink.api.GlinkApi
Specifies the name of the session to which Glink should connect.
setCursor(Point) - Method in class no.gar.glink.api.GlinkApi
Moves the cursor to the given position.
setCursor(int, int) - Method in class no.gar.glink.api.GlinkApi
Moves the cursor to the given position.
setCursor(Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
setCursor(int, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
setDataBytes(byte[]) - Method in class no.gar.glink.api.GlinkField
Sets the field text to the specified bytes in the character set used internally by Glink.
setGlinkDirectory(String) - Method in class no.gar.glink.api.GlinkApi
Set the Glink directory.
setInteractiveComParams(Vector) - Method in class no.gar.glink.api.GlinkApi
Sets the interactive communication parameters.
setInteractiveComParams(Vector) - Method in class no.gar.glink.api.GlinkApiDebug
 
setParameter(String) - Method in class no.gar.glink.api.GlinkApi
Add a configuration parameter to the glink.ini set.
setParameter(String) - Method in class no.gar.glink.api.GlinkApiDebug
 
setParameter(String) - Method in class no.gar.glink.api.GlinkConfiguration
Sets the specific parameter with the given value.
setParentFrame(Frame) - Method in class no.gar.glink.api.GlinkApi
Normally Glink starts up in its own frame.
setParentFrame(Frame) - Method in class no.gar.glink.api.GlinkApiDebug
 
setProfileName(int, String) - Method in class no.gar.glink.api.GlinkConfiguration
Sets the profile of the given type to be used with this configuration.
setRestrictedMode(String, int) - Method in class no.gar.glink.api.GlinkApi
Switch restricted mode on or off.
setRestrictedMode(String, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
setScreenSize(int, int) - Method in class no.gar.glink.api.GlinkApi
For most emulations the screen size is 80 columns times 24 rows.
setScreenSize(int, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
setSplashScreenVisible(boolean) - Method in class no.gar.glink.api.GlinkApi
Specifies whether the splash screen should be visible.
setString(String, Point) - Method in class no.gar.glink.api.GlinkApi
The setString method sends a string to the virtual screen at the specified location.
setString(String, Point) - Method in class no.gar.glink.api.GlinkApiDebug
 
setString(String) - Method in class no.gar.glink.api.GlinkField
Sets the field text to the specified Unicode string.
setVisible(boolean) - Method in class no.gar.glink.api.GlinkApi
Specifies whether the Glink screen (frame) should be visible or not.
setVisible(boolean) - Method in class no.gar.glink.api.GlinkApiDebug
 
SF1 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F1 or program function key 13 for 3270
SF10 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F10 or program function key 22 for 3270
SF11 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F11 or program function key 23 for 3270
SF12 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F12 or program function key 24 for 3270
SF2 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F2 or program function key 14 for 3270
SF3 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F3 or program function key 15 for 3270
SF4 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F4 or program function key 16 for 3270
SF5 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F5 or program function key 17 for 3270
SF6 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F6 or program function key 18 for 3270
SF7 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F7 or program function key 19 for 3270
SF8 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F8 or program function key 20 for 3270
SF9 - Static variable in class no.gar.glink.api.GlinkKey
Program function key shift/F9 or program function key 21 for 3270
start() - Method in class no.gar.glink.api.GlinkApi
Starts Glink.
start() - Method in class no.gar.glink.api.GlinkApiDebug
 
STARTED - Static variable in class no.gar.glink.api.GlinkEvent
 
stop() - Method in class no.gar.glink.api.GlinkApi
Stops Glink.
stop() - Method in class no.gar.glink.api.GlinkApiDebug
 
STOPPED - Static variable in class no.gar.glink.api.GlinkEvent
 
STRING_RECEIVED - Static variable in class no.gar.glink.api.GlinkEvent
The getValue method returns the string identity value.
suppressTurnLostEvents(boolean) - Method in class no.gar.glink.api.GlinkApi
Suppress or enable TURN_LOST events from the API.
SYSREQ - Static variable in class no.gar.glink.api.GlinkKey
3270 and 5250 specific: System request key

T

TAB - Static variable in class no.gar.glink.api.GlinkKey
Tab to next variable field
TESTREQ - Static variable in class no.gar.glink.api.GlinkKey
5250 specific: Test request
toKey(String) - Static method in class no.gar.glink.api.GlinkKey
Returns the key value for the string representation of the key, for example for the keyName "TAB", the value for the TAB key is returned.
toString(int) - Static method in class no.gar.glink.api.GlinkKey
Returns the string representation of the key value, for example "TAB" for the TAB key
translateBuffer(String, int) - Method in class no.gar.glink.api.GlinkApi
Translate a string between ASCII and EBCDIC.
translateBuffer(String, int) - Method in class no.gar.glink.api.GlinkApiDebug
 
TRANSMIT - Static variable in class no.gar.glink.api.GlinkKey
Transmit to host
TURN_LOST - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that this side does not have the turn (permission) to send data and should instead expect to receive data from the other side (host).
TURN_RECEIVED - Static variable in class no.gar.glink.api.GlinkEvent
Notifies that this side have the turn (permission) to send data.

U

UP - Static variable in class no.gar.glink.api.GlinkKey
Cursor up
userName(String) - Method in class no.gar.glink.api.GlinkApi
Specifies the user name.
userPassword(String) - Method in class no.gar.glink.api.GlinkApi
Specifies the password for the user.

V

VE_CONFIG_ERROR - Static variable in class no.gar.glink.api.GlinkEvent
Error type: An error with the configuration is detected.
VE_CONNECTION_ERROR - Static variable in class no.gar.glink.api.GlinkEvent
Error type: An error with the connection is detected.
VE_DGA_SCR_NOT_LICENSED - Static variable in class no.gar.glink.api.GlinkEvent
Error type: DGA in screen mode has not been licensed.
VE_EMULATION_ERROR - Static variable in class no.gar.glink.api.GlinkEvent
Error type: An error with the emulation is detected.
VE_LOGON_FAILED - Static variable in class no.gar.glink.api.GlinkEvent
Error type: User name or user password is missing or wrong.
VE_NO_API_LICENSE - Static variable in class no.gar.glink.api.GlinkEvent
Error type: License key allowing use of the API not found.
VE_NO_CNX_LICENSE - Static variable in class no.gar.glink.api.GlinkEvent
Error type: License key allowing use of connector not found.
VE_OUT_OF_MEMORY - Static variable in class no.gar.glink.api.GlinkEvent
Error type: The Java VM reported out of memory when loading Glink.
VE_SESSIONS_ERROR - Static variable in class no.gar.glink.api.GlinkEvent
Error type: The GlinkApi.getAvailableSessions failed.
VE_STARTUP_ERROR - Static variable in class no.gar.glink.api.GlinkEvent
Error type: Glink failed to start.
VE_TOOMANY_INSTANCES - Static variable in class no.gar.glink.api.GlinkEvent
Error type: Too many simultaneous instances for Pro version.

A B C D E F G H I K L M N O P Q R S T U V