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

M

mainEditPart() - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
 
mainEditPart() - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefViewer
 
matcher - Variable in class org.eclipse.swtbot.swt.finder.waits.WaitForObjectCondition
The matcher that is used to match widgets.
matcherMethod() - Method in enum org.eclipse.swtbot.swt.finder.ReferenceBy
 
matches(Object) - Method in class org.eclipse.swtbot.eclipse.gef.finder.matchers.AbstractToolEntryMatcher
 
matches(ToolEntry) - Method in class org.eclipse.swtbot.eclipse.gef.finder.matchers.AbstractToolEntryMatcher
 
matches(Object) - Method in class org.eclipse.swtbot.eclipse.gef.finder.matchers.IsInstanceOf
 
matches(Object) - Method in class org.eclipse.swtbot.eclipse.gef.finder.matchers.IsSelected
 
matches(ToolEntry) - Method in class org.eclipse.swtbot.eclipse.gef.finder.matchers.ToolEntryLabelMatcher
 
matches(Object) - Method in class org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher
 
MAX_ERROR_SCREENSHOT_COUNT - Static variable in class org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences
The maximum number of screenshots that SWTBot should capture.
menu(String) - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView
Gets a menu item matching the give label within the partReference menu if one exists.
menu(String, int) - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView
Gets a menu item matching the give label within the partReference menu if one exists.
menu(String) - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotMenu
Gets the menu matching the given name.
menu(String) - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItem
Convenience API for SWTBotTrayItem.contextMenu(String)
menuBar(Shell) - Method in class org.eclipse.swtbot.swt.finder.finders.ContextMenuFinder
Gets the menubar for the given shell.
menuBar(Shell) - Method in class org.eclipse.swtbot.swt.finder.finders.EventContextMenuFinder
Gets the menu bar that has been found.
menuBar(Shell) - Method in class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Gets the menu bar in the given shell.
menuClickResult - Variable in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewMenu
Holds the results of the click action.
MenuFinder - Class in org.eclipse.swtbot.swt.finder.finders
Finds menus matching a particular matcher.
MenuFinder() - Constructor for class org.eclipse.swtbot.swt.finder.finders.MenuFinder
Creates a MenuFinder.
menuItem(String) - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton
Finds the submenu inside this menu item.
menuItem(Matcher<MenuItem>) - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton
Finds all the submenu inside this menu item that match the given matcher.
menuItems(Matcher<MenuItem>) - Method in class org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButton
Finds all the submenus inside this menu item that match the given matcher.
menus() - Method in class org.eclipse.swtbot.eclipse.finder.widgets.SWTBotView
Gets a list of all menus within the partReference.
MessageFormat - Class in org.eclipse.swtbot.swt.finder.utils
Message formatter to optimize logging performance.
methodArgument() - Method in enum org.eclipse.swtbot.swt.finder.ReferenceBy
 
methodNameSuffix() - Method in enum org.eclipse.swtbot.swt.finder.ReferenceBy
 
mkdirs(String) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
Creates directory specified by destination, and all its parents if they don't exist.
mkdirs(File) - Static method in class org.eclipse.swtbot.swt.finder.utils.FileUtils
Creates directory specified by destination, and all its parents if they don't exist.
MOD1 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The MOD1 keystroke.
MOD2 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The MOD2 keystroke.
MOD3 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The MOD3 keystroke.
MOD4 - Static variable in class org.eclipse.swtbot.swt.finder.keyboard.Keystrokes
The MOD4 keystroke.
mouseDrag(int, int, int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseDrag(String, int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseDrag(int, int, int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefFigureCanvas
this method emits mouse events that handle drags within the canvas
mouseEnterLeftClickAndExit(int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefFigureCanvas
 
mouseMoveDoubleClick(int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseMoveDoubleClick(String) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseMoveDoubleClick(int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefFigureCanvas
this method emits mouse events that handle a mouse move and double click to the specified position within the canvas.
mouseMoveLeftClick(int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseMoveLeftClick(String) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor
Deprecated. 
mouseMoveLeftClick(int, int) - Method in class org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefFigureCanvas
 
moveMouseToWidget() - Method in class org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotControl
Moves the cursor to the center of the widget
multipageEditor(Matcher<IEditorReference>) - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
Waits for a multipage editor matching the given matcher to appear in the active workbench page and returns it
multipageEditorById(String) - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
Shortcut for multipageEditor(withPartId(id))
multipageEditorByTitle(String) - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
Shortcut for multipageEditor(withPartName(title))
multipageEditors(Matcher<?>) - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
 
multipageEditors() - Method in class org.eclipse.swtbot.eclipse.finder.SWTWorkbenchBot
 
MultiValueMap<K,V> - Class in org.eclipse.swtbot.swt.finder.utils
Maps a key to a collection of values.
MultiValueMap() - Constructor for class org.eclipse.swtbot.swt.finder.utils.MultiValueMap
 

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