A B C D E F G H I J K L M N O P Q R S T U V W

R

radio(String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radio(String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radio() - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radio(int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioInGroup(String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioInGroup(String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioInGroup(String, String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioInGroup(String, String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithId(String, String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithId(String, String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithId(String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithId(String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithLabel(String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithLabel(String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithLabelInGroup(String, String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithLabelInGroup(String, String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithTooltip(String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithTooltip(String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithTooltipInGroup(String, String) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
radioWithTooltipInGroup(String, String, int) - Method in class org.eclipse.swtbot.swt.finder.SWTBot
 
read(String) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
read(File) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
read(InputStream) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
read(URL) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
read(Reader) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
readlines(String) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
RECORDER_FILE_NAME - Static variable in class org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences
Deprecated. - this will be removed in future versions
ReferenceBy - Enum in org.eclipse.swtbot.swt.finder
 
ReflectionInvoker - Class in org.eclipse.swtbot.swt.finder.utils.internal
This is an object use to invoke a method using reflections.
ReflectionInvoker(Object, String) - Constructor for class org.eclipse.swtbot.swt.finder.utils.internal.ReflectionInvoker
Constructs this object.
refresh() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowser
Refreshes browser
register() - Method in class org.eclipse.swtbot.swt.finder.finders.EventContextMenuFinder
Registers this finder so that it may start 'looking for' controls.
releaseKey(KeyStroke) - Method in class org.eclipse.swtbot.swt.finder.keyboard.AbstractKeyboardStrategy
Releases the specified key.
releaseKeys(KeyStroke...) - Method in class org.eclipse.swtbot.swt.finder.keyboard.AbstractKeyboardStrategy
 
releaseKeys(KeyStroke...) - Method in interface org.eclipse.swtbot.swt.finder.keyboard.KeyboardStrategy
Presses the specified keys.
resetActivePerspective() - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
 
resetWorkbench() - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
Does a best effort to reset the workbench.
resize(int, int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditPart
Resize the current edit part from the corner orientation to the new size.
Resolvable - Class in org.eclipse.swtbot.swt.finder.resolvers
Finds a resolver that can resolve the parent anc children of a widget.
Resolvable() - Constructor for class org.eclipse.swtbot.swt.finder.resolvers.Resolvable
Create a resolvable instance, with some default resolvers.
Resolvable(Resolver) - Constructor for class org.eclipse.swtbot.swt.finder.resolvers.Resolvable
Creates a resolvable using the given resolvable item.
resolver - Variable in class org.eclipse.swtbot.swt.finder.resolvers.Resolvable
The resolver
Resolver - Class in org.eclipse.swtbot.swt.finder.resolvers
A resolver that maps classes to the IChildrenResolvers that resolve the classes.
Resolver() - Constructor for class org.eclipse.swtbot.swt.finder.resolvers.Resolver
 
Result<T> - Interface in org.eclipse.swtbot.swt.finder.results
A runnable that returns an object of type T.
RIGHT - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The right keystroke.
rightClick() - Method in class org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot
Empty method stub, since it should be overridden by subclass#rightClick
rightClick(int, int, boolean) - Method in class org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot
Perform a right-click action at the given coordinates
rightClick(boolean) - Method in class org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl
Right click on the center of the widget.
rootEditPart() - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
retrieve the root edit part.
rootEditPart() - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefViewer
retrieve the root edit part.
row() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem
Returns the table row representation of cell values
rowCount() - Method in class org.eclipse.swtbot.swt.finder.utils.TableCollection
Gets the row count.
rowCount() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotTable
Gets the row count.
rowCount() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotTree
Gets the number of rows in the tree.
rowCount() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem
Returns the number of items contained in the receiver that are direct item children of the receiver.
run() - Method in class org.eclipse.swtbot.swt.finder.finders.UIThreadRunnable
This method is intelligent to execute in the UI thread.
run(RunNotifier) - Method in class org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner
 
run(RunNotifier) - Method in class org.eclipse.swtbot.swt.finder.junit.SWTBotJUnit4Suite
Deprecated. Decorates the run method of the super class with a screenshot capturer.
run() - Method in interface org.eclipse.swtbot.swt.finder.results.ArrayResult
 
run() - Method in interface org.eclipse.swtbot.swt.finder.results.Result
 
run() - Method in interface org.eclipse.swtbot.swt.finder.results.VoidResult
returns nothing.
run() - Method in class org.eclipse.swtbot.swt.finder.utils.internal.NextWidgetFinder
Runs the processing to find the next widget.
run() - Method in class org.eclipse.swtbot.swt.finder.utils.internal.PreviousWidgetFinder
Runs the processing to find the previous widget.
run() - Method in class org.eclipse.swtbot.swt.finder.utils.internal.ReflectionInvoker
Runs the processing to trigger the method to be invoked.
run() - Method in class org.eclipse.swtbot.swt.finder.utils.internal.SiblingFinder
Runs the process of finding the siblings.
run() - Method in class org.eclipse.swtbot.swt.finder.utils.internal.WidgetIndexFinder
Runs the finder to locate the index of the sibling.
runBare() - Method in class org.eclipse.swtbot.swt.finder.SWTBotTestCase
Overides the runBare method to TestCase to add the ability to capture a screen shot when an error is thrown.

A B C D E F G H I J K L M N O P Q R S T U V W