Uses of Class
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException

Packages that use WidgetNotFoundException
org.eclipse.swtbot.eclipse.finder   
org.eclipse.swtbot.eclipse.finder.widgets   
org.eclipse.swtbot.eclipse.gef.finder   
org.eclipse.swtbot.eclipse.gef.finder.widgets   
org.eclipse.swtbot.forms.finder.widgets   
org.eclipse.swtbot.swt.finder.widgets   
 

Uses of WidgetNotFoundException in org.eclipse.swtbot.eclipse.finder
 

Methods in org.eclipse.swtbot.eclipse.finder that throw WidgetNotFoundException
 SWTBotEclipseEditor SWTEclipseBot.activeEditor()
          Deprecated. use SWTWorkbenchBot.activeEditor()
 SWTBotEclipseEditor SWTEclipseBot.editor(String fileName)
          Deprecated. use SWTWorkbenchBot.editorByTitle(String)
 SWTBotEclipseEditor SWTEclipseBot.editor(String fileName, int index)
          Deprecated. use SWTWorkbenchBot.editorByTitle(String)
 List<SWTBotEclipseEditor> SWTEclipseBot.editors()
          Deprecated. use SWTWorkbenchBot.editors()
 SWTBotView SWTEclipseBot.view(String label)
          Deprecated. use SWTWorkbenchBot.viewByTitle(String)
 SWTBotView SWTEclipseBot.view(String label, int index)
          Deprecated. use SWTWorkbenchBot.viewByTitle(String)
 List<SWTBotView> SWTEclipseBot.views()
          Deprecated. use SWTWorkbenchBot.views()
 

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

Methods in org.eclipse.swtbot.eclipse.finder.widgets that throw WidgetNotFoundException
 void SWTBotViewMenu.click()
          Simulates the click action of the menu.
 void SWTBotCommand.click()
          Simulates the click action of the menu.
 SWTBotMenu SWTBotEclipseEditor.contextMenu(String text)
          Gets the context menu in the editor.
 String SWTBotViewMenu.getText()
          GEts the text label for the menu item.
 String SWTBotCommand.getText()
          Gets the text name for this item.
 SWTBotViewMenu SWTBotView.menu(String label)
          Gets a menu item matching the give label within the partReference menu if one exists.
 SWTBotViewMenu SWTBotView.menu(String label, int index)
          Gets a menu item matching the give label within the partReference menu if one exists.
 SWTBotToolbarButton SWTBotWorkbenchPart.toolbarButton(String tooltip)
          Gets the toolbar button matching the given toolbar button.
 SWTBotToolbarDropDownButton SWTBotWorkbenchPart.toolbarDropDownButton(String tooltip)
          Gets the toolbar drop down button matching the given toolbar button.
 SWTBotToolbarPushButton SWTBotWorkbenchPart.toolbarPushButton(String tooltip)
          Gets the toolbar push button matching the given toolbar button.
 SWTBotToolbarRadioButton SWTBotWorkbenchPart.toolbarRadioButton(String tooltip)
          Gets the toolbar radio button matching the given toolbar button.
 SWTBotToolbarToggleButton SWTBotWorkbenchPart.toolbarToggleButton(String tooltip)
          Gets the toggle toolbar button matching the given toolbar button.
 

Constructors in org.eclipse.swtbot.eclipse.finder.widgets that throw WidgetNotFoundException
SWTBotCommand(Command command)
          Constructs a SWTBot command item.
SWTBotEclipseEditor(IEditorReference editorReference, SWTWorkbenchBot bot)
          Constructs an instance of the given object.
SWTBotEditor(IEditorReference editorReference, SWTWorkbenchBot bot)
          Constructs an instance for the given editorReference.
SWTBotPerspective(IPerspectiveDescriptor perspectiveDescriptor, SWTWorkbenchBot bot)
          Constructs an instance of the given object.
SWTBotViewMenu(ActionContributionItem contributionItem)
          Constructs a SWTBot View Menu item.
SWTBotViewMenu(Command commandItem)
          Constructs a SWTBot View Menu item.
SWTBotViewMenu(ParameterizedCommand commandItem)
          Constructs a SWTBot View Menu item.
 

Uses of WidgetNotFoundException in org.eclipse.swtbot.eclipse.gef.finder
 

Methods in org.eclipse.swtbot.eclipse.gef.finder that throw WidgetNotFoundException
 SWTBotGefEditor SWTGefBot.gefEditor(String fileName)
          Attempts to locate the Gef editor matching the given name.
 SWTBotGefEditor SWTGefBot.gefEditor(String fileName, int index)
          Attempts to locate the editor matching the given name.
 SWTBotGefView SWTGefBot.gefView(String viewName)
          Attempts to locate the view matching the given name.
 SWTBotGefView SWTGefBot.gefView(String viewName, int index)
          Attempts to locate the view matching the given name.
 SWTBotGefViewer SWTGefBot.gefViewer(String partTitle)
          Attempts to locate a gef viewer that is embedded in a workbench part with the specified title.
 

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

