org.safs.abbot
Class JComboBoxAgent

java.lang.Object
  |
  +--org.safs.jvmagent.ObjectAgent
        |
        +--org.safs.jvmagent.ComponentAgent
              |
              +--org.safs.jvmagent.ContainerAgent
                    |
                    +--org.safs.jvmagent.JComponentAgent
                          |
                          +--org.safs.jvmagent.JChildlessAgent
                                |
                                +--org.safs.jvmagent.JComboBoxAgent
                                      |
                                      +--org.safs.abbot.JComboBoxAgent
All Implemented Interfaces:
AlternateAncestorUser, LocalAgent, LocalAgentFactoryUser

public class JComboBoxAgent
extends JComboBoxAgent

Since:
Mar 30, 2005

Fields inherited from class org.safs.jvmagent.JComboBoxAgent
objectType
 
Fields inherited from class org.safs.jvmagent.JComponentAgent
JCOMPONENT_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ContainerAgent
CONTAINER_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ComponentAgent
COMPONENT_PROPERTIES
 
Fields inherited from class org.safs.jvmagent.ObjectAgent
alternateAncestor, alternateAncestorClassname, factory, OBJECT_PROPERTIES
 
Constructor Summary
JComboBoxAgent()
          Constructor for JComboBoxAgent.
 
Method Summary
 void process(java.lang.Object object, TestRecordData testRecordData)
          Process the action provided in the testRecordData.
 
Methods inherited from class org.safs.jvmagent.JChildlessAgent
getChildCount, getChildren
 
Methods inherited from class org.safs.jvmagent.JComponentAgent
getProperty, getPropertyNames
 
Methods inherited from class org.safs.jvmagent.ComponentAgent
validateActionCommand, validateComponent
 
Methods inherited from class org.safs.jvmagent.ObjectAgent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getStringData, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JComboBoxAgent

public JComboBoxAgent()
Constructor for JComboBoxAgent.
Method Detail

process

public void process(java.lang.Object object,
                    TestRecordData testRecordData)
Process the action provided in the testRecordData. An Agent may throw various types of Agent-specific RuntimeExceptions depending upon failure modes.
Overrides:
process in class ObjectAgent
Parameters:
testRecordData - provides all the information needed by the Agent to perform the action.