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

ArrayList<E> listeners

Class abbot.editor.ComponentNode extends DefaultMutableTreeNode implements Serializable

Serialized Fields

hierarchy

Hierarchy hierarchy

map

Map<K,V> 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

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

abbot.editor.ScriptEditorFrame.TwoStateEditorMenu assertMenu

waitMenu

abbot.editor.ScriptEditorFrame.TwoStateEditorMenu waitMenu

aboutBox

JDialog aboutBox

lastEditor

JPanel lastEditor

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

Class abbot.editor.TestSelector extends JDialog implements Serializable

Serialized Fields

fList

JList fList

pathEditor

ArrayEditor pathEditor

fOk

JButton fOk

fSelectedItem

String fSelectedItem

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.editors

Class abbot.editor.editors.ActionEditor extends CallEditor implements Serializable

Class abbot.editor.editors.AnnotationEditor extends StepEditor implements Serializable

Serialized Fields

annotation

Annotation annotation

text

JTextArea text

reposition

JButton reposition

userDismiss

JCheckBox userDismiss

relative

JComboBox relative

Class abbot.editor.editors.AppletviewerEditor extends StepEditor implements Serializable

Serialized Fields

applet

Appletviewer applet

code

JTextField code

params

ArrayEditor params

codebase

JTextField codebase

archive

JTextField archive

width

JTextField width

height

JTextField height

Class abbot.editor.editors.AssertEditor extends PropertyCallEditor implements Serializable

Serialized Fields

step

Assert step

value

JTextField value

invert

JCheckBox invert

wait

JCheckBox wait

timeout

JTextField timeout

interval

JTextField interval

optionsIndex

int optionsIndex

Class abbot.editor.editors.CallEditor extends StepEditor implements Serializable

Serialized Fields

call

Call call

target

JTextField target

method

JComboBox method

arguments

ArrayEditor arguments

names

String[] names

fieldChanging

boolean fieldChanging

Class abbot.editor.editors.CommentEditor extends StepEditor implements Serializable

Serialized Fields

comment

Comment comment

description

JTextArea description

Class abbot.editor.editors.EventEditor extends StepEditor implements Serializable

Serialized Fields

event

Event event

type

JComboBox type

kind

JComboBox kind

cref

JComboBox cref

ignoreCombo

boolean ignoreCombo

xValue

JTextField xValue

yValue

JTextField yValue

keyCode

JTextField keyCode

Class abbot.editor.editors.ExpressionEditor extends StepEditor implements Serializable

Serialized Fields

step

Expression step

expr

JTextArea expr

run

JButton run

DEFAULT_FG

Color DEFAULT_FG

status

JTextArea status

Class abbot.editor.editors.FixtureEditor extends ScriptEditor implements Serializable

Class abbot.editor.editors.ImportButton extends JButton implements Serializable

Serialized Fields

launchfilechooser

JFileChooser launchfilechooser

workspacefilechooser

JFileChooser workspacefilechooser

launchfilefilter

abbot.editor.editors.ImportButton.LaunchFileFilter launchfilefilter

workspacefilefilter

abbot.editor.editors.ImportButton.WorkspaceFileFilter workspacefilefilter

editor

LaunchEditor editor

launch

Launch launch

Class abbot.editor.editors.LaunchEditor extends CallEditor implements Serializable

Serialized Fields

launch

Launch launch

classpath

ArrayEditor classpath

thread

JCheckBox thread

importeclipse

JButton importeclipse

Class abbot.editor.editors.PropertyCallEditor extends CallEditor implements Serializable

Serialized Fields

component

JComboBox component

call

PropertyCall call

Class abbot.editor.editors.SampleEditor extends PropertyCallEditor implements Serializable

Serialized Fields

step

Sample step

property

JTextField property

Class abbot.editor.editors.ScriptEditor extends SequenceEditor implements Serializable

Serialized Fields

script

Script script

path

JTextField path

fork

JCheckBox fork

vmargs

JTextField vmargs

Class abbot.editor.editors.SequenceEditor extends StepEditor implements Serializable

Class abbot.editor.editors.StepEditor extends JPanel implements Serializable

Serialized Fields

step

Step step

label

JLabel label

description

JTextField description

layout

LayoutManager layout

listeners

ArrayList<E> listeners

fieldChanging

boolean fieldChanging

Class abbot.editor.editors.XMLEditor extends AbstractCellEditor implements Serializable

Serialized Fields

textField

JTextField textField

editorComponent

JComponent editorComponent

delegate

XMLEditor.EditorDelegate delegate

clickCountToStart

int clickCountToStart

Package abbot.editor.recorder

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

Serialized Fields

reason

Throwable reason

Package abbot.editor.widgets

Class abbot.editor.widgets.AbstractComponentDecorator.Painter extends JComponent implements Serializable

Serialized Fields

base

int base

cursor

Cursor cursor

Class abbot.editor.widgets.ArrayEditor extends Box implements Serializable

Serialized Fields

listeners

ArrayList<E> listeners

data

ArrayList<E> data

adjusting

boolean adjusting

rows

ArrayList<E> rows

Class abbot.editor.widgets.ArrayEditor.Row extends JPanel implements Serializable

Serialized Fields

elementEditor

ArrayEditor.ElementEditor elementEditor

editor

Component editor

addButton

JButton addButton

removeButton

JButton removeButton

Class abbot.editor.widgets.ArrayEditor.TextEditor extends TextField implements Serializable

Class abbot.editor.widgets.TextArea extends JTextArea implements Serializable

Serialized Fields

continuousFire

boolean continuousFire

fieldChanging

boolean fieldChanging

listeners

ArrayList<E> listeners

Class abbot.editor.widgets.TextField extends JTextField implements Serializable

Serialized Fields

notifying

boolean notifying
Avoid recursive changes to the field's text.


decorator

TextField.Decorator decorator

Class abbot.editor.widgets.TextField.Decorator.RevertFieldAction extends AbstractAction implements Serializable


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<K,V> params

codebase

String codebase

archive

String archive

width

String width

height

String height

appletClassLoader

ClassLoader appletClassLoader

appletViewerFrame

Frame appletViewerFrame

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<K,V> eventAttributes

Class abbot.script.Expression extends Step implements Serializable

Serialized Fields

expression

String expression

Class abbot.script.Fixture extends Script implements Serializable

Class abbot.script.Interpreter extends Interpreter implements Serializable

Class abbot.script.InvalidScriptException extends RuntimeException 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

fork

boolean fork

slow

boolean slow

awt

boolean awt

lastSaved

int lastSaved

vmargs

String vmargs

properties

Map<K,V> properties

hierarchy

Hierarchy hierarchy

refs

Map<K,V> refs
Read-only map of ref IDs into ComponentReferences.


components

Map<K,V> components
Maps components to references. This cache provides a 20% speedup when adding new references.


formatForSave

boolean formatForSave
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<E> sequence

Class abbot.script.Step extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)

writeObject

private void writeObject(ObjectOutputStream out)
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.ProcessOutputHandler.ProcessAbnormalExitException extends IOException implements Serializable

Serialized Fields

code

int code

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.CelsiusConverter extends JPanel implements Serializable

Serialized Fields

precision

int precision

celsiusLabel

JLabel celsiusLabel

fahrLabel

JLabel fahrLabel

inputText

JTextField inputText

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

Package junit.extensions.abbot

Class junit.extensions.abbot.ComponentTestFixture.EventDispatchException extends InvocationTargetException implements Serializable



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

SourceForge