Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
F
G
H
I
J
K
L
N
O
P
R
S
T
V
W
A
assertTextNotPresent(String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text doesn't exist in the current screen
assertTextNotPresent(String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text doesn't exist in the current screen
assertTextNotPresent(String, String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text exists in the current screen
assertTextNotPresent(String, String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text doesn't exist in the current screen
assertTextPresent(String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text exists in the current screen
assertTextPresent(String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text exists in the current screen
assertTextPresent(String, String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text exists in the current screen
assertTextPresent(String, String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Checks that the provided text exists in the current screen
C
column
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
The column of the field
F
field
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetFieldTag
The field number on the screen.
G
getHost()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
getScreen()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
getSession3270()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
getVisible()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
H
host
- Variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
HOST_CONTEXT_NAME
- Static variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
HOST_PROP_NAME
- Static variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
I
intervalWaitTime
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForTextTag
The number of milliseconds to wait between changes until the text appears.
isStringNotNull(String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
J
JagacyFunctionTag
- Class in
net.sf.jameleon.plugin.jagacy
JagacyFunctionTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
JagacyIsTextPresentTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Checks for text on the current screen and stores the result (true/false) in the provided context variable name.
JagacyIsTextPresentTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacyIsTextPresentTag
JagacySendKeyTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Enters a given key.
JagacySendKeyTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacySendKeyTag
JagacySendStringTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Sends a series of non-command keys to the screen.
JagacySendStringTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacySendStringTag
JagacySessionTag
- Class in
net.sf.jameleon.plugin.jagacy
A Session tag for the Jagacy 3270 plug-in.
JagacySessionTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
JagacySetFieldTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Sets the provided field to the provided value.
JagacySetFieldTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacySetFieldTag
JagacySetValueForFieldAtRowColumnTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Sets the value of a field located at the row column coordinates.
JagacySetValueForFieldAtRowColumnTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
JagacySetValueForLabelTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Sets the value of a field marked by the preceeding text.
JagacySetValueForLabelTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForLabelTag
JagacyValidateTextNotPresentTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Verifies that the given text doesn't exist on the screen or on the provided row if defined.
JagacyValidateTextNotPresentTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextNotPresentTag
JagacyValidateTextPresentTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Verifies that the given text exists on the screen or on the provided row if defined.
JagacyValidateTextPresentTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextPresentTag
JagacyWaitForChangeTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Waits for the screen to change for the time provided or 4 seconds
JagacyWaitForChangeTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForChangeTag
JagacyWaitForTextTag
- Class in
net.sf.jameleon.plugin.jagacy.tags
Waits for the provided text to display on the screen.
JagacyWaitForTextTag()
- Constructor for class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForTextTag
K
key
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendKeyTag
The name of a key to send to the screen
key
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendStringTag
After the given text is sent to the screen, a key, if provided, will be pressed.
key
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
Dummy Key to fullfill JagacySendKey's requirements.
keys
- Static variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendKeyTag
L
label
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForLabelTag
The label of the field
N
net.sf.jameleon.plugin.jagacy
- package net.sf.jameleon.plugin.jagacy
net.sf.jameleon.plugin.jagacy.tags
- package net.sf.jameleon.plugin.jagacy.tags
O
offset
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetFieldTag
The field's offset.
P
pluginTearDown()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
R
readField(int, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Reads the value in the given field.
readPosition(int, int, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Reads the value at the current position.
readScreen()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Reads the current screen.
row
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyIsTextPresentTag
The row number that the text should exist on.
row
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
The row of the field
row
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextNotPresentTag
The row number that the text should exist on.
row
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextPresentTag
The row number that the text should exist on.
S
session
- Variable in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
session
- Variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
The 3270 session handle
SESSION_NAME
- Static variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
sessionTag
- Variable in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
setHost(String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
setupEnvironment()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Gets the references of the session and the test results from the parent TestCase This method gets called once all attributes are set from the macro language.
setUpSession()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
setVisible(boolean)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
startApplication()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
store(String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
T
tearDownSession()
- Method in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacyIsTextPresentTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendKeyTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendStringTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetFieldTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForLabelTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextNotPresentTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextPresentTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForChangeTag
testBlock()
- Method in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForTextTag
text
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyIsTextPresentTag
The text that should exist on the screen
text
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySendStringTag
The desired text to send to the screen.
text
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextNotPresentTag
The text that should not exist on the screen
text
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyValidateTextPresentTag
The text that should exist on the screen
text
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForTextTag
The desired text to appear and therefore stop waiting.
V
value
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetFieldTag
The value of the field
value
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForFieldAtRowColumnTag
The value of the field
value
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacySetValueForLabelTag
The value of the field
varName
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyIsTextPresentTag
The context variable name to the store the result in.
visible
- Variable in class net.sf.jameleon.plugin.jagacy.
JagacySessionTag
W
waitForChange(int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Waits for
timeInMillis
for the screen to change state.
waitForField(int, int, String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Waits (in 100 millisecond intervals) for the value to appear at the given field and offset.
waitForPosition(int, int, String, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Waits (in 100 millisecond intervals) for the value to appear at the given coordinates.
waitForUnlock(int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Waits for
timeInMillis
for the keyboard to unlock.
waitTime
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForChangeTag
The number of milliseconds to wait until the screen changes.
waitTime
- Variable in class net.sf.jameleon.plugin.jagacy.tags.
JagacyWaitForTextTag
The total time to wait for the text to appear
writeAfterLabel(String, String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Finds a label and attempts to enter the given text in the field directly after the label
writeCursor(int, int)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Writes the cursor at the given coordinates
writeField(int, int, String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Writes the given text to the nth field
writeKey(Key)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Writes the given Key to the screen.
writePosition(int, int, String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Writes a string at the given coordinates
writeString(String)
- Method in class net.sf.jameleon.plugin.jagacy.
JagacyFunctionTag
Writes the given String to the current cursor position
A
C
F
G
H
I
J
K
L
N
O
P
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005-2008 Christian Hargraves. All Rights Reserved.