public class JComboBoxProxy extends JfcGraphicalSubitemProxy
javax.swing.JComboBox
class.
TextSelectGuiSubitemTestObject
Type | Desciption | Data Class |
---|---|---|
list | List Elements | ITestDataList |
selected | Selected List Elements | ITestDataText |
text | Current Text | ITestDataText |
Property | Usage |
---|---|
.class | The Java full class name of the test object. |
.classIndex | The zero-based index of the class relative to the immediate parent in the object map. |
.itemCount | The number of items in the list. |
.itemText | The text for the up to ten items from the list. |
.priorLabel | The text of a preceding label. Suppressed if there is no preceding label. |
accessibleContext.accessibleName | A programmatically defined name for the component. |
name | The name property, suppressed if default formatted (default form = className+count). |
toolTipText | The text from the associated tool tip, omitted if there is no associated tool tip. |
Subitem | Usage |
---|---|
Text |
Defines the element with the specified visible text. |
Index |
Defines the element at the specified zero-based index. |
ComponentProxy.ChildEnumerator, ComponentProxy.ImmediateChildEnumerator
TAB_INDEX, TAB_TEXT
childrenEnumerated, CLASSINDEX, CLASSINDEXWEIGHT, MAX_NAME, NAMEPROPERTY, NAMEPROPERTYWEIGHT, PRIORLABEL, PRIORLABELWEIGHT
LEFT, preDownState, processMouseEventHandler, ROLEINDEX, ROLEINDEXWEIGHT, TESTDATA_SPECIALFRAMESTATE, TESTDATA_SPECIALFRAMESTATE_DESCRIPTION, topLevelWindow
BROWSERTABTESTOBJECT_CLASSNAME, BROWSERTESTOBJECT_CLASSNAME, COLORDIALOGTESTOBJECT_CLASSNAME, CROSSDOMAINCONTAINER_CLASSNAME, DOCUMENTTESTOBJECT_CLASSNAME, DOMAINTESTOBJECT_CLASSNAME, ECLIPSETOPLEVELTESTOBJECT_CLASSNAME, EMBEDDEDBROWSERTESTOBJECT_CLASSNAME, FILEDIALOGTESTOBJECT_CLASSNAME, FRAMESUBITEMTESTOBJECT_CLASSNAME, FRAMETESTOBJECT_CLASSNAME, GEFEDITPARTTESTOBJECT_CLASSNAME, GUISUBITEMTESTOBJECT_CLASSNAME, GUITESTOBJECT_CLASSNAME, INTERNALFRAMETESTOBJECT_CLASSNAME, MESSAGEBOXTESTOBJECT_CLASSNAME, PALETTEGUISUBITEMTESTOBJECT_CLASSNAME, PROCESSTESTOBJECT_CLASSNAME, SCROLLSUBITEMTESTOBJECT_CLASSNAME, SCROLLTESTOBJECT_CLASSNAME, SELECTGUISUBITEMTESTOBJECT_CLASSNAME, SELECTSCROLLGUISUBITEMTESTOBJECT_CLASSNAME, SHELLTESTOBJECT_CLASSNAME, STATELESSGUISUBITEMTESTOBJECT_CLASSNAME, SUBITEMTESTOBJECT_CLASSNAME, TABITEMTESTOBJECT_CLASSNAME, TESTOBJECT_CLASSNAME, TEXTGUISUBITEMTESTOBJECT_CLASSNAME, TEXTGUITESTOBJECT_CLASSNAME, TEXTSCROLLTESTOBJECT_CLASSNAME, TEXTSELECTGUISUBITEMTESTOBJECT_CLASSNAME, TIMEOUTTESTOBJECT_CLASSNAME, TOGGLEGUITESTOBJECT_CLASSNAME, TOGGLETESTOBJECT_CLASSNAME, TOPLEVELSUBITEMTESTOBJECT_CLASSNAME, TOPLEVELTESTOBJECT_CLASSNAME, TRACKBARTESTOBJECT_CLASSNAME, vomClippedRectangle
INCLUDE_ALL, INCLUDE_JUSTOBJECT, INCLUDE_SIBLINGS
Constructor and Description |
---|
JComboBoxProxy(java.lang.Object theObjectInTheSUT)
This sole constructor for all proxy objects sets the SUT object
as a member variable for the proxy.
|
Modifier and Type | Method and Description |
---|---|
protected void |
activateTopWindow() |
void |
click(MouseModifiers modifiers)
Perform a mouse click action at the specified object relative
coordinates within the associated TestObject.
|
void |
doubleClick(MouseModifiers modifiers)
Perform a mouse dbl-click action at the specified object relative
coordinates within the associated TestObject.
|
void |
drag(MouseModifiers modifiers)
Perform a drag action against the associated TestObject with the
supplied set of mouse modifiers.
|
protected AbstractButtonProxy |
getButtonProxy()
Return the AbstractButtonProxy associated with this JComboBox.
|
java.util.Enumeration |
getChildrenEnumeration()
Return an enumeration of proxies for the children
of this object.
|
MethodSpecification |
getDataDrivableCommand()
This method must be implemented by any proxy that wishes to support
data driving.
|
protected int |
getItemCount() |
protected int |
getItemIndex(Subitem item) |
protected int |
getItemIndex(Text item) |
protected java.lang.Object |
getItemObject(int nIndex) |
protected java.lang.Object[] |
getItemObjects() |
protected java.lang.String[] |
getItemsText(int limit) |
java.lang.String |
getItemText(int nIndex)
This method returns the image of the value at the specified index.
|
protected javax.swing.JLabel |
getLabel()
Return the AbstractButtonProxy associated with this JComboBox.
|
protected JListProxy |
getListProxy()
Return the JListProxy associated with this JComboBox.
|
ProxyTestObject[] |
getOwnedObjects()
Returns an array of proxies for the objects owned
by this object.
|
protected JPopupMenuProxy |
getPopupProxy()
Return the JPopupMenu associated with this JComboBox.
|
java.lang.Object |
getProperty(java.lang.String propertyName)
Get the value for a specific property.
|
java.lang.String |
getRole()
Returns
TestObjectRole.ROLE_COMBO_BOX . |
java.awt.Rectangle |
getScreenRectangle(Subitem subitem)
Returns the rectangle that contains the component being
evaluated relative to the top left corner of the screen.
|
int |
getSelectedIndex() |
protected java.lang.Object |
getSelectedItemObject() |
java.lang.String |
getSelectedText() |
java.lang.Object |
getSubitem(Subitem subitem)
Returns an object that represents the specified subitem in the associated
test object.
|
ITestData |
getTestData(java.lang.String testDataType)
This method constructs the specified verification data object.
|
java.util.Hashtable |
getTestDataTypes()
Returns a hashtable of data type descriptions of the verification
point data available with the associated object in the SUT.
|
java.lang.String |
getTestObjectClassName()
Return the test object that implements IGraphicalSubitem.
|
java.lang.String |
getText() |
protected JTextProxy |
getTextProxy()
Return the JTextProxy associated with this JComboBox.
|
protected boolean |
isEditable()
Returns true if this JComboBox is editable.
|
void |
processSingleMouseEvent(IMouseActionInfo action)
Return a MethodSpecification for the specified mouse event.
|
void |
select(int index) |
void |
select(java.lang.String item) |
void |
setState(com.rational.test.ft.script.Action action)
This method performs a specific action.
|
void |
setState(com.rational.test.ft.script.Action action,
Subitem item)
This method performs a specific action against the subitem
at a specified index.
|
void |
setState(com.rational.test.ft.script.Action action,
Subitem start,
Subitem end)
This method performs a specific action against the subitem
range defined by the specified indices.
|
void |
setText(java.lang.String text) |
ITestData |
updateTestData(java.lang.String testDataType,
ITestData testData)
This method updates the supplied test data object and returns it.
|
click, click, click, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, getScreenPoint, getScreenPoint, hover, hover, hover, hover, mouseMove, mouseMove, mouseMove, mouseMove, nClick, nClickDrag, nClickDrag, nClickDragToScreenPoint, nClickDragToScreenPoint
getBorderTitle, getClippedRect, getClippedScreenRectangle, getDescriptiveName, getProperties, getStandardProperties, getText, getVisibleRectangle, getVisualClippedRectangle, hasFocus, isOpaque, isPointInObject, isType, scrollRectToVisible
canBeScrolled, childConstructed, getChildAtPoint, getChildProxy, getComponentChildren, getElementWithFocus, getEmbeddedBrowsers, getImmediateChildren, getLabelText, getLeadingLabel, getLocationOnScreen, getMappableChildren, getMappableParent, getName, getOwner, getParent, getParent2, getParentObject, getScreenRectangle, getTopParent, getWindow, isDopeyDynamicName, isEnabled, isHScroll, isLabelled, isRecognitionProperty, isShowing, isVScroll, setParent
click, doubleClick, drag, dragToScreenPoint, dumpAction, ensureObjectIsVisible, getActionRect, getCachedRectX, getCachedRectY, getMethodSpecForPoint, getProcessMouseEventHandler, getRegisteredTopLevelWindow, getScreenPoint, getScriptCommandFlags, getTopMappableWindow, getTopWindow, hover, invokeMethodOnEDT, isDrag, isPointInObject, modifiersChanged, nClick, processHoverMouseEvent, processMouseEvent, setProcessMouseEventHandler, setTopLevelWindow, shouldBeMapped
addMappableChildrenToVector, addRecognitionProperty, allowProperty, getAddedRecognitionPropertyValue, getChildren, getIndexer, getIndexers, getMethods, getNonValueProperties, getRecognitionProperties, getRecognitionPropertyWeight, getTestDomain, getTopMappableParent, getUniqueId, getVisualClippableParent, hasAddedRecognitionProperties, setIndexer, setProperty
addDataDrivableCommands, baseClassMatch, canTakeVP, equals, findChildrenWithProperties, findChildrenWithPropertiesAndInvoke, getChannel, getChildren, getDataDrivableCommands, getField, getIgnorableProperties, getMappableChildren, getMappableParent, getObjectClassName, getObjectCustomClassName, getOwnedObjects, getParent, getProxy, getScriptCommandAnchor, getVisualMappableChildren, getVisualTopParent, getVOMSpecificProperty, hasSpecialFrameState, isClassIndexConsidered, isSameObject, isValidObject, ping, suppressKeyAction
public JComboBoxProxy(java.lang.Object theObjectInTheSUT)
public java.lang.String getTestObjectClassName()
getTestObjectClassName
in interface IProxyBase
getTestObjectClassName
in class JfcGraphicalSubitemProxy
public java.lang.Object getProperty(java.lang.String propertyName)
getProperty
in class JComponentProxy
propertyName
- The name of the property to fetch.ProxyTestObject.getProperties()
,
ProxyTestObject.setProperty(String,Object)
,
ProxyTestObject.getRecognitionProperties()
,
ProxyTestObject.addRecognitionProperty(String,Object,int)
public java.lang.String getRole()
TestObjectRole.ROLE_COMBO_BOX
.getRole
in class JComponentProxy
public ProxyTestObject[] getOwnedObjects()
getOwnedObjects
in class ComponentProxy
public java.util.Enumeration getChildrenEnumeration()
getChildrenEnumeration
in class ComponentProxy
protected int getItemCount()
protected java.lang.Object getItemObject(int nIndex)
protected java.lang.Object[] getItemObjects()
protected java.lang.String[] getItemsText(int limit)
public java.lang.String getItemText(int nIndex)
nIndex
- The item index to get the image of.protected java.lang.Object getSelectedItemObject()
public java.lang.String getSelectedText()
public int getSelectedIndex()
protected int getItemIndex(Text item)
protected int getItemIndex(Subitem item)
public java.lang.Object getSubitem(Subitem subitem)
SubitemNotFoundException
will be thrown if the specified subitem is invalid relative to the associated
test object. null
may be returned if the subitem does not have
an object association that can be returned.getSubitem
in class JfcGraphicalSubitemProxy
subitem
- The subitem to fetch an object for.protected boolean isEditable()
protected JListProxy getListProxy()
protected JPopupMenuProxy getPopupProxy()
protected AbstractButtonProxy getButtonProxy()
protected javax.swing.JLabel getLabel()
protected JTextProxy getTextProxy()
protected void activateTopWindow()
activateTopWindow
in class JavaGuiProxy
public MethodSpecification getDataDrivableCommand()
null
value is returned.getDataDrivableCommand
in interface IDataDriven
getDataDrivableCommand
in class ProxyTestObject
ProxyTestObject.getDataDrivableCommands(int)
public void processSingleMouseEvent(IMouseActionInfo action)
processSingleMouseEvent
in class JavaGuiProxy
action
- The event cache and other mouse state information
for this mouse action.public java.awt.Rectangle getScreenRectangle(Subitem subitem)
getScreenRectangle
in class JfcGraphicalSubitemProxy
public void click(MouseModifiers modifiers)
click
in class JfcGraphicalSubitemProxy
public void doubleClick(MouseModifiers modifiers)
doubleClick
in class JfcGraphicalSubitemProxy
public void drag(MouseModifiers modifiers)
drag
in class JfcGraphicalSubitemProxy
public void setState(com.rational.test.ft.script.Action action, Subitem item)
item
- The item to act upon.action
- The action that should be performed.public void setState(com.rational.test.ft.script.Action action)
action
- The action that should be performed.public void setState(com.rational.test.ft.script.Action action, Subitem start, Subitem end)
start
- The first item to act upon.end
- The last item to act upon.action
- The action that should be performed.public java.lang.String getText()
public void setText(java.lang.String text)
public void select(java.lang.String item)
public void select(int index)
public java.util.Hashtable getTestDataTypes()
getTestDataTypes
in class JavaProxy
getTestData(String)
,
ITestData
public ITestData getTestData(java.lang.String testDataType)
getTestDataTypes
.getTestData
in class ProxyTestObject
testDataType
- A test data type supplied by
getTestDataTypes
.getTestDataTypes()
,
ITestData
public ITestData updateTestData(java.lang.String testDataType, ITestData testData)
getTestDataTypes
.
The testData is a previously supplied ITestData
object that needs to be updated to reflect the current state
of the associated test object.updateTestData
in class ProxyTestObject
testDataType
- A test data type supplied by
getTestDataTypes
.testData
- The test data base object that requires
updating.getTestDataTypes()
,
ITestData