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

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

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotArrowButton
 SWTBotArrowButton SWTBot.arrowButton()
           
 SWTBotArrowButton SWTBot.arrowButton(int index)
           
 SWTBotArrowButton SWTBot.arrowButtonInGroup(String inGroup)
           
 SWTBotArrowButton SWTBot.arrowButtonInGroup(String inGroup, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithId(String value)
           
 SWTBotArrowButton SWTBot.arrowButtonWithId(String value, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithId(String key, String value)
           
 SWTBotArrowButton SWTBot.arrowButtonWithId(String key, String value, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithLabel(String label)
           
 SWTBotArrowButton SWTBot.arrowButtonWithLabel(String label, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithLabelInGroup(String label, String inGroup)
           
 SWTBotArrowButton SWTBot.arrowButtonWithLabelInGroup(String label, String inGroup, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithTooltip(String tooltip)
           
 SWTBotArrowButton SWTBot.arrowButtonWithTooltip(String tooltip, int index)
           
 SWTBotArrowButton SWTBot.arrowButtonWithTooltipInGroup(String tooltip, String inGroup)
           
 SWTBotArrowButton SWTBot.arrowButtonWithTooltipInGroup(String tooltip, String inGroup, int index)
           
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotArrowButton
 SWTBotArrowButton SWTBotArrowButton.click()
          Click on the button.