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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotScale
 SWTBotScale SWTBot.scale()
           
 SWTBotScale SWTBot.scale(int index)
           
 SWTBotScale SWTBot.scale(String text)
           
 SWTBotScale SWTBot.scale(String text, int index)
           
 SWTBotScale SWTBot.scaleInGroup(String inGroup)
           
 SWTBotScale SWTBot.scaleInGroup(String inGroup, int index)
           
 SWTBotScale SWTBot.scaleInGroup(String text, String inGroup)
           
 SWTBotScale SWTBot.scaleInGroup(String text, String inGroup, int index)
           
 SWTBotScale SWTBot.scaleWithId(String value)
           
 SWTBotScale SWTBot.scaleWithId(String value, int index)
           
 SWTBotScale SWTBot.scaleWithId(String key, String value)
           
 SWTBotScale SWTBot.scaleWithId(String key, String value, int index)
           
 SWTBotScale SWTBot.scaleWithLabel(String label)
           
 SWTBotScale SWTBot.scaleWithLabel(String label, int index)
           
 SWTBotScale SWTBot.scaleWithLabelInGroup(String label, String inGroup)
           
 SWTBotScale SWTBot.scaleWithLabelInGroup(String label, String inGroup, int index)
           
 SWTBotScale SWTBot.scaleWithTooltip(String tooltip)
           
 SWTBotScale SWTBot.scaleWithTooltip(String tooltip, int index)
           
 SWTBotScale SWTBot.scaleWithTooltipInGroup(String tooltip, String inGroup)
           
 SWTBotScale SWTBot.scaleWithTooltipInGroup(String tooltip, String inGroup, int index)