Serialized Form


Package abbot

Class abbot.AssertionFailedError implements Serializable

Class abbot.BugReport implements Serializable

Serialized Fields

error

String error

exception

Throwable exception

Class abbot.ComponentNotFoundException implements Serializable

Class abbot.ComponentSearchException implements Serializable

Class abbot.ExitException implements Serializable

Serialized Fields

status

int status

Class abbot.MultipleComponentsFoundException implements Serializable

Serialized Fields

components

Component[] components

Class abbot.NoSuchReferenceException implements Serializable

Class abbot.WaitTimedOutError implements Serializable


Package abbot.editor

Class abbot.editor.ComponentBrowser implements Serializable

Serialized Fields

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

Class abbot.editor.ComponentNode implements Serializable

Serialized Fields

finder

ComponentFinder finder

loaded

boolean loaded

Class abbot.editor.ComponentPropertyModel implements Serializable

Serialized Fields

currentComponentClass

Class currentComponentClass
The current list of property methods corresponds to this class.

isFiltered

boolean isFiltered
Whether the current list is filtered.

Class abbot.editor.CustomCheckBoxMenuItem implements Serializable

Serialized Fields

pcl

PropertyChangeListener pcl

Class abbot.editor.Preferences implements Serializable

Class abbot.editor.ReferencesModel implements Serializable

Serialized Fields

resolver

Resolver resolver

Class abbot.editor.ScriptEditorFrame implements Serializable

Serialized Fields

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

Class abbot.editor.ScriptModel implements Serializable

Serialized Fields

openSequences

HashSet openSequences

parents

HashMap parents

script

Script script

rows

ArrayList rows

Class abbot.editor.ScriptTable implements Serializable

Serialized Fields

cursorRow

int cursorRow

cursorParent

Sequence cursorParent

cursorParentIndex

int cursorParentIndex

cursorDepth

int cursorDepth

isDragging

boolean isDragging

dragSource

DragSource dragSource

dragSourceListener

DragSourceListener dragSourceListener

model

ScriptModel model

Class abbot.editor.TestSelector implements Serializable

Serialized Fields

fCancel

JButton fCancel

fOk

JButton fOk

fNone

JButton fNone

fList

JList fList

fScrolledList

JScrollPane fScrolledList

fDescription

JLabel fDescription

fSelectedItem

String fSelectedItem

Class abbot.editor.TestSelector.TestCellRenderer implements Serializable

Serialized Fields

fLeafIcon

Icon fLeafIcon

fSuiteIcon

Icon fSuiteIcon

Class abbot.editor.TextField implements Serializable


Package abbot.editor.actions

Class abbot.editor.actions.EditorAction implements Serializable

Serialized Fields

al

ActionListener al

id

int id

Class abbot.editor.actions.EditorToggleAction implements Serializable

Class abbot.editor.actions.NoUndoException implements Serializable


Package abbot.editor.recorder

Class abbot.editor.recorder.RecordingFailedException implements Serializable

Serialized Fields

reason

Throwable reason


Package abbot.script

Class abbot.script.Action implements Serializable

Class abbot.script.Annotation implements Serializable

Serialized Fields

title

String title

componentID

String componentID

userDismiss

boolean userDismiss

text

String text

x

int x

y

int y

width

int width

height

int height

Class abbot.script.Assert implements Serializable

Serialized Fields

expectedResult

String expectedResult

invert

boolean invert

wait

boolean wait

interval

long interval

timeout

long timeout

Class abbot.script.Call implements Serializable

Serialized Fields

targetClassName

String targetClassName

methodName

String methodName

args

String[] args

Class abbot.script.Comment implements Serializable

Class abbot.script.Event implements Serializable

Serialized Fields

componentID

String componentID

type

String type

kind

String kind

eventAttributes

Map eventAttributes

Class abbot.script.ForkedStepRunner.ForkedError implements Serializable

Serialized Fields

this$0

ForkedStepRunner this$0

msg

String msg

str

String str

trace

String trace

Class abbot.script.ForkedStepRunner.ForkedFailure implements Serializable

Serialized Fields

this$0

ForkedStepRunner this$0

msg

String msg

str

String str

trace

String trace

Class abbot.script.InvalidScriptException implements Serializable

Class abbot.script.Launch implements Serializable

Serialized Fields

classpath

String classpath

delegate

boolean delegate

threaded

boolean threaded

Class abbot.script.PropertyCall implements Serializable

Serialized Fields

componentID

String componentID

Class abbot.script.Sample implements Serializable

Serialized Fields

propertyName

String propertyName

Class abbot.script.Script implements Serializable

Serialized Fields

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.

Class abbot.script.Sequence implements Serializable

Serialized Fields

sequence

ArrayList sequence

Class abbot.script.Step implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

description

String description

resolver

Resolver resolver

invalidScriptError

Throwable invalidScriptError
Error encountered on parse.

Class abbot.script.StepEvent implements Serializable

Serialized Fields

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.

Class abbot.script.Terminate implements Serializable


Package abbot.tester

Class abbot.tester.ActionFailedException implements Serializable

Class abbot.tester.ComponentMissingException implements Serializable

Class abbot.tester.ComponentNotShowingException implements Serializable


Package abbot.util

Class abbot.util.ThreadTerminatingSecurityManager.ThreadTerminatedException implements Serializable

Serialized Fields

this$0

ThreadTerminatingSecurityManager this$0


Package example

Class example.ArrowButton implements Serializable

Serialized Fields

direction

String direction

lastPaintedDirection

String lastPaintedDirection

down

boolean down

in

boolean in

listeners

ActionListener listeners

Class example.CustomTextField implements Serializable

Class example.FontChooser implements Serializable

Serialized Fields

specifiedFont

Font specifiedFont

name

JComboBox name

bold

JCheckBox bold

italic

JCheckBox italic

size

NumberChooser size

listeners

PropertyChangeSupport listeners

Class example.NumberChooser implements Serializable

Serialized Fields

up

ArrowButton up

down

ArrowButton down

field

JTextField field

minimum

int minimum

maximum

int maximum

step

int step

listeners

PropertyChangeSupport listeners

oValue

Integer oValue

Class example.SimpleApplet implements Serializable

Serialized Fields

msg

String msg



Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge