Serialized Form


Package com.jayway.android.robotium.remotecontrol.client.processor

Class com.jayway.android.robotium.remotecontrol.client.processor.ProcessorException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package com.jayway.android.robotium.remotecontrol.solo

Class com.jayway.android.robotium.remotecontrol.solo.RemoteControlUI extends javax.swing.JFrame implements Serializable

Serialized Fields

server

SoloRemoteControl server

controls

javax.swing.JPanel controls

cmdLabel

javax.swing.JLabel cmdLabel

cmdField

javax.swing.JTextField cmdField

sendAction

java.lang.String sendAction

connectAction

java.lang.String connectAction

shutdownAction

java.lang.String shutdownAction

dispatchPropsAction

java.lang.String dispatchPropsAction

sendButton

javax.swing.JButton sendButton

connectButton

javax.swing.JButton connectButton

shutdownButton

javax.swing.JButton shutdownButton

dispatchPropsButton

javax.swing.JButton dispatchPropsButton

status

javax.swing.JTextField status

props

java.util.Properties props

Class com.jayway.android.robotium.remotecontrol.solo.RemoteSoloException extends java.lang.Exception implements Serializable


Package org.safs

Class org.safs.DCTestRecordHelper extends TestRecordHelper implements Serializable

Class org.safs.GetText extends java.lang.Object implements Serializable

Serialized Fields

delim

java.lang.String delim
delimter (currently %) used to 'convert' text with parameters as in %1% or %2%


locale

java.util.Locale locale
the locale used to determine the name of the bundle


prefixBundleName

java.lang.String prefixBundleName
bundle name prefix
default value is: SAFSTextResourceBundle


bundleName

java.lang.String bundleName
The fully qualified bundle name, including:
prefixBundleName + "_" + Locale.getDefault();
example: SAFSTextResourceBundle_en_US
NOTE: the ".properties" is assumed by the 'ResourceBundle.getBundle' method


textResources

java.util.ResourceBundle textResources
this field is loaded by the 'loadResource' method using the 'bundleName', Locale.getDefault() and ClassLoader.getSystemClassLoader()

Class org.safs.PCTree extends Tree implements Serializable

Serialized Fields

fullPathSearchMode

boolean fullPathSearchMode

mappedClassSearchMode

boolean mappedClassSearchMode

rfsmSearchMode

boolean rfsmSearchMode

defaultRecognition

java.lang.String defaultRecognition

appendCompInfo

boolean appendCompInfo

id

java.lang.String id

indexOnly

boolean indexOnly

name

java.lang.String name

index_types

java.lang.String[] index_types

type

java.lang.String type

objectclass

java.lang.String objectclass

myclass

java.lang.String myclass

nameValue

java.lang.String nameValue

caption

boolean caption

textvalue

boolean textvalue

withNameIncludeOnlyCaption

boolean withNameIncludeOnlyCaption

withCommentsAndBlankLines

boolean withCommentsAndBlankLines

shortenGeneralRecognition

boolean shortenGeneralRecognition

onlyOneChildVisible

boolean onlyOneChildVisible

compVisible

boolean compVisible

classIndex

boolean classIndex

classAbsIndex

java.lang.String classAbsIndex
Absolute class index provide by engine


siblingIndex

int siblingIndex

path

java.lang.String path

parent

PCTree parent

compMap

java.util.Map<K,V> compMap

domainName

java.lang.String domainName

Class org.safs.SAFSBreakpointException extends java.lang.RuntimeException implements Serializable

Class org.safs.SAFSException extends java.lang.Exception implements Serializable

Class org.safs.SAFSNullPointerException extends SAFSException implements Serializable

Class org.safs.SAFSObjectNotFoundException extends SAFSException implements Serializable

Class org.safs.SAFSObjectRecognitionException extends SAFSException implements Serializable

Class org.safs.SAFSParamException extends SAFSException implements Serializable

Class org.safs.SAFSProcessorInitializationException extends java.lang.RuntimeException implements Serializable

Class org.safs.SAFSRegExException extends SAFSException implements Serializable

Class org.safs.SAFSRegExNotFoundException extends java.lang.RuntimeException implements Serializable

Class org.safs.SAFSRuntimeException extends java.lang.RuntimeException implements Serializable

Class org.safs.SAFSSTAFRegistrationException extends SAFSException implements Serializable

Serialized Fields

rc

int rc
-32767, unset error code. Otherwise, error code from exception source.

Class org.safs.SocketTestRecordHelper extends TestRecordHelper implements Serializable

Serialized Fields

props

java.util.Properties props
Keyword-specific properties/values passed via a SocketServer to a remote engine.


processRemotely

boolean processRemotely

commandTimeout

int commandTimeout

readyTimeout

int readyTimeout

runningTimeout

int runningTimeout

Class org.safs.TestRecordData extends java.lang.Object implements Serializable

Serialized Fields

fileID

java.lang.String fileID

Purpose: fileID: property: unique id of executing input stream
Initialized: by a helper class the first time, only set once.


filename

java.lang.String filename

Purpose: filename: property: name of executing input stream
Initialized: by a helper class the first time, only set once.


lineNumber

long lineNumber

Purpose: linenumber: property: linenumber within executing test stream
Initialized: by a helper class the first time, only set once.


inputRecord

java.lang.String inputRecord

Purpose: inputRecord: property: the current executing test record (See SAFS Record Formats)
Initialized: by a helper class the first time, only set once.
Example:"T LoginWindow InfoGroupBox VerifyProperty Text \"Account Info\""


inputRecordTokens

java.util.AbstractList<E> inputRecordTokens

Purpose: lazily stores inputRecord tokens (based on separator)
Initialized: initally to null, set by method getInputRecordToken first time it is called


separator

java.lang.String separator

Purpose: separator: property: char(s) delimiting the fields in the inputRecord
Initialized: by a helper class the first time, only set once.
Example:"\t"


testLevel

java.lang.String testLevel

Purpose: testlevel: the current executing test level (CYCLE, SUITE, STEP)
Initialized: by a helper class the first time, only set once.


appMapName

java.lang.String appMapName

Purpose: appmapname: Name of AppMap storing references (if applies)
Initialized: by a helper class the first time, only set once.


recordType

java.lang.String recordType

Purpose: recordType: record type DEDUCED from inputRecord, it is up to a processor do use the setter method to update this. (usually first token)
Initialized: by a processor
Example:"C"
Example:"T"


command

java.lang.String command

Purpose: command: command DEDUCED from inputRecord (? fourth token)
Initialized: by a processor
Example:"VerifyProperty"


windowName

java.lang.String windowName

Purpose: windowname: DEDUCED AppMap reference for parent window (if applies)
Initialized: by a processor
Example:"LoginWindow"


windowGuiId

java.lang.String windowGuiId

Purpose: windowguiid: DEDUCED AppMap recognition string for windowname
Initialized:
Re-set: setter method
Example:"Type=Window;Name=frmExistingLogin"


compName

java.lang.String compName

Purpose: compname: DEDUCED AppMap reference for child of window (if applies)
Initialized: by a processor
Example:"InfoGroupBox"


compGuiId

java.lang.String compGuiId

Purpose: compguiid: DEDUCED AppMap recognition string for compname
Initialized: by a processor
Example:"Type=GroupBox;Name=frameLogin"


compType

java.lang.String compType

Purpose: comptype: DEDUCED type of component (EditBox, Window, CheckBox, etc.), it can be obtained from the component or TestObject itself
Initialized: by a processor
Example:"GroupBox"


compClass

java.lang.String compClass

Purpose: compClass: DEDUCED/derived from the component itself
Initialized: by a processor


compModule

java.lang.String compModule

Purpose: compModule: DEDUCED/derived from the operating system (where did comp come from)
Initialized: by a processor


environment

java.lang.String environment

Purpose: environment: DEDUCED GUI implementation, it can be gotten normally from the tool, component, or TestObject tree itself
Initialized: by a processor
Example:(Java, HTML, VisualBasic, etc.)


fac

java.lang.String fac

Purpose: fac: log facility name to use when logging
Initialized: by a helper class the first time, only set once.


