org.safs.abbot.jvmagent.agents
Class JScrollBarAgent

java.lang.Object
  extended by org.safs.jvmagent.agents.ObjectAgent
      extended by org.safs.jvmagent.agents.ComponentAgent
          extended by org.safs.jvmagent.agents.ContainerAgent
              extended by org.safs.jvmagent.agents.JComponentAgent
                  extended by org.safs.jvmagent.agents.JChildlessAgent
                      extended by org.safs.jvmagent.agents.JScrollBarAgent
                          extended by org.safs.abbot.jvmagent.agents.JScrollBarAgent
All Implemented Interfaces:
AlternateAncestorUser, LocalAgent, LocalAgentFactoryUser, LocalSubItemsAgent

public class JScrollBarAgent
extends JScrollBarAgent

Since:
Mar 30, 2005

Field Summary
 
Fields inherited from class org.safs.jvmagent.agents.JScrollBarAgent
objectType
 
Fields inherited from class org.safs.jvmagent.agents.ObjectAgent
alternateAncestor, alternateAncestorClassname, factory
 
Constructor Summary
JScrollBarAgent()
          Constructor for JScrollBarAgent.
 
Method Summary
 TestRecordData process(java.lang.Object object, TestRecordData testRecordData)
          Process the action provided in the testRecordData.
 
Methods inherited from class org.safs.jvmagent.agents.JChildlessAgent
getChildCount, getChildren
 
Methods inherited from class org.safs.jvmagent.agents.ComponentAgent
convertCoords, validateActionCommand, validateComponent
 
Methods inherited from class org.safs.jvmagent.agents.ObjectAgent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, 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

JScrollBarAgent

public JScrollBarAgent()
Constructor for JScrollBarAgent.

Method Detail

process

public TestRecordData 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.

Specified by:
process in interface LocalAgent
Overrides:
process in class ObjectAgent
Parameters:
testRecordData - provides all the information needed by the Agent to perform the action.
Returns:
TestRecordData with necessary info, especially the modified statuscode.