Uses of Class
org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBox

Packages that use SWTBotCheckBox
org.eclipse.swtbot.swt.finder Provides convenience API that most users would like to start with. 
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of SWTBotCheckBox in org.eclipse.swtbot.swt.finder
 

Methods in org.eclipse.swtbot.swt.finder that return SWTBotCheckBox
 SWTBotCheckBox SWTBot.checkBox()
           
 SWTBotCheckBox SWTBot.checkBox(int index)
           
 SWTBotCheckBox SWTBot.checkBox(String mnemonicText)
           
 SWTBotCheckBox SWTBot.checkBox(String mnemonicText, int index)
           
 SWTBotCheckBox SWTBot.checkBoxInGroup(String inGroup)
           
 SWTBotCheckBox SWTBot.checkBoxInGroup(String inGroup, int index)
           
 SWTBotCheckBox SWTBot.checkBoxInGroup(String mnemonicText, String inGroup)
           
 SWTBotCheckBox SWTBot.checkBoxInGroup(String mnemonicText, String inGroup, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithId(String value)
           
 SWTBotCheckBox SWTBot.checkBoxWithId(String value, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithId(String key, String value)
           
 SWTBotCheckBox SWTBot.checkBoxWithId(String key, String value, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithLabel(String label)
           
 SWTBotCheckBox SWTBot.checkBoxWithLabel(String label, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithLabelInGroup(String label, String inGroup)
           
 SWTBotCheckBox SWTBot.checkBoxWithLabelInGroup(String label, String inGroup, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithTooltip(String tooltip)
           
 SWTBotCheckBox SWTBot.checkBoxWithTooltip(String tooltip, int index)
           
 SWTBotCheckBox SWTBot.checkBoxWithTooltipInGroup(String tooltip, String inGroup)
           
 SWTBotCheckBox SWTBot.checkBoxWithTooltipInGroup(String tooltip, String inGroup, int index)
           
 

Uses of SWTBotCheckBox in org.eclipse.swtbot.swt.finder.widgets
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotCheckBox
 SWTBotCheckBox SWTBotCheckBox.click()
          Click on the checkbox, toggle it.