Uses of Class
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefViewer

Packages that use SWTBotGefViewer
org.eclipse.swtbot.eclipse.gef.finder   
org.eclipse.swtbot.eclipse.gef.finder.widgets   
 

Uses of SWTBotGefViewer in org.eclipse.swtbot.eclipse.gef.finder
 

Methods in org.eclipse.swtbot.eclipse.gef.finder that return SWTBotGefViewer
 SWTBotGefViewer SWTGefBot.gefViewer(String partTitle)
          Attempts to locate a gef viewer that is embedded in a workbench part with the specified title.
 

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

Fields in org.eclipse.swtbot.eclipse.gef.finder.widgets declared as SWTBotGefViewer
protected  SWTBotGefViewer SWTBotGefEditor.viewer
           
protected  SWTBotGefViewer SWTBotGefEditPart.viewer
           
protected  SWTBotGefViewer SWTBotGefView.viewer
           
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return SWTBotGefViewer
 SWTBotGefViewer SWTBotGefViewer.activateTool(String label)
          Activate the tool with the specified label.
 SWTBotGefViewer SWTBotGefViewer.activateTool(String label, int index)
          Activate the tool with the specified label and the specified index.
 SWTBotGefViewer SWTBotGefViewer.clickContextMenu(String text)
           
 SWTBotGefViewer SWTBotGefEditor.getSWTBotGefViewer()
          Get the wrapped SWTBotGefViewer instance.
 SWTBotGefViewer SWTBotGefView.getSWTBotGefViewer()
          Get the wrapped SWTBotGefViewer instance.
 SWTBotGefViewer SWTBotGefViewer.select(Collection<SWTBotGefEditPart> parts)
          select this edit part as a single selection
 SWTBotGefViewer SWTBotGefViewer.select(String label)
          select the edit part with the label as a single selection.
 SWTBotGefViewer SWTBotGefViewer.select(SWTBotGefEditPart... parts)
          select this edit part as a single selection