Serialized Form
error
String error
exception
Throwable exception
status
int status
components
Component[] components
TAB_HIERARCHY
int TAB_HIERARCHY
refreshButton
JButton refreshButton
filterButton
JCheckBox filterButton
addAssertButton
JButton addAssertButton
addSampleButton
JButton addSampleButton
filterPropertiesCheckBox
JCheckBox filterPropertiesCheckBox
resolver
Resolver resolver
componentTree
JTree componentTree
treeModel
DefaultTreeModel treeModel
propTable
JTable propTable
refModel
ReferencesModel refModel
refTable
JTable refTable
ptm
ComponentPropertyModel ptm
rootNode
ComponentNode rootNode
filter
boolean filter
tabs
JTabbedPane tabs
rootQueue
EventQueue rootQueue
selectedComponent
Component selectedComponent
- Currently selected component.
fakeComponent
boolean fakeComponent
- Is the currently selected component "fake"?
selectedReference
ComponentReference selectedReference
- Currently selected reference.
finder
ComponentFinder finder
ignoreHierarchyChange
boolean ignoreHierarchyChange
- Flag to avoid responding to list/tree selection changes when they're
made programmatically instead of by the user.
ignoreReferenceChange
boolean ignoreReferenceChange
listeners
Vector listeners
finder
ComponentFinder finder
loaded
boolean loaded
currentComponentClass
Class currentComponentClass
- The current list of property methods corresponds to this class.
isFiltered
boolean isFiltered
- Whether the current list is filtered.
pcl
PropertyChangeListener pcl
resolver
Resolver resolver
menuBar
JMenuBar menuBar
currentTestSuiteLabel
JLabel currentTestSuiteLabel
testScriptDescription
JTextField testScriptDescription
testSuiteSelectionButton
JButton testSuiteSelectionButton
runButton
JButton runButton
testScriptSelector
JComboBox testScriptSelector
scriptSplit
JSplitPane scriptSplit
scriptBrowserSplit
JSplitPane scriptBrowserSplit
scriptTable
ScriptTable scriptTable
stepEditor
JPanel stepEditor
statusBar
JTextArea statusBar
statusWindow
JDialog statusWindow
statusShown
boolean statusShown
statusText
JTextArea statusText
componentBrowser
ComponentBrowser componentBrowser
editor
ScriptEditor editor
actions
EditorAction[] actions
prefs
Preferences prefs
insertMenu
JMenu insertMenu
captureMenu
JMenu captureMenu
actionMenu
JMenu actionMenu
assertMenu
JMenu assertMenu
waitMenu
JMenu waitMenu
aboutBox
JDialog aboutBox
openSequences
HashSet openSequences
parents
HashMap parents
script
Script script
rows
ArrayList rows
cursorRow
int cursorRow
cursorParent
Sequence cursorParent
cursorParentIndex
int cursorParentIndex
cursorDepth
int cursorDepth
isDragging
boolean isDragging
dragSource
DragSource dragSource
dragSourceListener
DragSourceListener dragSourceListener
model
ScriptModel model
fCancel
JButton fCancel
fOk
JButton fOk
fNone
JButton fNone
fList
JList fList
fScrolledList
JScrollPane fScrolledList
fDescription
JLabel fDescription
fSelectedItem
String fSelectedItem
fLeafIcon
Icon fLeafIcon
fSuiteIcon
Icon fSuiteIcon
Package abbot.editor.actions |
al
ActionListener al
id
int id
Package abbot.editor.recorder |
reason
Throwable reason
title
String title
componentID
String componentID
userDismiss
boolean userDismiss
text
String text
x
int x
y
int y
width
int width
height
int height
expectedResult
String expectedResult
invert
boolean invert
wait
boolean wait
interval
long interval
timeout
long timeout
targetClassName
String targetClassName
methodName
String methodName
args
String[] args
componentID
String componentID
type
String type
kind
String kind
eventAttributes
Map eventAttributes
this$0
ForkedStepRunner this$0
msg
String msg
str
String str
trace
String trace
this$0
ForkedStepRunner this$0
msg
String msg
str
String str
trace
String trace
classpath
String classpath
delegate
boolean delegate
threaded
boolean threaded
componentID
String componentID
propertyName
String propertyName
filename
String filename
relativeDirectory
File relativeDirectory
loaded
boolean loaded
fork
boolean fork
slow
boolean slow
lastSaved
int lastSaved
vmargs
String vmargs
properties
Map properties
exportAllData
boolean exportAllData
- Flag to indicate whether emitted XML should contain the script
contents. Sometimes we just want a one-liner (like when displaying in
the script editor), and sometimes we want the full contents (when
writing to file).
refs
Map refs
- Maps a short mnemonic into a ComponentReference.
components
WeakHashMap components
- Maps actual components into ComponentReferences. This speeds up
lookup when attempting to match a component to an existing reference.
sequence
ArrayList sequence
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
description
String description
resolver
Resolver resolver
invalidScriptError
Throwable invalidScriptError
- Error encountered on parse.
id
int id
- Multi-use field. Currently only used by STEP_PROGRESS.
type
String type
- What type of step event (start, end, etc.)
throwable
Throwable throwable
- Error or failure, if any.
this$0
ThreadTerminatingSecurityManager this$0
direction
String direction
lastPaintedDirection
String lastPaintedDirection
down
boolean down
in
boolean in
listeners
ActionListener listeners
specifiedFont
Font specifiedFont
name
JComboBox name
bold
JCheckBox bold
italic
JCheckBox italic
size
NumberChooser size
listeners
PropertyChangeSupport listeners
up
ArrowButton up
down
ArrowButton down
field
JTextField field
minimum
int minimum
maximum
int maximum
step
int step
listeners
PropertyChangeSupport listeners
oValue
Integer oValue
msg
String msg
Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on