Serialized Form


Package abbot

Class abbot.AssertionFailedError extends AssertionFailedError implements Serializable

Serialized Fields

file

File file

line

int line

Class abbot.BugReport extends Error implements Serializable

Serialized Fields

errorMessage

String errorMessage

throwable

Throwable throwable

Class abbot.ExitException extends SecurityException implements Serializable

Serialized Fields

status

int status

Class abbot.WaitTimedOutError extends AssertionFailedError implements Serializable


Package abbot.editor

Class abbot.editor.ActionMapModel extends AbstractTableModel implements Serializable

Serialized Fields

map

ActionMap map

Class abbot.editor.ComponentBrowser extends JPanel 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

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

Vector listeners

Class abbot.editor.ComponentNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

hierarchy

Hierarchy hierarchy

elide

boolean elide

map

Map map

loaded

boolean loaded

Class abbot.editor.ComponentTree extends JTree implements Serializable

Serialized Fields

hierarchy

Hierarchy hierarchy

root

ComponentNode root

monitor

abbot.editor.ComponentTree.HierarchyMonitor monitor

model

DefaultTreeModel model

icons

ComponentTreeIcons icons
Hash of class name to icon.

Class abbot.editor.CustomCheckBoxMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

pcl

PropertyChangeListener pcl

Class abbot.editor.InputMapModel extends AbstractTableModel implements Serializable

Serialized Fields

map

InputMap map

Class abbot.editor.Preferences extends Properties implements Serializable

Serialized Fields

file

File file

Class abbot.editor.ReferenceAttributeModel extends AbstractTableModel implements Serializable

Serialized Fields

reference

ComponentReference reference

Class abbot.editor.ScriptEditorFrame extends JFrame implements Serializable

Serialized Fields

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

firstShow

boolean firstShow
Save size and position information before hiding.

Class abbot.editor.ScriptTable extends JTable 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


Package abbot.editor.actions

Class abbot.editor.actions.EditorAction extends AbstractAction implements Serializable

Class abbot.editor.actions.EditorToggleAction extends EditorAction implements Serializable

Class abbot.editor.actions.NoUndoException extends Exception implements Serializable


Package abbot.editor.recorder

Class abbot.editor.recorder.RecordingFailedException extends RuntimeException implements Serializable

Serialized Fields

reason

Throwable reason


Package abbot.finder

Class abbot.finder.ComponentNotFoundException extends ComponentSearchException implements Serializable

Class abbot.finder.ComponentSearchException extends Exception implements Serializable

Class abbot.finder.MultipleComponentsFoundException extends ComponentSearchException implements Serializable

Serialized Fields

components

Component[] components


Package abbot.script

Class abbot.script.Action extends Call implements Serializable

Class abbot.script.Annotation extends Step 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.Appletviewer extends Launch implements Serializable

Serialized Fields

code

String code

params

Map params

codebase

String codebase

archive

String archive

width

String width

height

String height

appletClassLoader

ClassLoader appletClassLoader

Class abbot.script.Assert extends PropertyCall implements Serializable

Serialized Fields

expectedResult

String expectedResult

invert

boolean invert

wait

boolean wait

interval

long interval

timeout

long timeout

Class abbot.script.Call extends Step implements Serializable

Serialized Fields

targetClassName

String targetClassName

methodName

String methodName

args

String[] args

Class abbot.script.Comment extends Step implements Serializable

Class abbot.script.Event extends Step implements Serializable

Serialized Fields

componentID

String componentID

type

String type

kind

String kind

eventAttributes

Map eventAttributes

Class abbot.script.InvalidScriptException extends Exception implements Serializable

Class abbot.script.Launch extends Call implements Serializable

Serialized Fields

classpath

String classpath

threaded

boolean threaded

Class abbot.script.NoSuchReferenceException extends RuntimeException implements Serializable

Class abbot.script.PropertyCall extends Call implements Serializable

Serialized Fields

componentID

String componentID

Class abbot.script.Sample extends PropertyCall implements Serializable

Serialized Fields

propertyName

String propertyName

Class abbot.script.Script extends Sequence 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

hierarchy

Hierarchy hierarchy

refs

Map refs
Maps 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).

Class abbot.script.Sequence extends Step implements Serializable

Serialized Fields

sequence

ArrayList sequence

Class abbot.script.Step extends Object 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 extends EventObject 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 extends Step implements Serializable


Package abbot.tester

Class abbot.tester.ActionFailedException extends RuntimeException implements Serializable

Class abbot.tester.ComponentMissingException extends ActionFailedException implements Serializable

Class abbot.tester.ComponentNotShowingException extends ActionFailedException implements Serializable

Class abbot.tester.LocationUnavailableException extends ActionFailedException implements Serializable


Package abbot.util

Class abbot.util.ThreadTerminatingSecurityManager.ThreadTerminatedException extends SecurityException implements Serializable


Package example

Class example.ArrowButton extends JPanel implements Serializable

Serialized Fields

direction

String direction

lastPaintedDirection

String lastPaintedDirection

down

boolean down

in

boolean in

listeners

ActionListener listeners

Class example.FontChooser extends JPanel implements Serializable

Serialized Fields

specifiedFont

Font specifiedFont

name

JComboBox name

bold

JCheckBox bold

italic

JCheckBox italic

size

NumberChooser size

listeners

PropertyChangeSupport listeners

Class example.LabeledList extends JPanel implements Serializable

Serialized Fields

list

JList list

label

JLabel label

Class example.NumberChooser extends JPanel 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 extends Applet implements Serializable

Serialized Fields

msg

String msg



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

SourceForge