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

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

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

Methods in org.eclipse.swtbot.eclipse.gef.finder that return SWTBotGefEditor
protected  SWTBotGefEditor SWTGefBot.createEditor(IEditorReference reference, SWTWorkbenchBot bot)
          Create the editor.
 SWTBotGefEditor SWTGefBot.gefEditor(String fileName)
          Attempts to locate the Gef editor matching the given name.
 SWTBotGefEditor SWTGefBot.gefEditor(String fileName, int index)
          Attempts to locate the editor matching the given name.
 

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

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