Serialized Form


Package example

Class example.ArrowButton implements Serializable

Serialized Fields

direction

java.lang.String direction

oldDirection

java.lang.String oldDirection

down

boolean down

in

boolean in

listeners

java.awt.event.ActionListener listeners

Class example.FontChooser implements Serializable

Serialized Fields

specifiedFont

java.awt.Font specifiedFont

name

javax.swing.JComboBox name

bold

javax.swing.JCheckBox bold

italic

javax.swing.JCheckBox italic

size

NumberChooser size

listeners

java.beans.PropertyChangeSupport listeners

Class example.NumberChooser implements Serializable

Serialized Fields

up

ArrowButton up

down

ArrowButton down

field

javax.swing.JTextField field

minimum

int minimum

maximum

int maximum

step

int step

listeners

java.beans.PropertyChangeSupport listeners

oValue

java.lang.Integer oValue


Package junit.extensions.awt.editor

Class junit.extensions.awt.editor.ComponentBrowser implements Serializable

Serialized Fields

TAB_HIERARCHY

int TAB_HIERARCHY

TAB_REFERENCE

int TAB_REFERENCE

refreshButton

javax.swing.JButton refreshButton

filterButton

javax.swing.JCheckBox filterButton

addCheckButton

javax.swing.JButton addCheckButton

editor

ScriptEditor editor

componentTree

javax.swing.JTree componentTree

propTable

javax.swing.JTable propTable

refModel

ReferencesModel refModel

refTable

javax.swing.JTable refTable

propTableModel

ComponentPropertyModel propTableModel

rootNode

ComponentNode rootNode

filter

boolean filter

tabs

javax.swing.JTabbedPane tabs

referenceComponent

java.awt.Component referenceComponent

selectedReference

ComponentReference selectedReference

finder

ComponentFinder finder

Class junit.extensions.awt.editor.ComponentNode implements Serializable

Serialized Fields

finder

ComponentFinder finder

loading

boolean loading

Class junit.extensions.awt.editor.ComponentPropertyModel implements Serializable

Class junit.extensions.awt.editor.RecordingCanceledException implements Serializable

Class junit.extensions.awt.editor.ReferencesModel implements Serializable

Serialized Fields

editor

ScriptEditor editor

Class junit.extensions.awt.editor.ScriptEditor implements Serializable

Serialized Fields

editorGroup

java.lang.ThreadGroup editorGroup

autGroup

java.lang.ThreadGroup autGroup
Keep all application under test threads in the same group to make them easier to track.

finder

ComponentFinder finder

swingExitOK

boolean swingExitOK

ignoreStepEvents

boolean ignoreStepEvents

testClass

java.lang.Class testClass
Current test case class (should derive from AWTTestCase).

testSuite

AWTTestSuite testSuite
Current test suite.

testScript

Script testScript
Current test script.

testScriptList

java.util.Vector testScriptList
Current set of scripts, based on the test suite (if any).

testComponent

java.awt.Component testComponent
Currently selected component.

scriptModel

ScriptModel scriptModel
Adapter for representing the script itself, providing access to individual script steps.

recorder

Recorder recorder

ignoreComboBox

boolean ignoreComboBox

currentTestSuiteLabel

javax.swing.JLabel currentTestSuiteLabel

testScriptSelector

javax.swing.JComboBox testScriptSelector

testScriptDescription

javax.swing.JTextField testScriptDescription

scriptTable

ScriptTable scriptTable

status

javax.swing.JTextArea status

chooser

javax.swing.JFileChooser chooser

browser

ComponentBrowser browser

invertAssertions

boolean invertAssertions

insertMenu

javax.swing.JMenu insertMenu

recordMenu

javax.swing.JMenu recordMenu

assertMenu

javax.swing.JMenu assertMenu

waitMenu

javax.swing.JMenu waitMenu

actionMap

javax.swing.ActionMap actionMap
Hash map of all actions. Maps action names into their actions. Allows sub-panes and panels to override the main actions.

actions

javax.swing.Action[] actions
Set of basic actions for this app. Encapsulating the method invocations in actions allows enabling/disabling of each feature by operating on the action.

recorderListener

java.awt.event.ActionListener recorderListener
Standard listener for recorder objects, which displays their current status.

filter

ScriptFilter filter
Generic filter to select a test script.

Class junit.extensions.awt.editor.ScriptModel implements Serializable

Serialized Fields

openSequences

java.util.HashSet openSequences

script

Script script

rows

java.util.Vector rows

Class junit.extensions.awt.editor.ScriptTable implements Serializable

Serialized Fields

cursorLocation

int cursorLocation

model

ScriptModel model

Class junit.extensions.awt.editor.TestSelector implements Serializable

Serialized Fields

fCancel

javax.swing.JButton fCancel

fOk

javax.swing.JButton fOk

fNone

javax.swing.JButton fNone

fList

javax.swing.JList fList

fScrolledList

javax.swing.JScrollPane fScrolledList

fDescription

javax.swing.JLabel fDescription

fSelectedItem

java.lang.String fSelectedItem

Class junit.extensions.awt.editor.TestSelector.TestCellRenderer implements Serializable

Serialized Fields

fLeafIcon

javax.swing.Icon fLeafIcon

fSuiteIcon

javax.swing.Icon fSuiteIcon

Class junit.extensions.awt.editor.XMLEditor implements Serializable

Serialized Fields

textField

javax.swing.JTextField textField

editorComponent

javax.swing.JComponent editorComponent

delegate

XMLEditor.EditorDelegate delegate

clickCountToStart

int clickCountToStart


Package junit.extensions.awt.script

Class junit.extensions.awt.script.ComponentNotFoundException implements Serializable

Class junit.extensions.awt.script.InvalidScriptException implements Serializable

Class junit.extensions.awt.script.StepEvent implements Serializable

Serialized Fields

depth

int depth

id

int id

type

java.lang.String type

Class junit.extensions.awt.script.WaitTimedOutError implements Serializable