|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IComboBox
The ComboListBoxProxy
uses this interface to access the text of the items from the proxy rather than dealing with formatting issues on the specific host.
Method Summary | |
---|---|
int |
getItemCount()
Returns the number of items available in the associated ComboBox control. |
java.lang.String |
getItemText(int itemIndex)
Returns the text of the item at the specified index. |
int |
getSelectedIndex()
Returns the index of the selected item in the associated ComboBox control. |
boolean |
needMethodSpecForPoint()
Returns true if getMethodSpecForPoint should return a coordinate based action for drags onto the popup. |
Method Detail |
---|
int getItemCount()
int getSelectedIndex()
java.lang.String getItemText(int itemIndex)
itemIndex
- The zero-based index of the desired item.
boolean needMethodSpecForPoint()
true
if getMethodSpecForPoint should return a coordinate based action for drags onto the popup.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |