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

Packages that use AbstractSWTBotControl
org.eclipse.swtbot.eclipse.gef.finder.widgets   
org.eclipse.swtbot.forms.finder.widgets   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of AbstractSWTBotControl in org.eclipse.swtbot.eclipse.gef.finder.widgets
 

Subclasses of AbstractSWTBotControl in org.eclipse.swtbot.eclipse.gef.finder.widgets
 class SWTBotGefFigureCanvas
          A bot which wraps the swt canvas control.
 

Uses of AbstractSWTBotControl in org.eclipse.swtbot.forms.finder.widgets
 

Subclasses of AbstractSWTBotControl in org.eclipse.swtbot.forms.finder.widgets
 class SWTBotHyperlink
          This represents a Hyperlink widget.
 class SWTBotImageHyperlink
          This represents a ImageHyperlink widget.
 

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

Subclasses of AbstractSWTBotControl in org.eclipse.swtbot.swt.finder.widgets
 class SWTBotArrowButton
          This represents a Button widget of type SWT.ARROW.
 class SWTBotBrowser
          This represents a Browser widget.
 class SWTBotButton
          This represents a Button widget of type SWT.PUSH.
 class SWTBotCCombo
          This represents a CCombo widget.
 class SWTBotCheckBox
          Represents a checkbox Button of type SWT.CHECK.
 class SWTBotCLabel
          This represents a CLabel widget.
 class SWTBotCombo
           
 class SWTBotDateTime
           
 class SWTBotLabel
          This represents a Label widget.
 class SWTBotLink
          This represents a Link widget.
 class SWTBotList
           
 class SWTBotRadio
          Represents a radio Button of type SWT.RADIO.
 class SWTBotShell
           
 

Methods in org.eclipse.swtbot.swt.finder.widgets that return AbstractSWTBotControl
protected  AbstractSWTBotControl<T> AbstractSWTBotControl.click(boolean post)
          Click on the center of the widget.
protected  AbstractSWTBotControl<T> AbstractSWTBotControl.moveMouseToWidget()
          Moves the cursor to the center of the widget
protected  AbstractSWTBotControl<T> AbstractSWTBotControl.rightClick(boolean post)
          Right click on the center of the widget.