Deprecated API


Contents
Deprecated Classes
org.eclipse.swtbot.swt.finder.matchers.InUIThread
          this has been deprecated and will be removed in future releases of swtbot 
org.eclipse.swtbot.swt.finder.junit.SWTBotJUnit4Suite
          Please use Suite instead. @RunWith(Suite.class) 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot
          use SWTWorkbenchBot. This will be removed from future releases. 
 

Deprecated Fields
org.eclipse.swtbot.swt.finder.utils.SWTBotPreferenceConstants.KEY_RECORER_FILE_NAME
          - this will be removed in future versions of swtbot. 
org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences.RECORDER_FILE_NAME
          - this will be removed in future versions 
 

Deprecated Methods
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.activeEditor()
          use SWTWorkbenchBot.activeEditor() 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.editor(String)
          use SWTWorkbenchBot.editorByTitle(String) 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.editor(String, int)
          use SWTWorkbenchBot.editorByTitle(String) 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.editors()
          use SWTWorkbenchBot.editors() 
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor.getEditorReference()
          use SWTBotWorkbenchPart.getReference() instead 
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefViewer.getEditpart(String, List)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.getEditpart(String, List)
           
org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.inUIThread(Matcher)
          this has been deprecated and will be removed in future releases of swtbot. 
org.eclipse.swtbot.swt.finder.matchers.InUIThread.inUIThread(Matcher)
          this has been deprecated and will be removed in future releases of swtbot. 
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseDrag(int, int, int, int)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseDrag(String, int, int)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseMoveDoubleClick(int, int)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseMoveDoubleClick(String)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseMoveLeftClick(int, int)
           
org.eclipse.swtbot.eclipse.gef.finder.widgets.SWTBotGefEditor.mouseMoveLeftClick(String)
           
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor.notifyKeyboardEvent(int, char)
          use SWTBotEclipseEditor.pressShortcut(int, char) instead. This api will be removed. 
org.eclipse.swtbot.swt.finder.widgets.SWTBotText.notifyKeyboardEvent(int, char)
          use AbstractSWTBot.pressShortcut(int, char) instead. This api will be removed. 
org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText.notifyKeyboardEvent(int, char)
          use AbstractSWTBot.pressShortcut(int, char) instead. This api will be removed. 
org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditor.notifyKeyboardEvent(int, char, int)
          use SWTBotEclipseEditor.pressShortcut(int, int, char) instead. This api will be removed. 
org.eclipse.swtbot.swt.finder.widgets.SWTBotText.notifyKeyboardEvent(int, char, int)
          use AbstractSWTBot.pressShortcut(int, int, char) instead. This api will be removed. 
org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledText.notifyKeyboardEvent(int, char, int)
          use AbstractSWTBot.pressShortcut(int, int, char) instead. This api will be removed. 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.view(String)
          use SWTWorkbenchBot.viewByTitle(String) 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.view(String, int)
          use SWTWorkbenchBot.viewByTitle(String) 
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot.views()
          use SWTWorkbenchBot.views() 
 

Deprecated Constructors
org.eclipse.swtbot.eclipse.finder.SWTEclipseBot()
          use SWTWorkbenchBot.SWTWorkbenchBot() instead