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

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

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

Subclasses of SWTBotGefEditPart in org.eclipse.swtbot.eclipse.gef.finder.widgets
 class SWTBotGefConnectionEditPart
          represent a connection edit part of a graphical viewer.
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return SWTBotGefEditPart
 SWTBotGefEditPart SWTBotGefEditPart.activateDirectEdit()
           
 SWTBotGefEditPart SWTBotGefEditPart.activateDirectEdit(Object feature)
           
 SWTBotGefEditPart SWTBotGefEditPart.click()
          click on the edit part.
 SWTBotGefEditPart SWTBotGefEditPart.click(org.eclipse.draw2d.geometry.Point location)
          click on the edit part at the specified location
protected  SWTBotGefEditPart SWTBotGefEditor.createEditPart(org.eclipse.gef.EditPart part)
          lazily creates a SWTBotGefEditPart if this edit part does not exist yet.
protected  SWTBotGefEditPart SWTBotGefViewer.createEditPart(org.eclipse.gef.EditPart part)
          lazily creates a SWTBotGefEditPart if this edit part does not exist yet.
 SWTBotGefEditPart SWTBotGefEditPart.doubleClick()
          double click on the edit part.
 SWTBotGefEditPart SWTBotGefEditor.getEditPart(String label)
          get this edit part with the label as a single selection.
 SWTBotGefEditPart SWTBotGefViewer.getEditPart(String label)
          get this edit part with the label as a single selection.
 SWTBotGefEditPart SWTBotGefEditor.getEditpart(String label, List<SWTBotGefEditPart> allEditParts)
          Deprecated. 
 SWTBotGefEditPart SWTBotGefViewer.getEditpart(String label, List<SWTBotGefEditPart> allEditParts)
          Deprecated. 
 SWTBotGefEditPart SWTBotGefEditor.mainEditPart()
           
 SWTBotGefEditPart SWTBotGefViewer.mainEditPart()
           
 SWTBotGefEditPart SWTBotGefEditPart.parent()
          get the parent, or null if this is the root edit part.
 SWTBotGefEditPart SWTBotGefEditor.rootEditPart()
          retrieve the root edit part.
 SWTBotGefEditPart SWTBotGefViewer.rootEditPart()
          retrieve the root edit part.
 SWTBotGefEditPart SWTBotGefEditPart.select()
          select this edit part as a single selection
 SWTBotGefEditPart SWTBotGefConnectionEditPart.source()
           
 SWTBotGefEditPart SWTBotGefConnectionEditPart.target()
           
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that return types with arguments of type SWTBotGefEditPart
 List<SWTBotGefEditPart> SWTBotGefEditPart.children()
          Get the children of this edit part.
 List<SWTBotGefEditPart> SWTBotGefEditPart.descendants(Matcher<? extends org.eclipse.gef.EditPart> matcher)
          find descendants that match.
 List<SWTBotGefEditPart> SWTBotGefEditor.editParts(Matcher<? extends org.eclipse.gef.EditPart> matcher)
           
 List<SWTBotGefEditPart> SWTBotGefViewer.editParts(Matcher<? extends org.eclipse.gef.EditPart> matcher)
           
 List<SWTBotGefEditPart> SWTBotGefEditor.selectedEditParts()
          Get the selected edit parts.
 List<SWTBotGefEditPart> SWTBotGefViewer.selectedEditParts()
          Get the selected edit parts.
 

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets with parameters of type SWTBotGefEditPart
 void SWTBotGefEditor.click(SWTBotGefEditPart editPart)
          Click on the specified edit part at the top left hand corner of its bounds.
 void SWTBotGefViewer.click(SWTBotGefEditPart editPart)
          Click on the specified edit part at the top left hand corner of its bounds.
 void SWTBotGefEditor.doubleClick(SWTBotGefEditPart editPart)
          Double click on the edit part which owns the specified label at the top left hand corner (with an offset) of its bounds.
 void SWTBotGefViewer.doubleClick(SWTBotGefEditPart editPart)
          Double click on the edit part which owns the specified label at the top left hand corner (with an offset) of its bounds.
 void SWTBotGefEditor.drag(SWTBotGefEditPart editPart, int toXPosition, int toYPosition)
          Drag and drop the specified edit part to the specified location.
 void SWTBotGefViewer.drag(SWTBotGefEditPart editPart, int toXPosition, int toYPosition)
          Drag and drop the specified edit part to the specified location.
 SWTBotGefEditor SWTBotGefEditor.select(SWTBotGefEditPart... parts)
          select this edit part as a single selection
 SWTBotGefViewer SWTBotGefViewer.select(SWTBotGefEditPart... parts)
          select this edit part as a single selection
 

Method parameters in org.eclipse.swtbot.eclipse.gef.finder.widgets with type arguments of type SWTBotGefEditPart
 SWTBotGefEditPart SWTBotGefEditor.getEditpart(String label, List<SWTBotGefEditPart> allEditParts)
          Deprecated. 
 SWTBotGefEditPart SWTBotGefViewer.getEditpart(String label, List<SWTBotGefEditPart> allEditParts)
          Deprecated. 
 SWTBotGefEditor SWTBotGefEditor.select(Collection<SWTBotGefEditPart> parts)
          select this edit part as a single selection
 SWTBotGefViewer SWTBotGefViewer.select(Collection<SWTBotGefEditPart> parts)
          select this edit part as a single selection