statusCode

int statusCode

Purpose: statuscode: status used and return during processing
Initialized: by a helper class the first time, only set once.


statusInfo

java.lang.String statusInfo

Purpose: statusinfo: used with statuscode, carries more status information
Initialized: by a helper class the first time.


altCompType

java.lang.String altCompType

instanceName

java.lang.String instanceName

Class org.safs.TestRecordHelper extends TestRecordData implements Serializable

Serialized Fields

requester

STAFRequester requester

ddgutils

DDGUIUtilities ddgutils
Hook's DDGUIUtilities when it is appropriate.

Class org.safs.Tree extends java.lang.Object implements Serializable

Serialized Fields

userObject

java.lang.Object userObject

firstChild

Tree firstChild

nextSibling

Tree nextSibling

level

java.lang.Integer level

siblingCount

java.lang.Integer siblingCount

childCount

java.lang.Integer childCount

Package org.safs.abbot

Class org.safs.abbot.ATestRecordData extends RMITestRecordData implements Serializable

Class org.safs.abbot.ATestRecordHelper extends TestRecordHelper implements Serializable

Serialized Fields

compTestObject

java.lang.Object compTestObject
child's Object when it is appropriate.


windowTestObject

java.lang.Object windowTestObject
window's Object when it is appropriate.

Class org.safs.abbot.ProcessContainer extends javax.swing.JFrame implements Serializable

Serialized Fields

server

LocalServer server

classdata

GuiClassData classdata

out

java.io.OutputStream out

map

java.io.OutputStream map

closeout

boolean closeout

closemap

boolean closemap

inifile

INIFileReadWrite inifile

ignoreInvisible

boolean ignoreInvisible

withNameIncludeOnlyCaption

boolean withNameIncludeOnlyCaption

withCommentsAndBlankLines

boolean withCommentsAndBlankLines

iniVsTreeFormat

boolean iniVsTreeFormat

domainname

java.lang.String domainname

nameMap

java.util.Map<K,V> nameMap

inipath

java.lang.String inipath
Provided path to initialization file. JVM Command-Line: -Dsafs.abbot.processcontainer.ini= System Property: safs.abbot.processcontainer.ini= main() ARGS Parm: ini=

An ARGS Parm overrides the System Property which overrides any INI file setting.


mappath

java.lang.String mappath
Provided path to app map output file. JVM Command-Line: -Dsafs.abbot.processcontainer.map= System Property:safs.abbot.processcontainer.map= INI File Setting: map= main() ARGS Parm: map=

An ARGS Parm overrides the System Property which overrides any INI file setting.


outpath

java.lang.String outpath
Provided path to detailed output file. JVM Command-Line: -Dsafs.abbot.processcontainer.out= System Property:safs.abbot.processcontainer.out= INI File Setting: out= main() ARGS Parm: out=

An ARGS Parm overrides the System Property which overrides any INI file setting.


menupath

java.lang.String menupath
Provided path to menu output file. JVM Command-Line: -Dsafs.abbot.processcontainer.menu= System Property:safs.abbot.processcontainer.menu= INI File Setting: menu= main() ARGS Parm: menu=

An ARGS Parm overrides the System Property which overrides any INI file setting.


theClientType

java.lang.String theClientType
Provided clientType. Support values at this time: "Java Client" JVM Command-Line: "-Dsafs.abbot.processcontainer.client=Java Client" System Property:safs.abbot.processcontainer.client="Java Client" INI File Setting: client="Java Client" main() ARGS Parm: "client=Java Client"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theWindowRec

java.lang.String theWindowRec
Provided windowRec. Defaults to Type=Window;Caption={*} JVM Command-Line: "-Dsafs.abbot.processcontainer.client=Java Client" System Property:safs.abbot.processcontainer.client="Java Client" INI File Setting: client="Java Client" main() ARGS Parm: "client=Java Client"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectRec

java.lang.String theObjectRec
Provided windowRec. Defaults to Type=Window;Caption={*} JVM Command-Line: "-Dsafs.abbot.processcontainer.client=Java Client" System Property:safs.abbot.processcontainer.client="Java Client" INI File Setting: client="Java Client" main() ARGS Parm: "client=Java Client"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectName

java.lang.String theObjectName
Provided objectName. Defaults to WindowName JVM Command-Line: "-Dsafs.abbot.processcontainer.objectName=WindowName" System Property:safs.abbot.processcontainer.objectName="WindowName" INI File Setting: objectName="WindowName" main() ARGS Parm: "objectName=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectDesc

java.lang.String theObjectDesc
Provided objectDesc. Defaults to WindowName Object JVM Command-Line: "-Dsafs.abbot.processcontainer.objectDesc=WindowName Object" System Property:safs.abbot.processcontainer.objectDesc="WindowName Object" INI File Setting: objectDesc="WindowName Object" main() ARGS Parm: "objectDesc=WindowName Object"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoChildren

boolean theDoChildren
Provided doChildren. Defaults to true. JVM Command-Line: "-Dsafs.abbot.processcontainer.doChildren=true" System Property:safs.abbot.processcontainer.doChildren="true" INI File Setting: doChildren="true" main() ARGS Parm: "doChildren=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoProperties

boolean theDoProperties
Provided doProperties. Defaults to false. JVM Command-Line: "-Dsafs.abbot.processcontainer.doProperties=true" System Property:safs.abbot.processcontainer.doProperties="true" INI File Setting: doProperties="true" main() ARGS Parm: "doProperties=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoMenu

boolean theDoMenu
Provided doMenu. Defaults to false. JVM Command-Line: "-Dsafs.abbot.processcontainer.doMenu=true" System Property:safs.abbot.processcontainer.doMenu="true" INI File Setting: doMenu="true" main() ARGS Parm: "doMenu=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theMenuName

java.lang.String theMenuName
Provided menuName. Defaults to WindowNameMenu JVM Command-Line: "-Dsafs.abbot.processcontainer.menuName=WindowNameMenu" System Property:safs.abbot.processcontainer.menuName="WindowNameMenu" INI File Setting: menuName="WindowNameMenu" main() ARGS Parm: "menuName=WindowNameMenu"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutDir

java.lang.String theOutDir
Provided output directory. Defaults to user current directory. JVM Command-Line: "-Dsafs.abbot.processcontainer.outDir=<current directory>" System Property:safs.abbot.processcontainer.outDir="<current directory>" INI File Setting: outDir="<current directory>" main() ARGS Parm: "outDir=<current directory>"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutPrefix

java.lang.String theOutPrefix
Provided output file prefix. Defaults to WindowName. JVM Command-Line: "-Dsafs.abbot.processcontainer.outPrefix=WindowName" System Property:safs.abbot.processcontainer.outPrefix="WindowName" INI File Setting: outPrefix="WindowName" main() ARGS Parm: "outPrefix=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAppendMap

boolean theAppendMap
Provided appendMap. Defaults to false. JVM Command-Line: "-Dsafs.abbot.processcontainer.appendMap=false" System Property:safs.abbot.processcontainer.appendMap="false" INI File Setting: appendMap="false" main() ARGS Parm: "appendMap=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAddInfo

boolean theAddInfo
Provided addInfo. Defaults to false. JVM Command-Line: "-Dsafs.abbot.processcontainer.addInfo=false" System Property:safs.abbot.processcontainer.addInfo="false" INI File Setting: addInfo="false" main() ARGS Parm: "addInfo=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theMapJPG

boolean theMapJPG
Provided mapJPG. Defaults to false. JVM Command-Line: "-Dsafs.abbot.processcontainer.mapJPG=false" System Property:safs.abbot.processcontainer.mapJPG="false" INI File Setting: mapJPG="false" main() ARGS Parm: "mapJPG=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


north

javax.swing.JPanel north

center

javax.swing.JPanel center

south

javax.swing.JPanel south

windowRecLabel

javax.swing.JLabel windowRecLabel

objectRecLabel

javax.swing.JLabel objectRecLabel

windowNameLabel

javax.swing.JLabel windowNameLabel

objectDescLabel

