| Modifier and Type | Method and Description |
|---|---|
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.
|
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setTypejava.lang.String getText()
void setText(java.lang.String text)
text - the text associated with this verification pointjava.lang.String getMnemonic()
setMnemonic(String)void setMnemonic(java.lang.String mnemonic)
mnemonic - the associated menu mnemonicgetMnemonic()java.lang.String getAccelerator()
setMnemonic(String)void setAccelerator(java.lang.String accelerator)
accelerator - the associated menu acceleratorgetAccelerator()boolean isCheckboxMenuItem()
true if the menu item is a checkbox-type menu item.setCheckboxMenuItem(boolean)void setCheckboxMenuItem(boolean isCheckbox)
isCheckbox - the new checkbox property valueisCheckboxMenuItem()boolean isRadioMenuItem()
true if the menu item is a checkbox-type menu item.setRadioMenuItem(boolean)void setRadioMenuItem(boolean isRadio)
isRadio - the new radio property valueisRadioMenuItem()boolean isSelected()
isRadioMenuItem() and isCheckboxMenuItem() menu items.true if the checkbox or radio-style menu item is selectedsetSelected(boolean)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()