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

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

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

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return SWTBotGefConnectionEditPart
protected  SWTBotGefConnectionEditPart SWTBotGefEditor.createEditPart(org.eclipse.gef.ConnectionEditPart part)
          lazily creates a SWTBotGefConnectionEditPart if this edit part does not exist yet.
protected  SWTBotGefConnectionEditPart SWTBotGefViewer.createEditPart(org.eclipse.gef.ConnectionEditPart part)
          lazily creates a SWTBotGefConnectionEditPart if this edit part does not exist yet.
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return types with arguments of type SWTBotGefConnectionEditPart
 List<SWTBotGefConnectionEditPart> SWTBotGefEditPart.sourceConnections()
           
 List<SWTBotGefConnectionEditPart> SWTBotGefEditPart.targetConnections()