javax.swing.JLabel objectDescLabel

outputDirLabel

javax.swing.JLabel outputDirLabel

outputNameLabel

javax.swing.JLabel outputNameLabel

menuNameLabel

javax.swing.JLabel menuNameLabel

outputFullname

javax.swing.JLabel outputFullname

OUTFILE_ACTION

java.lang.String OUTFILE_ACTION

menuFullname

javax.swing.JLabel menuFullname

MENUFILE_ACTION

java.lang.String MENUFILE_ACTION

clientType

javax.swing.JComboBox clientType

CLIENTTYPE_ACTION

java.lang.String CLIENTTYPE_ACTION

doProperties

javax.swing.JCheckBox doProperties

PROPERTIES_ACTION

java.lang.String PROPERTIES_ACTION

doChildren

javax.swing.JCheckBox doChildren

CHILDREN_ACTION

java.lang.String CHILDREN_ACTION

appendMap

javax.swing.JCheckBox appendMap

APPENDMAP_ACTION

java.lang.String APPENDMAP_ACTION

doMenu

javax.swing.JCheckBox doMenu

MENU_ACTION

java.lang.String MENU_ACTION

addInfo

javax.swing.JCheckBox addInfo

ADDINFO_ACTION

java.lang.String ADDINFO_ACTION

mapJPG

javax.swing.JCheckBox mapJPG

MAPJPG_ACTION

java.lang.String MAPJPG_ACTION

windowRec

javax.swing.JTextField windowRec

WINDOWREC_ACTION

java.lang.String WINDOWREC_ACTION

windowName

javax.swing.JTextField windowName

WINDOWNAME_ACTION

java.lang.String WINDOWNAME_ACTION

objectRec

javax.swing.JTextField objectRec

OBJECTREC_ACTION

java.lang.String OBJECTREC_ACTION

objectDesc

javax.swing.JTextField objectDesc

OBJECTDESC_ACTION

java.lang.String OBJECTDESC_ACTION

menuName

javax.swing.JTextField menuName

MENUNAME_ACTION

java.lang.String MENUNAME_ACTION

outputDir

javax.swing.JTextField outputDir

OUTPUTDIR_ACTION

java.lang.String OUTPUTDIR_ACTION

outPrefix

javax.swing.JTextField outPrefix

OUTPREFIX_ACTION

java.lang.String OUTPREFIX_ACTION

appMapFile

javax.swing.JTextField appMapFile

APPMAPFILE_ACTION

java.lang.String APPMAPFILE_ACTION

run

javax.swing.JButton run

RUN_ACTION

java.lang.String RUN_ACTION

cancel

javax.swing.JButton cancel

CANCEL_ACTION

java.lang.String CANCEL_ACTION

help

javax.swing.JButton help

HELP_ACTION

java.lang.String HELP_ACTION

Package org.safs.abbot.jvmagent

Class org.safs.abbot.jvmagent.AServerImpl extends ServerImpl implements Serializable

Class org.safs.abbot.jvmagent.JVMAgent extends AgentImpl implements Serializable


Package org.safs.android

Class org.safs.android.DroidLaunchFailureException extends SAFSException implements Serializable

Class org.safs.android.DroidStartCommandException extends SAFSException implements Serializable

Class org.safs.android.DroidTestRecordDataException extends SAFSException implements Serializable

Class org.safs.android.DTestRecordHelper extends SocketTestRecordHelper implements Serializable

Serialized Fields

controller

SAFSRemoteControl controller

message

ResourceMessageInfo message

detailMessage

ResourceMessageInfo detailMessage

safsworker

SAFSWorker safsworker

Package org.safs.android.auto.lib

Class org.safs.android.auto.lib.AndroidRuntimeException extends java.lang.RuntimeException implements Serializable


Package org.safs.android.remotecontrol

Class org.safs.android.remotecontrol.RemoteControlUI extends javax.swing.JFrame implements Serializable

Serialized Fields

server

SAFSRemoteControl server

controls

javax.swing.JPanel controls

cmdLabel

javax.swing.JLabel cmdLabel

cmdField

javax.swing.JTextField cmdField

sendAction

java.lang.String sendAction

connectAction

java.lang.String connectAction

shutdownAction

java.lang.String shutdownAction

dispatchPropsAction

java.lang.String dispatchPropsAction

sendButton

javax.swing.JButton sendButton

connectButton

javax.swing.JButton connectButton

shutdownButton

javax.swing.JButton shutdownButton

dispatchPropsButton

javax.swing.JButton dispatchPropsButton

status

javax.swing.JTextField status

props

java.util.Properties props

Package org.safs.image

Class org.safs.image.ImageManager extends javax.swing.JFrame implements Serializable

Serialized Fields

info_unknown

java.lang.String info_unknown

_focus_unknown

java.lang.String _focus_unknown

_focus_capture

java.lang.String _focus_capture

_focus_release

java.lang.String _focus_release

_focus_swapon

java.lang.String _focus_swapon

_focus_swapoff

java.lang.String _focus_swapoff

project_label

javax.swing.JLabel project_label

project_browse

javax.swing.JButton project_browse

path

javax.swing.JTextField path

_info

javax.swing.JLabel _info

_start

javax.swing.JButton _start

_altstart

javax.swing.JButton _altstart

_stop

javax.swing.JButton _stop

_focus

javax.swing.JTextField _focus

robot

java.awt.Robot robot

image

java.awt.image.BufferedImage image

ctrl_mode

boolean ctrl_mode

running

boolean running

rect_started

boolean rect_started

start_rect

java.awt.Point start_rect

end_rect

java.awt.Point end_rect

rect

java.awt.Rectangle rect

altrect

ImageManager.MyThread altrect

Class org.safs.image.ImageManager.MyCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

Class org.safs.image.ImageManager2 extends javax.swing.JFrame implements Serializable

Serialized Fields

rootDir

java.lang.String rootDir

toolkit

java.awt.Toolkit toolkit

clipboard

java.awt.datatransfer.Clipboard clipboard

fileChooser

javax.swing.JFileChooser fileChooser

openBtn

javax.swing.JButton openBtn
These actions will be used for both tool bar button and menu item
When enable or disable a button or menu item, you MUST enable or
disable these action objects.


openAction

javax.swing.Action openAction

captureBtn

javax.swing.JToggleButton captureBtn

captureAction

javax.swing.Action captureAction

saveBtn

javax.swing.JButton saveBtn

saveAction

javax.swing.Action saveAction

selectBtn

javax.swing.JToggleButton selectBtn

selectAction

javax.swing.Action selectAction

cutBtn

javax.swing.JButton cutBtn

cutAction

javax.swing.Action cutAction

copyBtn

javax.swing.JButton copyBtn

copyAction

javax.swing.Action copyAction

pasteBtn

javax.swing.JButton pasteBtn

pasteAction

javax.swing.Action pasteAction

redoBtn

javax.swing.JButton redoBtn

redoAction

javax.swing.Action redoAction

undoBtn

javax.swing.JButton undoBtn

undoAction

javax.swing.Action undoAction

exitAction

javax.swing.Action exitAction

settingAction

javax.swing.Action settingAction

aboutAction

javax.swing.Action aboutAction

imgBlurAction

javax.swing.Action imgBlurAction

imgSharpenAction

javax.swing.Action imgSharpenAction

imgEdgeAction

javax.swing.Action imgEdgeAction

imgNegativeAction

javax.swing.Action imgNegativeAction

zoomSld

org.safs.image.ImageManager2.ZoomSlider zoomSld

toolBar

javax.swing.JToolBar toolBar

menuBar

javax.swing.JMenuBar menuBar

imagePanel

org.safs.image.ImageManager2.ImagePanel imagePanel

status

org.safs.image.ImageManager2.StatusBar status

settingPanel

org.safs.image.ImageManager2.SettingPanel settingPanel

handler

org.safs.image.ImageManager2.Handler handler

keyboardHook

LLKeyboardHook keyboardHook

mouseHook

LLMouseHook mouseHook

originalImage

java.awt.image.BufferedImage originalImage

