Uses of Class
org.eclipse.swtbot.swt.finder.utils.Position

Packages that use Position
org.eclipse.swtbot.eclipse.finder.widgets   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of Position in org.eclipse.swtbot.eclipse.finder.widgets
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets that return Position
 Position SWTBotEclipseEditor.cursorPosition()
          Gets the current position of the cursor.
 

Methods in org.eclipse.swtbot.eclipse.finder.widgets with parameters of type Position
 void SWTBotEclipseEditor.navigateTo(Position position)
          Sets the caret at the specified location.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that return Position
 Position SWTBotStyledText.cursorPosition()
          Gets the current position of the cursor.
 

Methods in org.eclipse.swtbot.swt.finder.widgets with parameters of type Position
 void SWTBotStyledText.navigateTo(Position position)
          Sets the caret at the specified location.