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

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

Uses of SWTBotToolbarButton in org.eclipse.swtbot.eclipse.finder.widgets
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return SWTBotToolbarButton
 SWTBotToolbarButton SWTBotWorkbenchPart.toolbarButton(String tooltip)
          Gets the toolbar button matching the given toolbar button.
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return types with arguments of type SWTBotToolbarButton
 List<SWTBotToolbarButton> SWTBotWorkbenchPart.getToolbarButtons()
          Gets the toolbar buttons currently visible.
 

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

Methods in org.eclipse.swtbot.swt.finder that return SWTBotToolbarButton
 SWTBotToolbarButton SWTBot.toolbarButton()
           
 SWTBotToolbarButton SWTBot.toolbarButton(int index)
           
 SWTBotToolbarButton SWTBot.toolbarButton(String mnemonicText)
           
 SWTBotToolbarButton SWTBot.toolbarButton(String mnemonicText, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonInGroup(String inGroup)
           
 SWTBotToolbarButton SWTBot.toolbarButtonInGroup(String inGroup, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonInGroup(String mnemonicText, String inGroup)
           
 SWTBotToolbarButton SWTBot.toolbarButtonInGroup(String mnemonicText, String inGroup, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithId(String value)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithId(String value, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithId(String key, String value)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithId(String key, String value, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithTooltip(String tooltip)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithTooltip(String tooltip, int index)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithTooltipInGroup(String tooltip, String inGroup)
           
 SWTBotToolbarButton SWTBot.toolbarButtonWithTooltipInGroup(String tooltip, String inGroup, int index)
           
 

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

Subclasses of SWTBotToolbarButton in org.eclipse.swtbot.swt.finder.widgets
 class SWTBotToolbarDropDownButton
          This represents a toolbar item that is a drop down button.
 class SWTBotToolbarPushButton
           
 class SWTBotToolbarRadioButton
          Represents a tool item of type checkbox
 class SWTBotToolbarSeparatorButton
          This represents a toolbar item that is a separator.
 class SWTBotToolbarToggleButton
          Represents a tool item of type checkbox
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return SWTBotToolbarButton
abstract  SWTBotToolbarButton SWTBotToolbarButton.click()
          Click on the tool item.