Class org.safs.image.ImagePreview extends javax.swing.JComponent implements Serializable

Serialized Fields

thumbnail

javax.swing.ImageIcon thumbnail

file

java.io.File file

Class org.safs.image.ReverseRectangle extends java.awt.Rectangle implements Serializable


Package org.safs.ios

Class org.safs.ios.InstrumentsLaunchFailureException extends SAFSException implements Serializable

Class org.safs.ios.InstrumentsScriptExecutionException extends SAFSException implements Serializable

Class org.safs.ios.InstrumentsStartScriptException extends SAFSException implements Serializable

Class org.safs.ios.InstrumentsTestRecordDataException extends SAFSException implements Serializable

Class org.safs.ios.IOSProcessContainer extends javax.swing.JFrame implements Serializable

Serialized Fields

filediag

javax.swing.JFileChooser filediag

out

java.io.BufferedWriter out

map

java.io.BufferedWriter map

closeout

boolean closeout

closemap

boolean closemap

interrupted

boolean interrupted

stopped

boolean stopped

shutdown

boolean shutdown

finalized

boolean finalized

inifile

INIFileReadWrite inifile

withCommentsAndBlankLines

boolean withCommentsAndBlankLines

iniVsTreeFormat

boolean iniVsTreeFormat

shortenGeneralRecognition

boolean shortenGeneralRecognition
true if recognition strings should be stripped of intermediate parent recognition info that may be deemed unnecessary. If false, recognition will be FPSM (FullPathSearchMode). JVM Command-Line: -Dsafs.processcontainer.shortRecognition= System Property:safs.processcontainer.shortRecognition= INI File Setting: shortRecognition= main() ARGS Parm: shortRecognition=

An ARGS Parm overrides the System Property which overrides any INI file setting.


inipath

java.lang.String inipath
Provided path to initialization file. JVM Command-Line: -Dsafs.processcontainer.ini= System Property: safs.processcontainer.ini= main() ARGS Parm: ini=


launch

boolean launch
True if Process Container should launch Instruments when processing. JVM Command-Line: -Dsafs.processcontainer.doLaunch= System Property: safs.processcontainer.doLaunch= main() ARGS Parm: doLaunch=


usedeviceapp

boolean usedeviceapp
True if Process Container should set device and app menu items when launching Instruments. JVM Command-Line: -Dsafs.processcontainer.doDeviceapp= System Property: safs.processcontainer.doDeviceapp= main() ARGS Parm: doDeviceapp=


launchTimeout

int launchTimeout
Seconds to watch for initial Instruments Output before issuing failure.


templatePath

java.lang.String templatePath
Provided path to Instruments Trace Template. JVM Command-Line: -Dsafs.processcontainer.template= System Property: safs.processcontainer.template= main() ARGS Parm: template=


deviceapp

java.lang.String deviceapp
Any device name and app name needed to initialize Instruments upon launch. This setting, if present, should be in the form "-d device menu item -app appname". The values for -d and -app should be exactly as they appear in the Instruments "Choose Target" menus. JVM Command-Line: -Dsafs.processcontainer.deviceapp= System Property: safs.processcontainer.deviceapp= main() ARGS Parm: deviceapp=


theIosProjectPath

java.lang.String theIosProjectPath
Provided path to Instruments project where log output occurs. JVM Command-Line: -Dsafs.processcontainer.iosproject= System Property: safs.processcontainer.iosproject= main() ARGS Parm: iosproject=


mappath

java.lang.String mappath
Provided path to app map output file. JVM Command-Line: -Dsafs.processcontainer.map= System Property:safs.processcontainer.map= INI File Setting: map= main() ARGS Parm: map=

An ARGS Parm overrides the System Property which overrides any INI file setting.


outpath

java.lang.String outpath
Provided path to detailed output file. JVM Command-Line: -Dsafs.processcontainer.out= System Property:safs.processcontainer.out= INI File Setting: out= main() ARGS Parm: out=

An ARGS Parm overrides the System Property which overrides any INI file setting.


theWindowRec

java.lang.String theWindowRec
Provided windowRec. Defaults to DEFAULT_WINDOWREC JVM Command-Line: "-Dsafs.processcontainer.windowRec=Class=UIAWindow;Index=1" System Property:safs.processcontainer.windowRec="Class=UIAWindow;Index=1" INI File Setting: windowRec="Class=UIAWindow;Index=1" main() ARGS Parm: windowRec="Class=UIAWindow;Index=1"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectRec

java.lang.String theObjectRec
Provided objectRec. Defaults to DEFAULT_OBJECTREC JVM Command-Line: "-Dsafs.processcontainer.objectRec=Class=UIAWindow;Index=1" System Property:safs.processcontainer.objectRec="Class=UIAWindow;Index=1" INI File Setting: objectRec="Class=UIAWindow;Index=1" main() ARGS Parm: objectRec="Class=UIAWindow;Index=1"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectName

java.lang.String theObjectName
Provided objectName. Defaults to WindowName JVM Command-Line: "-Dsafs.processcontainer.objectName=WindowName" System Property:safs.processcontainer.objectName="WindowName" INI File Setting: objectName="WindowName" main() ARGS Parm: "objectName=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectDesc

java.lang.String theObjectDesc
Provided objectDesc. Defaults to WindowName Object JVM Command-Line: "-Dsafs.processcontainer.objectDesc=WindowName Object" System Property:safs.processcontainer.objectDesc="WindowName Object" INI File Setting: objectDesc="WindowName Object" main() ARGS Parm: "objectDesc=WindowName Object"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoChildren

boolean theDoChildren
Provided doChildren. Defaults to true. JVM Command-Line: "-Dsafs.processcontainer.doChildren=true" System Property:safs.processcontainer.doChildren="true" INI File Setting: doChildren="true" main() ARGS Parm: "doChildren=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoProperties

boolean theDoProperties
Provided doProperties. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.doProperties=true" System Property:safs.processcontainer.doProperties="true" INI File Setting: doProperties="true" main() ARGS Parm: "doProperties=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoXMLOut

boolean theDoXMLOut
Provided doXMLOut. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.doXMLOut=false" System Property:safs.processcontainer.doXMLOut="false" INI File Setting: doXMLOut="false" main() ARGS Parm: "doXMLOut=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutDir

java.lang.String theOutDir
Provided output directory. Defaults to user current directory. JVM Command-Line: "-Dsafs.processcontainer.outDir=<current directory>" System Property:safs.processcontainer.outDir="<current directory>" INI File Setting: outDir="<current directory>" main() ARGS Parm: "outDir=<current directory>"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutPrefix

java.lang.String theOutPrefix
Provided output file prefix. Defaults to WindowName. JVM Command-Line: "-Dsafs.processcontainer.outPrefix=WindowName" System Property:safs.processcontainer.outPrefix="WindowName" INI File Setting: outPrefix="WindowName" main() ARGS Parm: "outPrefix=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAppendMap

boolean theAppendMap
Provided appendMap. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.appendMap=false" System Property:safs.processcontainer.appendMap="false" INI File Setting: appendMap="false" main() ARGS Parm: "appendMap=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAddInfo

boolean theAddInfo
Provided addInfo. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.addInfo=false" System Property:safs.processcontainer.addInfo="false" INI File Setting: addInfo="false" main() ARGS Parm: "addInfo=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theMapJPG

boolean theMapJPG
Provided mapJPG. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.mapJPG=false" System Property:safs.processcontainer.mapJPG="false" INI File Setting: mapJPG="false" main() ARGS Parm: "mapJPG=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDelayToRun

java.lang.String theDelayToRun
Time to delay before IOSPC starts to search. Defaults to 2. JVM Command-Line: "-Dsafs.processcontainer.delayToRun=2" System Property:safs.processcontainer.delayToRun="2" INI File Setting: delayToRun="2" main() ARGS Parm: "delayToRun=2"

An ARGS Parm overrides the System Property which overrides any INI file setting.


north

javax.swing.JPanel north

center

javax.swing.JPanel center

south

javax.swing.JPanel south

traceTemplateLabel

