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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotCCombo
 SWTBotCCombo SWTBot.ccomboBox()
           
 SWTBotCCombo SWTBot.ccomboBox(int index)
           
 SWTBotCCombo SWTBot.ccomboBox(String text)
           
 SWTBotCCombo SWTBot.ccomboBox(String text, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxInGroup(String inGroup)
           
 SWTBotCCombo SWTBot.ccomboBoxInGroup(String inGroup, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxInGroup(String text, String inGroup)
           
 SWTBotCCombo SWTBot.ccomboBoxInGroup(String text, String inGroup, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxWithId(String value)
           
 SWTBotCCombo SWTBot.ccomboBoxWithId(String value, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxWithId(String key, String value)
           
 SWTBotCCombo SWTBot.ccomboBoxWithId(String key, String value, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxWithLabel(String label)
           
 SWTBotCCombo SWTBot.ccomboBoxWithLabel(String label, int index)
           
 SWTBotCCombo SWTBot.ccomboBoxWithLabelInGroup(String label, String inGroup)
           
 SWTBotCCombo SWTBot.ccomboBoxWithLabelInGroup(String label, String inGroup, int index)