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

F

F1 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F1 keystroke.
F10 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F10 keystroke.
F11 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F11 keystroke.
F12 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F12 keystroke.
F2 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F2 keystroke.
F3 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F3 keystroke.
F4 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F4 keystroke.
F5 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F5 keystroke.
F6 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F6 keystroke.
F7 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F7 keystroke.
F8 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F8 keystroke.
F9 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The F9 keystroke.
FileUtils - Class in org.eclipse.swtbot.swt.finder.utils
Provides utilities to read and write to files.
FileUtils() - Constructor for class org.eclipse.swtbot.swt.finder.utils.FileUtils
 
find(List<PaletteEntry>, PaletteContainer, Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.gef.finder.finders.PaletteFinder
 
findActiveEditor() - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findActivePerspective() - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findActiveView() - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findCommand(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.finders.CommandFinder
Finds a command matching the given item.
findCommand(ICommandService, Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.finders.CommandFinder
Gets a list of all command matching the matcher.
findControls(Matcher<T>) - Method in class org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinder
Attempts to find the controls using the given matcher starting with the given parent widget.
findControls(Matcher<T>) - Method in class org.eclipse.swtbot.swt.finder.finders.ControlFinder
Finds the controls in the active shell matching the given matcher.
findControls(List<Widget>, Matcher<T>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.ControlFinder
Finds the controls matching one of the widgets using the given matcher.
findControls(Widget, Matcher<T>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.ControlFinder
Finds the controls starting with the given parent widget and uses the given matcher.
findControls(Matcher<T>) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds the controls in the active shell matching the given matcher.
findControls(List<Widget>, Matcher<T>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds the controls matching one of the widgets using the given matcher.
findControls(Widget, Matcher<T>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds the controls starting with the given parent widget and uses the given matcher.
findEditors(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findEntries(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.gef.finder.finders.PaletteFinder
 
Finder - Class in org.eclipse.swtbot.swt.finder.finders
A wrapper around ControlFinder and MenuFinder that delegates to either of them.
Finder(ControlFinder, MenuFinder) - Constructor for class org.eclipse.swtbot.swt.finder.finders.Finder
Constructs the finder with the given control and menu finder.
Finder(Finder, MenuFinder) - Constructor for class org.eclipse.swtbot.swt.finder.finders.Finder
Establishes the finder from an existing finder (control finder only) and the given new menu finder.
findMatches() - Method in class org.eclipse.swtbot.eclipse.finder.waits.WaitForEditor
 
findMatches() - Method in class org.eclipse.swtbot.eclipse.finder.waits.WaitForView
 
findMatches() - Method in class org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition
 
findMenus(IViewReference, Matcher<?>, boolean) - Method in class org.eclipse.swtbot.eclipse.finder.finders.ViewMenuFinder
Gets a list of all menus within the view.
findMenus(Matcher<MenuItem>) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds a menu matching the given item in all available shells.
findMenus(Menu, Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Fins all the menus in the given menu bar matching the given matcher.
findMenus(Shell, Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds the menus in the given shell using the given matcher.
findMenus(Shell[], Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds all the menus using the given matcher in the set of shells provided.
findMenus(Matcher<MenuItem>) - Method in class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Finds a menu matching the given item in all available shells.
findMenus(Shell[], Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Finds all the menus using the given matcher in the set of shells provided.
findMenus(Shell, Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Finds the menus in the given shell using the given matcher.
findMenus(Menu, Matcher<MenuItem>, boolean) - Method in class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Finds all the menus in the given menu bar matching the given matcher.
findPerspectives(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findShells(String) - Method in class org.eclipse.swtbot.swt.finder.finders.ControlFinder
Finds the shell matching the given text (shell.getText()).
findShells(String) - Method in class org.eclipse.swtbot.swt.finder.finders.Finder
Finds the shell matching the given text (shell.getText()).
findViews(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.finders.WorkbenchContentsFinder
 
findWidget(Matcher<S>) - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotWorkbenchPart
 
findWidgets(Matcher<S>) - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotWorkbenchPart
 
focus() - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditPart
focus on this edit part
foregroundColor() - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor
Gets the foreground color of the widget.
foregroundColor() - Method in class org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot
Gets the foreground color of the widget.
format(String, Object...) - Static method in class org.eclipse.swtbot.swt.finder.utils.MessageFormat
 
forward() - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowser
Navigate to the next session history item.

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