javax.swing.JLabel traceTemplateLabel

iosProjectLabel

javax.swing.JLabel iosProjectLabel

windowRecLabel

javax.swing.JLabel windowRecLabel

objectRecLabel

javax.swing.JLabel objectRecLabel

windowNameLabel

javax.swing.JLabel windowNameLabel

objectDescLabel

javax.swing.JLabel objectDescLabel

outputDirLabel

javax.swing.JLabel outputDirLabel

outputNameLabel

javax.swing.JLabel outputNameLabel

doLaunch

javax.swing.JCheckBox doLaunch

LAUNCH_ACTION

java.lang.String LAUNCH_ACTION

doDeviceapp

javax.swing.JCheckBox doDeviceapp

DODEVICEAPP_ACTION

java.lang.String DODEVICEAPP_ACTION

doFindTemplate

javax.swing.JButton doFindTemplate

FIND_TEMPLATE_ACTION

java.lang.String FIND_TEMPLATE_ACTION

traceTemplatePath

javax.swing.JTextField traceTemplatePath

TEMPLATE_PATH_ACTION

java.lang.String TEMPLATE_PATH_ACTION

deviceappPath

javax.swing.JTextField deviceappPath

DEVICEAPP_ACTION

java.lang.String DEVICEAPP_ACTION

doFindProject

javax.swing.JButton doFindProject

FIND_PROJECT_ACTION

java.lang.String FIND_PROJECT_ACTION

iosProjectPath

javax.swing.JTextField iosProjectPath

PROJECT_PATH_ACTION

java.lang.String PROJECT_PATH_ACTION

outputFullname

javax.swing.JButton outputFullname

OUTFILE_ACTION

java.lang.String OUTFILE_ACTION

OUTFILE_VIEW_ACTION

java.lang.String OUTFILE_VIEW_ACTION

doProperties

javax.swing.JCheckBox doProperties

PROPERTIES_ACTION

java.lang.String PROPERTIES_ACTION

doChildren

javax.swing.JCheckBox doChildren

CHILDREN_ACTION

java.lang.String CHILDREN_ACTION

appendMap

javax.swing.JCheckBox appendMap

APPENDMAP_ACTION

java.lang.String APPENDMAP_ACTION

addInfo

javax.swing.JCheckBox addInfo

ADDINFO_ACTION

java.lang.String ADDINFO_ACTION

mapJPG

javax.swing.JCheckBox mapJPG

MAPJPG_ACTION

java.lang.String MAPJPG_ACTION

doShortStrings

javax.swing.JCheckBox doShortStrings

SHORTEN_ACTION

java.lang.String SHORTEN_ACTION

windowRec

javax.swing.JTextField windowRec

WINDOWREC_ACTION

java.lang.String WINDOWREC_ACTION

windowName

javax.swing.JTextField windowName

WINDOWNAME_ACTION

java.lang.String WINDOWNAME_ACTION

objectRec

javax.swing.JTextField objectRec

OBJECTREC_ACTION

java.lang.String OBJECTREC_ACTION

objectDesc

javax.swing.JTextField objectDesc

OBJECTDESC_ACTION

java.lang.String OBJECTDESC_ACTION

outputDir

javax.swing.JTextField outputDir

OUTPUTDIR_ACTION

java.lang.String OUTPUTDIR_ACTION

outPrefix

javax.swing.JTextField outPrefix

OUTPREFIX_ACTION

java.lang.String OUTPREFIX_ACTION

doXMLOut

javax.swing.JCheckBox doXMLOut

DOXMLOUT_ACTION

java.lang.String DOXMLOUT_ACTION

appMapFile

javax.swing.JTextField appMapFile

APPMAPFILE_ACTION

java.lang.String APPMAPFILE_ACTION

appMapFileShow

javax.swing.JButton appMapFileShow

APPMAPFILESHOW_ACTION

java.lang.String APPMAPFILESHOW_ACTION

delayToRunLabel

javax.swing.JLabel delayToRunLabel

delayToRunTextField

javax.swing.JTextField delayToRunTextField

DELAY_TO_RUN_TEXT

java.lang.String DELAY_TO_RUN_TEXT

DELAY_TO_RUN_TOOLTIP

java.lang.String DELAY_TO_RUN_TOOLTIP

DELAY_TO_RUN

java.lang.String DELAY_TO_RUN

run

javax.swing.JButton run

RUN_ACTION

java.lang.String RUN_ACTION

cancel

javax.swing.JButton cancel

CANCEL_ACTION

java.lang.String CANCEL_ACTION

help

javax.swing.JButton help

HELP_ACTION

java.lang.String HELP_ACTION

status

javax.swing.JLabel status

weLaunchedSTAF

boolean weLaunchedSTAF

outputViewer

java.lang.String outputViewer

APPFILE_VIEW_ACTION

java.lang.String APPFILE_VIEW_ACTION

Class org.safs.ios.ITestRecordHelper extends TestRecordHelper implements Serializable


Package org.safs.jrex

Class org.safs.jrex.JREXTestRecordData extends TestRecordHelper implements Serializable


Package org.safs.jvmagent

Class org.safs.jvmagent.InvalidAgentException extends java.lang.Exception implements Serializable

Class org.safs.jvmagent.NoSuchPropertyException extends java.lang.Exception implements Serializable

Class org.safs.jvmagent.SAFSActionErrorRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSActionUnsupportedRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSInvalidActionArgumentRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSInvalidActionRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSInvalidComponentRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSMissingActionArgumentRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSObjectNotFoundRuntimeException extends SAFSRuntimeException implements Serializable

Class org.safs.jvmagent.SAFSSubItemsAgentUnsupportedRuntimeException extends SAFSRuntimeException implements Serializable


Package org.safs.logging

Class org.safs.logging.LogException extends SAFSException implements Serializable


Package org.safs.rational

Class org.safs.rational.CFTable.TableCell extends java.awt.Point implements Serializable

Class org.safs.rational.MenuTree extends Tree implements Serializable

Class org.safs.rational.RTestRecordData extends TestRecordHelper implements Serializable

Serialized Fields

compTestObject

TestObject compTestObject
child's TestObject when it is appropriate.


windowTestObject

TestObject windowTestObject
window's TestObject when it is appropriate.


script

Script script
Hook's (Script instance (this)) when it is appropriate.


Package org.safs.rmi.engine

Class org.safs.rmi.engine.AgentImpl extends RemoteRoot implements Serializable

Serialized Fields

serverName

java.lang.String serverName
Subclasses will override to seek out different RMI Server Objects.


server

Server server

shutdown

boolean shutdown

stafshutdown

boolean stafshutdown

monitor

AgentImpl.ServerMonitor monitor

stafmonitor

AgentImpl.STAFMonitor stafmonitor

objID

java.rmi.server.ObjID objID

stafHelper

STAFHelper stafHelper

Class org.safs.rmi.engine.AgentImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L

Class org.safs.rmi.engine.AgentWindow extends java.lang.Object implements Serializable

Serialized Fields

agentID

java.rmi.server.ObjID agentID

windowID

java.lang.Object windowID

Class org.safs.rmi.engine.RemoteRoot extends java.rmi.server.UnicastRemoteObject implements Serializable

Serialized Fields

remoteType

java.lang.String remoteType
'Remote':Override to indicate Remote RMI type in RMI and debug messages. Each subclass will normally set this to a unique value for the subclass during the construction of a new subclass instance.

Class org.safs.rmi.engine.RMITestRecordData extends TestRecordData implements Serializable

Serialized Fields

compObject

java.lang.Object compObject
child pseudo-Object when it is appropriate. With Abbot this is an Integer() component ID or sometimes an AgentWindow. Other engines may store something different or may override for stricter type checking.

Must be Serializable for RMI transmission.


windowObject

java.lang.Object windowObject
window pseudo-Object when it is appropriate. With Abbot this is an Integer() component ID or sometimes an AgentWindow. Other engines may store something different or may override for stricter type checking.

Must be Serializable for Abbot RMI transmission.

Class org.safs.rmi.engine.ServerImpl extends RemoteRoot implements Serializable

