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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotCombo
 SWTBotCombo SWTBot.comboBox()
           
 SWTBotCombo SWTBot.comboBox(int index)
           
 SWTBotCombo SWTBot.comboBox(String text)
           
 SWTBotCombo SWTBot.comboBox(String text, int index)
           
 SWTBotCombo SWTBot.comboBoxInGroup(String inGroup)
           
 SWTBotCombo SWTBot.comboBoxInGroup(String inGroup, int index)
           
 SWTBotCombo SWTBot.comboBoxInGroup(String text, String inGroup)
           
 SWTBotCombo SWTBot.comboBoxInGroup(String text, String inGroup, int index)
           
 SWTBotCombo SWTBot.comboBoxWithId(String value)
           
 SWTBotCombo SWTBot.comboBoxWithId(String value, int index)
           
 SWTBotCombo SWTBot.comboBoxWithId(String key, String value)
           
 SWTBotCombo SWTBot.comboBoxWithId(String key, String value, int index)
           
 SWTBotCombo SWTBot.comboBoxWithLabel(String label)
           
 SWTBotCombo SWTBot.comboBoxWithLabel(String label, int index)
           
 SWTBotCombo SWTBot.comboBoxWithLabelInGroup(String label, String inGroup)
           
 SWTBotCombo SWTBot.comboBoxWithLabelInGroup(String label, String inGroup, int index)
           
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotCombo
 SWTBotCombo SWTBotCombo.typeText(String text)
          Types the string in the combo box.
 SWTBotCombo SWTBotCombo.typeText(String text, int interval)
          Types the string in the combo box.