|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents the necessary methods for supporting a menu-type verification point.
| Method Summary | |
java.lang.String |
getAccelerator()
Returns the value of the accelerator property associated with this verification point. |
java.lang.String |
getMnemonic()
Returns the value of the mnemonic property associated with this verification point. |
java.lang.String |
getText()
Accesses the text associated with this verification point. |
boolean |
isCheckboxMenuItem()
Returns true if the menu item is a checkbox-type menu item. |
boolean |
isRadioMenuItem()
Returns true if the menu item is a checkbox-type menu item. |
boolean |
isSelected()
Returns the setting of the selected property associated with this verification point. |
void |
setAccelerator(java.lang.String accelerator)
Sets the accelerator property associated with this verification point. |
void |
setCheckboxMenuItem(boolean isCheckbox)
Sets the checkbox property associated with this verification point. |
void |
setMnemonic(java.lang.String mnemonic)
Sets the mnemonic property associated with this verification point. |
void |
setRadioMenuItem(boolean isRadio)
Sets the radio property associated with this verification point. |
void |
setSelected(boolean selected)
Sets the Selected property associated with this verification point. |
void |
setText(java.lang.String text)
Sets the text associated with this verification point. |
| Methods inherited from interface com.rational.test.ft.vp.ITestData |
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType |
| Method Detail |
public java.lang.String getText()
public void setText(java.lang.String text)
text - the text associated with this verification pointpublic java.lang.String getMnemonic()
setMnemonic(String)public void setMnemonic(java.lang.String mnemonic)
mnemonic - the associated menu mnemonicgetMnemonic()public java.lang.String getAccelerator()
setMnemonic(String)public void setAccelerator(java.lang.String accelerator)
accelerator - the associated menu acceleratorgetAccelerator()public boolean isCheckboxMenuItem()
true if the menu item is a checkbox-type menu item.
setCheckboxMenuItem(boolean)public void setCheckboxMenuItem(boolean isCheckbox)
isCheckbox - the new checkbox property valueisCheckboxMenuItem()public boolean isRadioMenuItem()
true if the menu item is a checkbox-type menu item.
setRadioMenuItem(boolean)public void setRadioMenuItem(boolean isRadio)
isRadio - the new radio property valueisRadioMenuItem()public boolean isSelected()
isRadioMenuItem() and isCheckboxMenuItem() menu items.
true if the checkbox or radio-style menu item is selectedsetSelected(boolean)public void setSelected(boolean selected)
Selected property associated with this verification point.
This property is only defined for isRadioMenuItem() and isCheckboxMenuItem() menu items.
selected - the new radio property valueisSelected()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||