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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotToggleButton
 SWTBotToggleButton SWTBot.toggleButton()
           
 SWTBotToggleButton SWTBot.toggleButton(int index)
           
 SWTBotToggleButton SWTBot.toggleButton(String mnemonicText)
           
 SWTBotToggleButton SWTBot.toggleButton(String mnemonicText, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonInGroup(String inGroup)
           
 SWTBotToggleButton SWTBot.toggleButtonInGroup(String inGroup, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonInGroup(String mnemonicText, String inGroup)
           
 SWTBotToggleButton SWTBot.toggleButtonInGroup(String mnemonicText, String inGroup, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithId(String value)
           
 SWTBotToggleButton SWTBot.toggleButtonWithId(String value, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithId(String key, String value)
           
 SWTBotToggleButton SWTBot.toggleButtonWithId(String key, String value, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithLabel(String label)
           
 SWTBotToggleButton SWTBot.toggleButtonWithLabel(String label, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithLabelInGroup(String label, String inGroup)
           
 SWTBotToggleButton SWTBot.toggleButtonWithLabelInGroup(String label, String inGroup, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithTooltip(String tooltip)
           
 SWTBotToggleButton SWTBot.toggleButtonWithTooltip(String tooltip, int index)
           
 SWTBotToggleButton SWTBot.toggleButtonWithTooltipInGroup(String tooltip, String inGroup)
           
 SWTBotToggleButton SWTBot.toggleButtonWithTooltipInGroup(String tooltip, String inGroup, int index)
           
 

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

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