Methods in org.eclipse.swtbot.eclipse.gef.finder.widgets that throw WidgetNotFoundException
 SWTBotGefEditor SWTBotGefEditor.activateTool(String label)
          Activate the tool with the specified label.
 SWTBotGefViewer SWTBotGefViewer.activateTool(String label)
          Activate the tool with the specified label.
 SWTBotGefEditor SWTBotGefEditor.activateTool(String label, int index)
          Activate the tool with the specified label and the specified index.
 SWTBotGefViewer SWTBotGefViewer.activateTool(String label, int index)
          Activate the tool with the specified label and the specified index.
 SWTBotGefContextMenu SWTBotGefContextMenu.click()
           
 SWTBotGefEditor SWTBotGefEditor.clickContextMenu(String text)
           
 SWTBotGefViewer SWTBotGefViewer.clickContextMenu(String text)
           
 void SWTBotGefEditor.directEditType(String text)
          type the given text into the graphical editor, presuming that it is already in 'direct edit' mode.
 void SWTBotGefViewer.directEditType(String text)
          type the given text into the graphical editor, presuming that it is already in 'direct edit' mode.
 List<SWTBotGefEditPart> SWTBotGefEditor.editParts(Matcher<? extends org.eclipse.gef.EditPart> matcher)
           
 List<SWTBotGefEditPart> SWTBotGefViewer.editParts(Matcher<? extends org.eclipse.gef.EditPart> matcher)
           
protected  void SWTBotGefViewer.init()
           
 SWTBotGefEditPart SWTBotGefEditor.mainEditPart()
           
 SWTBotGefEditPart SWTBotGefViewer.mainEditPart()
           
 SWTBotGefEditPart SWTBotGefEditor.rootEditPart()
          retrieve the root edit part.
 SWTBotGefEditPart SWTBotGefViewer.rootEditPart()
          retrieve the root edit part.
 

Constructors in org.eclipse.swtbot.eclipse.gef.finder.widgets that throw WidgetNotFoundException
SWTBotGefEditor(IEditorReference reference, SWTWorkbenchBot bot)
          Create a new bot GEF editor instance.
SWTBotGefFigureCanvas(Canvas canvas, org.eclipse.draw2d.LightweightSystem lightweightSystem)
          Constructs a new instance from a Canvas and a LightweightSystem.
SWTBotGefFigureCanvas(org.eclipse.draw2d.FigureCanvas canvas)
          Constructs a new instance from a FigureCanvas.
SWTBotGefViewer(org.eclipse.gef.GraphicalViewer graphicalViewer)
          Create a new bot GEF graphical viewer instance.
 

Uses of WidgetNotFoundException in org.eclipse.swtbot.forms.finder.widgets
 

Constructors in org.eclipse.swtbot.forms.finder.widgets that throw WidgetNotFoundException
SWTBotHyperlink(Hyperlink w)
          Constructs a new instance with the given widget.
SWTBotHyperlink(Hyperlink w, SelfDescribing description)
          Constructs a new instance with the given widget.
SWTBotImageHyperlink(ImageHyperlink w)
          Constructs a new instance with the given widget.
SWTBotImageHyperlink(ImageHyperlink w, SelfDescribing description)
          Constructs a new instance with the given widget.
 

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

Methods in org.eclipse.swtbot.swt.finder.widgets that throw WidgetNotFoundException
 SWTBotTreeItem SWTBotTree.collapseNode(String nodeText)
          Collapses the node matching the node information.
 SWTBotMenu SWTBotTableItem.contextMenu(String text)
           
 SWTBotMenu AbstractSWTBot.contextMenu(String text)
          Gets the context menu matching the text.
 SWTBotMenu SWTBotTrayItem.contextMenu(String label)
           
 SWTBotTreeItem SWTBotTree.expandNode(String... nodes)
          Attempts to expand all nodes along the path specified by the node array parameter.
 SWTBotTreeItem SWTBotTree.expandNode(String nodeText, boolean recursive)
          Expands the nodes as if the plus sign was clicked.
 SWTBotTableItem SWTBotTable.getTableItem(int row)
          Gets the table item matching the given row number.
 SWTBotTableItem SWTBotTable.getTableItem(String itemText)
          Gets the table item matching the given name.
 SWTBotTreeItem SWTBotTree.getTreeItem(String nodeText)
          Gets the tree item matching the given name.
 SWTBotTableColumn SWTBotTable.header(String label)
          Gets the column matching the given label.
 SWTBotMenu SWTBotMenu.menu(String menuName)
          Gets the menu matching the given name.
 

Constructors in org.eclipse.swtbot.swt.finder.widgets that throw WidgetNotFoundException
AbstractSWTBot(T w)
          Constructs a new instance with the given widget.
AbstractSWTBot(T w, SelfDescribing description)
          Constructs a new instance with the given widget.