Serialized Fields

agents

java.util.Hashtable<K,V> agents

serverName

java.lang.String serverName
Name of Server object in rmi Naming registry. Subclasses should override the value. Defaults to DEFAULT_RMI_SERVER

Class org.safs.rmi.engine.ServerImpl_Stub extends java.rmi.server.RemoteStub implements Serializable

serialVersionUID: 2L


Package org.safs.selenium

Class org.safs.selenium.STestRecordHelper extends TestRecordHelper implements Serializable

Serialized Fields

compTestObject

SGuiObject compTestObject
child's Object when it is appropriate.


windowTestObject

SGuiObject windowTestObject
window's Object when it is appropriate.


Package org.safs.selenium.spc

Class org.safs.selenium.spc.SPCElementInfoFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

spc

SPC spc

xpath

java.lang.String xpath

Class org.safs.selenium.spc.SPCGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

spc

SPC spc

btn_start

javax.swing.JButton btn_start

btn_stop

javax.swing.JButton btn_stop

btn_search

javax.swing.JButton btn_search

btn_refresh

javax.swing.JButton btn_refresh

jcb_url

javax.swing.JComboBox jcb_url

lbl_url

javax.swing.JLabel lbl_url

lbl_curwindows

javax.swing.JLabel lbl_curwindows

jcb_browsers

javax.swing.JComboBox jcb_browsers

jcb_curwindows

javax.swing.JComboBox jcb_curwindows

fra_main

javax.swing.JFrame fra_main

stp_results

SPCTreePanel stp_results

img_preview

org.safs.selenium.spc.SPCGUI.ImagePreview img_preview

split

javax.swing.JSplitPane split

scp_preview

javax.swing.JScrollPane scp_preview

lines

java.util.Vector<E> lines

txt_rec

javax.swing.JTextField txt_rec

btn_find

javax.swing.JButton btn_find

lbl_rec

javax.swing.JLabel lbl_rec

btn_cancel

javax.swing.JButton btn_cancel

btn_savemap

javax.swing.JButton btn_savemap

jfc_savemap

javax.swing.JFileChooser jfc_savemap

lbl_status

javax.swing.JLabel lbl_status

interruptProgressBar

boolean interruptProgressBar

Class org.safs.selenium.spc.SPCTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

xpath

java.lang.String xpath

xpart

java.lang.String xpart

bounds

java.awt.Rectangle bounds

recognitionString

java.lang.String recognitionString
recognitionString: SAFS Recognition String for a HTML element


id

java.lang.String id
id: it contains the value of property id of a HTML element For example:


name

java.lang.String name
name: it contains the value of property name of a HTML element For example:

Class org.safs.selenium.spc.SPCTreePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

rootNode

SPCTreeNode rootNode

treeModel

javax.swing.tree.DefaultTreeModel treeModel

tree

javax.swing.JTree tree

toolkit

java.awt.Toolkit toolkit

allNodes

java.util.ArrayList<E> allNodes

Package org.safs.sockets

Class org.safs.sockets.RemoteException extends java.lang.Exception implements Serializable

Class org.safs.sockets.ShutdownInvocationException extends java.lang.Exception implements Serializable

Serialized Fields

isRemoteShutdown

boolean isRemoteShutdown

cause

int cause

Package org.safs.staf.service.logging

Class org.safs.staf.service.logging.STAFLogException extends LogException implements Serializable

Serialized Fields

result

com.ibm.staf.STAFResult result
STAFResult containing STAF related information for this exception.


Package org.safs.text

Class org.safs.text.CaseInsensitiveHashtable extends java.util.Hashtable implements Serializable


Package org.safs.tools.consoles

Class org.safs.tools.consoles.GuiRecognitionDetector extends javax.swing.JFrame implements Serializable

Serialized Fields

llmhook

LLMouseHook llmhook

driver

STAFProcessContainerDriver driver

server

STAFLocalServer server

label

javax.swing.JLabel label

infoText

javax.swing.JTextArea infoText

engineBar

javax.swing.JTextField engineBar

statusBar

javax.swing.JTextField statusBar

Class org.safs.tools.consoles.SAFSMonitorFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

staf

STAFHelper staf

stop

javax.swing.JButton stop

pause

javax.swing.JButton pause

step

javax.swing.JButton step

run

javax.swing.JButton run

buttons

javax.swing.JPanel buttons

status

javax.swing.JTextField status

monitor

SAFSMonitorFrame.MonitorThread monitor

switchOfPOF

javax.swing.JCheckBox switchOfPOF

step_retry

javax.swing.JButton step_retry

weditToggle

javax.swing.JToggleButton weditToggle

watchTable

javax.swing.JTable watchTable

watchTableModel

javax.swing.table.DefaultTableModel watchTableModel

watchPane

javax.swing.JScrollPane watchPane

curtestRecordData

TestRecordHelper curtestRecordData

Purpose: stores current test record populated from STAF SAFS variables for watch and edit; JavaHook.STEP_RETRY_EXECUTION in InputProcessor. Its value is affected by two methods, resetCurTestRecordFromVar() and updateCurTestRecordFromGUI().


safs_driver_control_status

java.lang.String safs_driver_control_status

mydebugAppMap

SAFSMonitorFrame.debugAppMap mydebugAppMap

isTopWindow

boolean isTopWindow
If the monitor is shown on top, this isTopWindow will be set to true.


Package org.safs.tools.drivers

Class org.safs.tools.drivers.STAFProcessContainer extends javax.swing.JFrame implements Serializable

Serialized Fields

server

STAFLocalServer server

classdata

GuiClassData classdata

driver

STAFProcessContainerDriver driver

processor

STAFProcessContainer.Processor processor

mydialog

STAFProcessContainer.HierarchyDlg mydialog

rsdialog

STAFProcessContainer.HierarchyDlg rsdialog

out

java.io.OutputStream out

map

java.io.OutputStream map

closeout

boolean closeout

closemap

boolean closemap

interrupted

boolean interrupted

stopped

boolean stopped

shutdown

boolean shutdown

finalized

boolean finalized

inifile

INIFileReadWrite inifile

fullpathSearchMode

boolean fullpathSearchMode
When true enables FULLPATH_SEARCH_MODE recognition string use. This mode is NOT compatible with the tradional CLASSIC_SEARCH_MODE. Defaults to false.


mappedClassSearchMode

boolean mappedClassSearchMode
When true enables MAPPED_CLASS_SEARCH_MODE recognition string use. That means only mappable children will be returned. For RFT, testObject.getMappableChildren() will be used instead of testObject.getChildren(). Defaults to false.


rfsmSearchMode

boolean rfsmSearchMode
When true enables RFT_FIND_SEARCH_ACTION recognition string use. That means only mappable children will be returned. For RFT, testObject.getMappableChildren() will be used instead of testObject.getChildren(). Defaults to false.


ignoreInvisible

boolean ignoreInvisible
When true we will not process containers that are not visible. For example, hidden non-displayed panels (tabs) within a TabControl. JVM Command-Line: -Dsafs.processcontainer.ignoreInvisible= System Property:safs.processcontainer.ignoreInvisible= INI File Setting: ignoreInvisible= main() ARGS Parm: ignoreInvisible=

An ARGS Parm overrides the System Property which overrides any INI file setting.


withNameIncludeOnlyCaption

boolean withNameIncludeOnlyCaption
When true and a component is recognized by Name will shorten the recognition string to be just the topmost parent and the child component. All intermediate hierarchy information will be removed or ignored. JVM Command-Line: -Dsafs.processcontainer.shortWithName= System Property:safs.processcontainer.shortWithName= INI File Setting: shortWithName= main() ARGS Parm: shortWithName=

An ARGS Parm overrides the System Property which overrides any INI file setting.


withCommentsAndBlankLines

boolean withCommentsAndBlankLines

iniVsTreeFormat

boolean iniVsTreeFormat

shortenGeneralRecognition

