Serialized Form
file
File file
line
int line
errorMessage
String errorMessage
throwable
Throwable throwable
status
int status
map
ActionMap map
TAB_HIERARCHY
int TAB_HIERARCHY
refreshButton
JButton refreshButton
filterButton
JCheckBox filterButton
addAssertButton
JButton addAssertButton
addSampleButton
JButton addSampleButton
filterPropertiesCheckBox
JCheckBox filterPropertiesCheckBox
resolver
Resolver resolver
componentTree
ComponentTree componentTree
propTable
JTable propTable
refModel
ReferencesModel refModel
refTable
JTable refTable
propertyModel
ComponentPropertyModel propertyModel
attributeTable
JTable attributeTable
attributeModel
ReferenceAttributeModel attributeModel
inputMapTable
JTable inputMapTable
actionMapTable
JTable actionMapTable
filter
boolean filter
tabs
JTabbedPane tabs
tabs2
JTabbedPane tabs2
selectedComponent
Component selectedComponent
- Currently selected component.
fakeComponent
boolean fakeComponent
- Is the currently selected component "fake"?
selectedReference
ComponentReference selectedReference
- Currently selected reference.
hierarchy
abbot.editor.ComponentBrowser.LocalHierarchy hierarchy
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
ArrayList listeners
hierarchy
Hierarchy hierarchy
map
Map map
loaded
boolean loaded
hierarchy
Hierarchy hierarchy
root
ComponentNode root
monitor
abbot.editor.ComponentTree.HierarchyMonitor monitor
model
DefaultTreeModel model
icons
ComponentTreeIcons icons
- Hash of class name to icon.
pcl
PropertyChangeListener pcl
map
InputMap map
file
File file
reference
ComponentReference reference
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
actionMap
ActionMap actionMap
prefs
Preferences prefs
logo
ImageIcon logo
insertMenu
JMenu insertMenu
INSERT_BASE_COUNT
int INSERT_BASE_COUNT
captureMenu
JMenu captureMenu
actionMenu
JMenu actionMenu
assertMenu
JMenu assertMenu
waitMenu
JMenu waitMenu
aboutBox
JDialog aboutBox
lastEditor
JPanel lastEditor
preserver
LookAndFeelPreserver preserver
firstShow
boolean firstShow
- Save size and position information before hiding.
cursorRow
int cursorRow
cursorParent
Sequence cursorParent
cursorParentIndex
int cursorParentIndex
cursorDepth
int cursorDepth
isDragging
boolean isDragging
dragSource
DragSource dragSource
dragSourceListener
DragSourceListener dragSourceListener
model
ScriptModel model
Package abbot.editor.actions |
Package abbot.editor.recorder |
reason
Throwable reason
Package abbot.editor.widgets |
listeners
ArrayList listeners
data
ArrayList data
adjusting
boolean adjusting
rows
ArrayList rows
elementEditor
ArrayEditor.ElementEditor elementEditor
editor
Component editor
addButton
JButton addButton
removeButton
JButton removeButton
continuousFire
boolean continuousFire
fieldChanging
boolean fieldChanging
listeners
ArrayList listeners
notifying
boolean notifying
- Avoid recursive changes to the field's text.
decorator
TextField.Decorator decorator
components
Component[] components
title
String title
componentID
String componentID
userDismiss
boolean userDismiss
text
String text
x
int x
y
int y
width
int width
height
int height
code
String code
params
Map params
codebase
String codebase
archive
String archive
width
String width
height
String height
appletClassLoader
ClassLoader appletClassLoader
appletViewerFrame
Frame appletViewerFrame
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
expression
String expression
classpath
String classpath
threaded
boolean threaded
componentID
String componentID
propertyName
String propertyName
filename
String filename
relativeDirectory
File relativeDirectory
fork
boolean fork
slow
boolean slow
awt
boolean awt
lastSaved
int lastSaved
vmargs
String vmargs
properties
Map properties
hierarchy
Hierarchy hierarchy
refs
Map refs
- Read-only map of ref IDs into ComponentReferences.
components
Map components
- Maps components to references. This cache provides a 20% speedup when
adding new references.
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).
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.
code
int code
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
list
JList list
label
JLabel label
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-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on