public class GXSendKeysRequest extends GXAbstractSetToHostRequest
Constructor and Description |
---|
GXSendKeysRequest() |
GXSendKeysRequest(String keys) |
GXSendKeysRequest(String keys,
GXIScreen screen) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
GXCursor |
getCursor() |
String |
getKeys() |
void |
readExternal(ObjectInput in) |
void |
setCursor(GXCursor cursor)
Sets the cursor position for the request.
|
void |
setKeys(String keys)
Sets the key sequence that will be set to the host.
|
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addInputField, addInputField, addInputField, addInputField, addInputField, addInputField, addInputFields, changeInputField, getInputFields, getSeqScreenNumber, isWindowRelativePositioning, removeInputField, setSeqScreenNumber, setWindowRelativePositioning
addVariable, addVariable, addVariableArray, equals, getVariables, hashCode, setVariables
public GXSendKeysRequest()
public GXSendKeysRequest(String keys)
keys
- the key (or sequence of keys and data) to send.public String getKeys()
public void setKeys(String keys)
keys
- the key (or sequence of keys and data) to send.public void setCursor(GXCursor cursor)
cursor
- the cursor position to be sent to the host.public GXCursor getCursor()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class GXAbstractSetToHostRequest
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class GXAbstractSetToHostRequest
IOException
public String toString()
toString
in class GXAbstractSetToHostRequest
public Object clone()
clone
in class GXAbstractRequest
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.