boolean shortenGeneralRecognition
true if recognition strings should be stripped of intermediate parent recognition info that may be deemed unnecessary. For example, we know that the contentPane and layoutPane in Java JFrames and several intermediate HTML tags are unnecessary. JVM Command-Line: -Dsafs.processcontainer.shortRecognition= System Property:safs.processcontainer.shortRecognition= INI File Setting: shortRecognition= main() ARGS Parm: shortRecognition=

An ARGS Parm overrides the System Property which overrides any INI file setting.


rstringStrategy

RStringStrategy rstringStrategy
Holding some information for generating R-Strings optionally. Related to qualifier ID and AccessibleName/Name, Index= Initially new a RStringStrategy() with default options These options will be initialized by following settings JVM Command-Line: -Dsafs.processcontainer.rsStrategy.qualifier= System Property:safs.processcontainer.rsStrategy.qualifier= INI File Setting: rsStrategy.qualifier= main() ARGS Parm: rsStrategy.qualifier= JVM Command-Line: -Dsafs.processcontainer.rsStrategy.qualifier.useid= System Property:safs.processcontainer.rsStrategy.qualifier.useid= INI File Setting: rsStrategy.qualifier.useid= main() ARGS Parm: rsStrategy.qualifier.useid= JVM Command-Line: -Dsafs.processcontainer.rsStrategy.qualifier.useName= System Property:safs.processcontainer.rsStrategy.qualifier.useName= INI File Setting: rsStrategy.qualifier.useName= main() ARGS Parm: rsStrategy.qualifier.useName= JVM Command-Line: -Dsafs.processcontainer.rsStrategy.useGenericType= System Property:safs.processcontainer.rsStrategy.useGenericType= INI File Setting: rsStrategy.useGenericType= main() ARGS Parm: rsStrategy.useGenericType=

An ARGS Parm overrides the System Property which overrides any INI file setting.


m_ignoreChildInTLC

boolean m_ignoreChildInTLC
It decides if ignoring the children of TLC (TABLE/LISTBOX/LISTVIEW/COMBOBOX) When running with 'Processing Children' checked TLC' children usually are NOT cared by user. It is true as default. JVM Command-Line: -Dsafs.processcontainer.ignoreChildrenInListTableCombobox=true System Property:safs.processcontainer.ignoreChildrenInListTableCombobox=true INI File Setting: ignoreChildrenInListTableCombobox=true main() ARGS Parm: ignoreChildrenInListTableCombobox=true

An ARGS Parm overrides the System Property which overrides any INI file setting.


domainname

java.lang.String domainname

nameMap

java.util.Map<K,V> nameMap

inipath

java.lang.String inipath
Provided path to initialization file. JVM Command-Line: -Dsafs.processcontainer.ini= System Property: safs.processcontainer.ini= main() ARGS Parm: ini=


mappath

java.lang.String mappath
Provided path to app map output file. JVM Command-Line: -Dsafs.processcontainer.map= System Property:safs.processcontainer.map= INI File Setting: map= main() ARGS Parm: map=

An ARGS Parm overrides the System Property which overrides any INI file setting.


outpath

java.lang.String outpath
Provided path to detailed output file. JVM Command-Line: -Dsafs.processcontainer.out= System Property:safs.processcontainer.out= INI File Setting: out= main() ARGS Parm: out=

An ARGS Parm overrides the System Property which overrides any INI file setting.


menupath

java.lang.String menupath
Provided path to menu output file. JVM Command-Line: -Dsafs.processcontainer.menu= System Property:safs.processcontainer.menu= INI File Setting: menu= main() ARGS Parm: menu=

An ARGS Parm overrides the System Property which overrides any INI file setting.


theClientType

java.lang.String theClientType
Provided clientType. Support values at this time: "Java Client" JVM Command-Line: "-Dsafs.processcontainer.client=Java Client" System Property:safs.processcontainer.client="Java Client" INI File Setting: client="Java Client" main() ARGS Parm: "client=Java Client"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theWindowRec

java.lang.String theWindowRec
Provided windowRec. Defaults to CurrentWindow JVM Command-Line: "-Dsafs.processcontainer.windowRec=CurrentWindow" System Property:safs.processcontainer.windowRec="CurrentWindow" INI File Setting: windowRec="CurrentWindow" main() ARGS Parm: windowRec="CurrentWindow"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectRec

java.lang.String theObjectRec
Provided objectRec. Defaults to CurrentWindow JVM Command-Line: "-Dsafs.processcontainer.objectRec=CurrentWindow" System Property:safs.processcontainer.objectRec="CurrentWindow" INI File Setting: objectRec="CurrentWindow" main() ARGS Parm: objectRec="CurrentWindow"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectName

java.lang.String theObjectName
Provided objectName. Defaults to WindowName JVM Command-Line: "-Dsafs.processcontainer.objectName=WindowName" System Property:safs.processcontainer.objectName="WindowName" INI File Setting: objectName="WindowName" main() ARGS Parm: "objectName=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theObjectDesc

java.lang.String theObjectDesc
Provided objectDesc. Defaults to WindowName Object JVM Command-Line: "-Dsafs.processcontainer.objectDesc=WindowName Object" System Property:safs.processcontainer.objectDesc="WindowName Object" INI File Setting: objectDesc="WindowName Object" main() ARGS Parm: "objectDesc=WindowName Object"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoChildren

boolean theDoChildren
Provided doChildren. Defaults to true. JVM Command-Line: "-Dsafs.processcontainer.doChildren=true" System Property:safs.processcontainer.doChildren="true" INI File Setting: doChildren="true" main() ARGS Parm: "doChildren=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoProperties

boolean theDoProperties
Provided doProperties. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.doProperties=true" System Property:safs.processcontainer.doProperties="true" INI File Setting: doProperties="true" main() ARGS Parm: "doProperties=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDoMenu

boolean theDoMenu
Provided doMenu. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.doMenu=true" System Property:safs.processcontainer.doMenu="true" INI File Setting: doMenu="true" main() ARGS Parm: "doMenu=true"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theMenuName

java.lang.String theMenuName
Provided menuName. Defaults to WindowNameMenu JVM Command-Line: "-Dsafs.processcontainer.menuName=WindowNameMenu" System Property:safs.processcontainer.menuName="WindowNameMenu" INI File Setting: menuName="WindowNameMenu" main() ARGS Parm: "menuName=WindowNameMenu"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutDir

java.lang.String theOutDir
Provided output directory. Defaults to user current directory. JVM Command-Line: "-Dsafs.processcontainer.outDir=<current directory>" System Property:safs.processcontainer.outDir="<current directory>" INI File Setting: outDir="<current directory>" main() ARGS Parm: "outDir=<current directory>"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theOutPrefix

java.lang.String theOutPrefix
Provided output file prefix. Defaults to WindowName. JVM Command-Line: "-Dsafs.processcontainer.outPrefix=WindowName" System Property:safs.processcontainer.outPrefix="WindowName" INI File Setting: outPrefix="WindowName" main() ARGS Parm: "outPrefix=WindowName"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAppendMap

boolean theAppendMap
Provided appendMap. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.appendMap=false" System Property:safs.processcontainer.appendMap="false" INI File Setting: appendMap="false" main() ARGS Parm: "appendMap=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theAddInfo

boolean theAddInfo
Provided addInfo. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.addInfo=false" System Property:safs.processcontainer.addInfo="false" INI File Setting: addInfo="false" main() ARGS Parm: "addInfo=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theMapJPG

boolean theMapJPG
Provided mapJPG. Defaults to false. JVM Command-Line: "-Dsafs.processcontainer.mapJPG=false" System Property:safs.processcontainer.mapJPG="false" INI File Setting: mapJPG="false" main() ARGS Parm: "mapJPG=false"

An ARGS Parm overrides the System Property which overrides any INI file setting.


theDelayToRun

java.lang.String theDelayToRun
Time to delay before SPC starts to search. Defaults to 2. JVM Command-Line: "-Dsafs.processcontainer.delayToRun=2" System Property:safs.processcontainer.delayToRun="2" INI File Setting: delayToRun="2" main() ARGS Parm: "delayToRun=2"

An ARGS Parm overrides the System Property which overrides any INI file setting.


north

javax.swing.JPanel north