AbstractSWTBotControl(T w)
          Constructs a new instance with the given widget.
AbstractSWTBotControl(T w, SelfDescribing description)
          Constructs a new instance with the given widget.
SWTBotCCombo(CCombo w)
          Constructs an instance of this with the given widget.
SWTBotCCombo(CCombo w, SelfDescribing description)
          Constructs an instance of this with the given widget.
SWTBotCheckBox(Button w)
          Constructs an instance of this object with the given button (Checkbox)
SWTBotCheckBox(Button w, SelfDescribing description)
          Constructs an instance of this object with the given button (Checkbox)
SWTBotCLabel(CLabel w)
          Constructs an instance of this using the given finder and text to search for.
SWTBotCLabel(CLabel w, SelfDescribing description)
          Constructs an instance of this using the given finder and text to search for.
SWTBotCombo(Combo w)
          Constructs an instance of this with the given combo box.
SWTBotCombo(Combo w, SelfDescribing description)
          Constructs an instance of this with the given combo box.
SWTBotCTabItem(CTabItem w)
          Constructs a new instance of this object.
SWTBotCTabItem(CTabItem w, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotDateTime(DateTime w)
          Constructs an instance of this object with the given widget.
SWTBotDateTime(DateTime w, SelfDescribing description)
          Constructs an instance of this object with the given widget.
SWTBotExpandItem(ExpandItem w)
          Constructs a new instance with the given widget.
SWTBotExpandItem(ExpandItem w, SelfDescribing description)
          Constructs a new instance with the given widget.
SWTBotLabel(Label widget)
          Constructs an instance of this using the given finder and text to search for.
SWTBotLabel(Label widget, SelfDescribing description)
          Constructs an instance of this using the given finder and text to search for.
SWTBotLink(Link w)
          Constructs a new instance with the given widget.
SWTBotLink(Link w, SelfDescribing description)
          Constructs a new instance with the given widget.
SWTBotList(List list)
          Constructs an isntance of this with the given list widget.
SWTBotList(List list, SelfDescribing description)
          Constructs an isntance of this with the given list widget.
SWTBotMenu(MenuItem w)
           
SWTBotMenu(MenuItem w, SelfDescribing description)
           
SWTBotRadio(Button w)
          Constructs an instance of this with the given widget.
SWTBotRadio(Button w, SelfDescribing description)
          Constructs an instance of this with the given widget.
SWTBotScale(Scale widget)
          Constructs a new instance with the given widget.
SWTBotScale(Scale widget, SelfDescribing description)
          Constructs an instance with the given widget
SWTBotShell(Shell shell)
          Constructs an instance of this with the given shell.
SWTBotShell(Shell shell, SelfDescribing description)
          Constructs an instance of this with the given shell.
SWTBotSlider(Slider widget)
          Constructs a new instance with the given widget.
SWTBotSlider(Slider widget, SelfDescribing description)
          Constructs an instance with the given widget
SWTBotSpinner(Spinner widget)
          Constructs a new instance with the given widget.
SWTBotSpinner(Spinner widget, SelfDescribing description)
          Constructs an instance with the given widget
SWTBotStyledText(StyledText styledText)
          Constructs a new instance of this object.
SWTBotStyledText(StyledText styledText, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotTabItem(TabItem w)
          Constructs a new instance of this object.
SWTBotTabItem(TabItem w, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotTable(Table table)
          Constructs a new instance of this object.
SWTBotTable(Table table, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotTableColumn(TableColumn w)
          Constructs a new instance of this object.
SWTBotTableColumn(TableColumn w, Table parent)
          Constructs a new instance of this object.
SWTBotTableColumn(TableColumn w, Table parent, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotTableItem(TableItem tableItem)
           
SWTBotTableItem(TableItem tableItem, SelfDescribing description)
           
SWTBotText(Text w)
          Constructs a new instance of this object.
SWTBotText(Text w, SelfDescribing description)
          Constructs a new instance of this object.
SWTBotToggleButton(Button w)
          Constructs an instance of this object with the given button (Toggle)
SWTBotToggleButton(Button w, SelfDescribing description)
          Constructs an instance of this object with the given button (Toggle)
SWTBotToolbarButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotToolbarDropDownButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarDropDownButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotToolbarPushButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarPushButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotToolbarRadioButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarRadioButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotToolbarSeparatorButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarSeparatorButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotToolbarToggleButton(ToolItem w)
          Constructs an new instance of this item.
SWTBotToolbarToggleButton(ToolItem w, SelfDescribing description)
          Constructs an new instance of this item.
SWTBotTrayItem(TrayItem widget)
          Constructs a new instance with the given widget.
SWTBotTree(Tree tree)
          Constructs an instance of this object with the given tree.
SWTBotTree(Tree tree, SelfDescribing description)
          Constructs an instance of this object with the given tree.
SWTBotTreeItem(TreeItem treeItem)
           
SWTBotTreeItem(TreeItem treeItem, SelfDescribing description)