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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotList
 SWTBotList SWTBot.list()
           
 SWTBotList SWTBot.list(int index)
           
 SWTBotList SWTBot.listInGroup(String inGroup)
           
 SWTBotList SWTBot.listInGroup(String inGroup, int index)
           
 SWTBotList SWTBot.listWithId(String value)
           
 SWTBotList SWTBot.listWithId(String value, int index)
           
 SWTBotList SWTBot.listWithId(String key, String value)
           
 SWTBotList SWTBot.listWithId(String key, String value, int index)
           
 SWTBotList SWTBot.listWithLabel(String label)
           
 SWTBotList SWTBot.listWithLabel(String label, int index)
           
 SWTBotList SWTBot.listWithLabelInGroup(String label, String inGroup)
           
 SWTBotList SWTBot.listWithLabelInGroup(String label, String inGroup, int index)