center

javax.swing.JPanel center

south

javax.swing.JPanel south

windowRecLabel

javax.swing.JLabel windowRecLabel

objectRecLabel

javax.swing.JLabel objectRecLabel

windowNameLabel

javax.swing.JLabel windowNameLabel

objectDescLabel

javax.swing.JLabel objectDescLabel

outputDirLabel

javax.swing.JLabel outputDirLabel

outputNameLabel

javax.swing.JLabel outputNameLabel

menuNameLabel

javax.swing.JLabel menuNameLabel

domainsLabel

javax.swing.JLabel domainsLabel

outputFullname

javax.swing.JButton outputFullname

OUTFILE_ACTION

java.lang.String OUTFILE_ACTION

OUTFILE_VIEW_ACTION

java.lang.String OUTFILE_VIEW_ACTION

menuFullname

javax.swing.JButton menuFullname

MENUFILE_ACTION

java.lang.String MENUFILE_ACTION

MENUFILE_VIEW_ACTION

java.lang.String MENUFILE_VIEW_ACTION

clientType

javax.swing.JList clientType

CLIENTTYPE_ACTION

java.lang.String CLIENTTYPE_ACTION

clientTypeScrollPane

javax.swing.JScrollPane clientTypeScrollPane

FULLPATH_SEARCH_ACTION

java.lang.String FULLPATH_SEARCH_ACTION

MAPPED_CLASS_SEARCH_ACTION

java.lang.String MAPPED_CLASS_SEARCH_ACTION

RFT_FIND_SEARCH_ACTION

java.lang.String RFT_FIND_SEARCH_ACTION

doProperties

javax.swing.JCheckBox doProperties

PROPERTIES_ACTION

java.lang.String PROPERTIES_ACTION

doChildren

javax.swing.JCheckBox doChildren

CHILDREN_ACTION

java.lang.String CHILDREN_ACTION

doChildrenSet

javax.swing.JButton doChildrenSet

CHILDRENSET_ACTION

java.lang.String CHILDRENSET_ACTION

IGNORE_CHILDREN

java.lang.String IGNORE_CHILDREN

appendMap

javax.swing.JCheckBox appendMap

APPENDMAP_ACTION

java.lang.String APPENDMAP_ACTION

doMenu

javax.swing.JCheckBox doMenu

MENU_ACTION

java.lang.String MENU_ACTION

addInfo

javax.swing.JCheckBox addInfo

ADDINFO_ACTION

java.lang.String ADDINFO_ACTION

mapJPG

javax.swing.JCheckBox mapJPG

MAPJPG_ACTION

java.lang.String MAPJPG_ACTION

doShortStrings

javax.swing.JCheckBox doShortStrings

SHORTEN_ACTION

java.lang.String SHORTEN_ACTION

doIgnoreInvisible

javax.swing.JCheckBox doIgnoreInvisible

INVISIBLE_ACTION

java.lang.String INVISIBLE_ACTION

doShortNames

javax.swing.JCheckBox doShortNames

SHORTNAME_ACTION

java.lang.String SHORTNAME_ACTION

mappedClassSearch

javax.swing.JCheckBox mappedClassSearch

advancedSettings

javax.swing.JButton advancedSettings

rfsmSearch

javax.swing.JCheckBox rfsmSearch

ADVANCEDSETTINGS_ACTION

java.lang.String ADVANCEDSETTINGS_ACTION

windowRec

javax.swing.JTextField windowRec

WINDOWREC_ACTION

java.lang.String WINDOWREC_ACTION

windowName

javax.swing.JTextField windowName

WINDOWNAME_ACTION

java.lang.String WINDOWNAME_ACTION

objectRec

javax.swing.JTextField objectRec

OBJECTREC_ACTION

java.lang.String OBJECTREC_ACTION

objectDesc

javax.swing.JTextField objectDesc

OBJECTDESC_ACTION

java.lang.String OBJECTDESC_ACTION

menuName

javax.swing.JTextField menuName

MENUNAME_ACTION

java.lang.String MENUNAME_ACTION

outputDir

javax.swing.JTextField outputDir

OUTPUTDIR_ACTION

java.lang.String OUTPUTDIR_ACTION

outPrefix

javax.swing.JTextField outPrefix

OUTPREFIX_ACTION

java.lang.String OUTPREFIX_ACTION

appMapFile

javax.swing.JTextField appMapFile

APPMAPFILE_ACTION

java.lang.String APPMAPFILE_ACTION

appMapFileShow

javax.swing.JButton appMapFileShow

APPMAPFILESHOW_ACTION

java.lang.String APPMAPFILESHOW_ACTION

delayToRunLabel

javax.swing.JLabel delayToRunLabel

delayToRunTextField

javax.swing.JTextField delayToRunTextField

DELAY_TO_RUN_TEXT

java.lang.String DELAY_TO_RUN_TEXT

DELAY_TO_RUN_TOOLTIP

java.lang.String DELAY_TO_RUN_TOOLTIP

DELAY_TO_RUN

java.lang.String DELAY_TO_RUN

run

javax.swing.JButton run

RUN_ACTION

java.lang.String RUN_ACTION

cancel

javax.swing.JButton cancel

CANCEL_ACTION

java.lang.String CANCEL_ACTION

help

javax.swing.JButton help

HELP_ACTION

java.lang.String HELP_ACTION

status

javax.swing.JLabel status

weLaunchedSTAF

boolean weLaunchedSTAF

outputViewer

java.lang.String outputViewer

APPFILE_VIEW_ACTION

java.lang.String APPFILE_VIEW_ACTION

Class org.safs.tools.drivers.STAFProcessContainer.HierarchyDlg extends javax.swing.JFrame implements Serializable

Serialized Fields

m_nodes

javax.swing.tree.DefaultMutableTreeNode m_nodes

m_rsTree

STAFProcessContainer.RsPCTreeMap m_rsTree

m_isRsStartWithTopWindow

boolean m_isRsStartWithTopWindow

rsTree

javax.swing.JTree rsTree

rsTextlabel

javax.swing.JLabel rsTextlabel

shortStrCheck

javax.swing.JCheckBox shortStrCheck

rsTextField

javax.swing.JTextField rsTextField

classNameTextField

javax.swing.JTextField classNameTextField

bHighlight

javax.swing.JButton bHighlight

bDisposeHighlight

javax.swing.JButton bDisposeHighlight

bMouseHookToggle

javax.swing.JButton bMouseHookToggle

eSearchString

javax.swing.JTextField eSearchString

bFindPrevious

javax.swing.JButton bFindPrevious

bFindNext

javax.swing.JButton bFindNext

m_nodesFound

java.util.ArrayList<E> m_nodesFound

m_nodesFoundIter

java.util.ListIterator<E> m_nodesFoundIter

m_curNodeFound

javax.swing.tree.TreeNode m_curNodeFound

m_mouseCheck

MouseCheckTimer m_mouseCheck

Class org.safs.tools.drivers.STAFProcessContainer.RsPCTreeMap extends java.lang.Object implements Serializable

Serialized Fields

m_topWindowRS

java.lang.String m_topWindowRS

m_pctree

PCTree m_pctree

m_rscache

java.util.Hashtable<K,V> m_rscache

m_nodes

javax.swing.tree.DefaultMutableTreeNode m_nodes

m_keycache

java.util.Hashtable<K,V> m_keycache

m_classcache

java.util.Hashtable<K,V> m_classcache

Class org.safs.tools.drivers.STAFProcessContainer.ValidatingEditor extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

validatingListener

STAFProcessContainer.ValidatingListener validatingListener

originalNodeValue

java.lang.Object originalNodeValue

Class org.safs.tools.drivers.STAFProcessContainer.ValidatingEventObject extends java.util.EventObject implements Serializable

Class org.safs.tools.drivers.STAFProcessContainerHelper extends TestRecordHelper implements Serializable

Serialized Fields

engineResults

java.util.Vector<E> engineResults

Package org.w3c.tools.codec

Class org.w3c.tools.codec.Base64FormatException extends java.lang.Exception implements Serializable