Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot:
de.fu_berlin.inf.dpp.stf.server.StfRemoteObject de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot de.fu_berlin.inf.dpp.stf.shared.Constants de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteWorkbenchBot

List of all members.

Public Member Functions

void setBot (SWTBot bot)
IRemoteBotTree tree () throws RemoteException
IRemoteBotTree treeWithLabel (String label) throws RemoteException
IRemoteBotTree treeWithLabel (String label, int index) throws RemoteException
IRemoteBotTree treeWithId (String key, String value) throws RemoteException
IRemoteBotTree treeWithId (String key, String value, int index) throws RemoteException
IRemoteBotTree treeWithId (String value) throws RemoteException
IRemoteBotTree treeWithId (String value, int index) throws RemoteException
IRemoteBotTree treeInGroup (String inGroup) throws RemoteException
IRemoteBotTree treeInGroup (String inGroup, int index) throws RemoteException
IRemoteBotTree tree (int index) throws RemoteException
IRemoteBotTree treeWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotTree treeWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotShell shell (String title) throws RemoteException
List< String > getOpenShellNames () throws RemoteException
boolean isShellOpen (String title) throws RemoteException
void waitLongUntilShellIsClosed (final String title) throws RemoteException
void waitUntilShellIsClosed (final String title) throws RemoteException
void waitUntilShellIsOpen (final String title) throws RemoteException
void waitLongUntilShellIsOpen (final String title) throws RemoteException
IRemoteBotShell activeShell () throws RemoteException
String getTextOfActiveShell () throws RemoteException
IRemoteBotButton buttonWithLabel (String label) throws RemoteException
IRemoteBotButton buttonWithLabel (String label, int index) throws RemoteException
IRemoteBotButton button (String mnemonicText) throws RemoteException
IRemoteBotButton button (String mnemonicText, int index) throws RemoteException
IRemoteBotButton buttonWithTooltip (String tooltip) throws RemoteException
IRemoteBotButton buttonWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotButton buttonWithId (String key, String value) throws RemoteException
IRemoteBotButton buttonWithId (String key, String value, int index) throws RemoteException
IRemoteBotButton buttonWithId (String value) throws RemoteException
IRemoteBotButton buttonWithId (String value, int index) throws RemoteException
IRemoteBotButton buttonInGroup (String inGroup) throws RemoteException
IRemoteBotButton buttonInGroup (String inGroup, int index) throws RemoteException
IRemoteBotButton button () throws RemoteException
IRemoteBotButton button (int index) throws RemoteException
IRemoteBotButton buttonWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotButton buttonWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotButton buttonInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotButton buttonInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
IRemoteBotButton buttonWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotButton buttonWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
IRemoteBotLabel label () throws RemoteException
IRemoteBotLabel label (String mnemonicText) throws RemoteException
IRemoteBotLabel label (String mnemonicText, int index) throws RemoteException
IRemoteBotLabel labelWithId (String key, String value) throws RemoteException
IRemoteBotLabel labelWithId (String key, String value, int index) throws RemoteException
IRemoteBotLabel labelWithId (String value) throws RemoteException
IRemoteBotLabel labelWithId (String value, int index) throws RemoteException
IRemoteBotLabel labelInGroup (String inGroup) throws RemoteException
IRemoteBotLabel labelInGroup (String inGroup, int index) throws RemoteException
IRemoteBotLabel label (int index) throws RemoteException
IRemoteBotLabel labelInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotLabel labelInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
boolean existsLabel () throws RemoteException
boolean existsLabelInGroup (String groupName) throws RemoteException
boolean existsLabel (String text) throws RemoteException
boolean existsStyledText () throws RemoteException
IRemoteBotStyledText styledTextWithLabel (String label) throws RemoteException
IRemoteBotStyledText styledTextWithLabel (String label, int index) throws RemoteException
IRemoteBotStyledText styledText (String text) throws RemoteException
IRemoteBotStyledText styledText (String text, int index) throws RemoteException
IRemoteBotStyledText styledTextWithId (String key, String value) throws RemoteException
IRemoteBotStyledText styledTextWithId (String key, String value, int index) throws RemoteException
IRemoteBotStyledText styledTextWithId (String value) throws RemoteException
IRemoteBotStyledText styledTextWithId (String value, int index) throws RemoteException
IRemoteBotStyledText styledTextInGroup (String inGroup) throws RemoteException
IRemoteBotStyledText styledTextInGroup (String inGroup, int index) throws RemoteException
IRemoteBotStyledText styledText () throws RemoteException
IRemoteBotStyledText styledText (int index) throws RemoteException
IRemoteBotStyledText styledTextWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotStyledText styledTextWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotStyledText styledTextInGroup (String text, String inGroup) throws RemoteException
IRemoteBotStyledText styledTextInGroup (String text, String inGroup, int index) throws RemoteException
IRemoteBotCombo comboBoxWithLabel (String label) throws RemoteException
IRemoteBotCombo comboBoxWithLabel (String label, int index) throws RemoteException
IRemoteBotCombo comboBox (String text) throws RemoteException
IRemoteBotCombo comboBox (String text, int index) throws RemoteException
IRemoteBotCombo comboBoxWithId (String key, String value) throws RemoteException
IRemoteBotCombo comboBoxWithId (String key, String value, int index) throws RemoteException
IRemoteBotCombo comboBoxWithId (String value) throws RemoteException
IRemoteBotCombo comboBoxWithId (String value, int index) throws RemoteException
IRemoteBotCombo comboBoxInGroup (String inGroup) throws RemoteException
IRemoteBotCombo comboBoxInGroup (String inGroup, int index) throws RemoteException
IRemoteBotCombo comboBox () throws RemoteException
IRemoteBotCombo comboBox (int index) throws RemoteException
IRemoteBotCombo comboBoxWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotCombo comboBoxWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotCombo comboBoxInGroup (String text, String inGroup) throws RemoteException
IRemoteBotCombo comboBoxInGroup (String text, String inGroup, int index) throws RemoteException
IRemoteBotCCombo ccomboBox (String text) throws RemoteException
IRemoteBotCCombo ccomboBox (String text, int index) throws RemoteException
IRemoteBotCCombo ccomboBoxWithLabel (String label) throws RemoteException
IRemoteBotCCombo ccomboBoxWithLabel (String label, int index) throws RemoteException
IRemoteBotCCombo ccomboBoxWithId (String key, String value) throws RemoteException
IRemoteBotCCombo ccomboBoxWithId (String key, String value, int index) throws RemoteException
IRemoteBotCCombo ccomboBoxWithId (String value) throws RemoteException
IRemoteBotCCombo ccomboBoxWithId (String value, int index) throws RemoteException
IRemoteBotCCombo ccomboBoxInGroup (String inGroup) throws RemoteException
IRemoteBotCCombo ccomboBoxInGroup (String inGroup, int index) throws RemoteException
IRemoteBotCCombo ccomboBox () throws RemoteException
IRemoteBotCCombo ccomboBox (int index) throws RemoteException
IRemoteBotCCombo ccomboBoxInGroup (String text, String inGroup) throws RemoteException
IRemoteBotCCombo ccomboBoxInGroup (String text, String inGroup, int index) throws RemoteException
IRemoteBotCCombo ccomboBoxWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotCCombo ccomboBoxWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButton () throws RemoteException
IRemoteBotToolbarButton toolbarButton (int index) throws RemoteException
boolean existsToolbarButton () throws RemoteException
IRemoteBotToolbarButton toolbarButton (String mnemonicText) throws RemoteException
IRemoteBotToolbarButton toolbarButton (String mnemonicText, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithTooltip (String tooltip) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithId (String key, String value) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithId (String key, String value, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithId (String value) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithId (String value, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonInGroup (String inGroup) throws RemoteException
IRemoteBotToolbarButton toolbarButtonInGroup (String inGroup, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotToolbarButton toolbarButtonInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotToolbarButton toolbarButtonWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
IRemoteBotText textWithLabel (String label) throws RemoteException
IRemoteBotText textWithLabel (String label, int index) throws RemoteException
IRemoteBotText text (String txt) throws RemoteException
IRemoteBotText text (String txt, int index) throws RemoteException
IRemoteBotText textWithTooltip (String tooltip) throws RemoteException
IRemoteBotText textWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotText textWithMessage (String message) throws RemoteException
IRemoteBotText textWithMessage (String message, int index) throws RemoteException
IRemoteBotText textWithId (String key, String value) throws RemoteException
IRemoteBotText textWithId (String key, String value, int index) throws RemoteException
IRemoteBotText textWithId (String value) throws RemoteException
IRemoteBotText textWithId (String value, int index) throws RemoteException
IRemoteBotText textInGroup (String inGroup) throws RemoteException
IRemoteBotText textInGroup (String inGroup, int index) throws RemoteException
IRemoteBotText text () throws RemoteException
IRemoteBotText text (int index) throws RemoteException
IRemoteBotText textWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotText textWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotText textInGroup (String txt, String inGroup) throws RemoteException
IRemoteBotText textInGroup (String txt, String inGroup, int index) throws RemoteException
IRemoteBotText textWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotText textWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
boolean existsTable () throws RemoteException
boolean existsTableInGroup (String groupName) throws RemoteException
IRemoteBotTable tableWithLabel (String label) throws RemoteException
IRemoteBotTable tableWithLabel (String label, int index) throws RemoteException
IRemoteBotTable tableWithId (String key, String value) throws RemoteException
IRemoteBotTable tableWithId (String key, String value, int index) throws RemoteException
IRemoteBotTable tableWithId (String value) throws RemoteException
IRemoteBotTable tableWithId (String value, int index) throws RemoteException
IRemoteBotTable tableInGroup (String inGroup) throws RemoteException
IRemoteBotTable tableInGroup (String inGroup, int index) throws RemoteException
IRemoteBotTable table () throws RemoteException
IRemoteBotTable table (int index) throws RemoteException
IRemoteBotTable tableWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotMenu menu (String text) throws RemoteException
IRemoteBotMenu menu (String text, int index) throws RemoteException
IRemoteBotMenu menuWithId (String value) throws RemoteException
IRemoteBotMenu menuWithId (String value, int index) throws RemoteException
IRemoteBotMenu menuWithId (String key, String value) throws RemoteException
IRemoteBotMenu menuWithId (String key, String value, int index) throws RemoteException
IRemoteBotList listWithLabel (String label) throws RemoteException
IRemoteBotList listWithLabel (String label, int index) throws RemoteException
IRemoteBotList listWithId (String key, String value) throws RemoteException
IRemoteBotList listWithId (String key, String value, int index) throws RemoteException
IRemoteBotList listWithId (String value) throws RemoteException
IRemoteBotList listWithId (String value, int index) throws RemoteException
IRemoteBotList listInGroup (String inGroup) throws RemoteException
IRemoteBotList listInGroup (String inGroup, int index) throws RemoteException
IRemoteBotList list () throws RemoteException
IRemoteBotList list (int index) throws RemoteException
IRemoteBotList listWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotList listWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithLabel (String label) throws RemoteException
IRemoteBotCheckBox checkBoxWithLabel (String label, int index) throws RemoteException
IRemoteBotCheckBox checkBox (String mnemonicText) throws RemoteException
IRemoteBotCheckBox checkBox (String mnemonicText, int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithTooltip (String tooltip) throws RemoteException
IRemoteBotCheckBox checkBoxWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithId (String key, String value) throws RemoteException
IRemoteBotCheckBox checkBoxWithId (String key, String value, int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithId (String value) throws RemoteException
IRemoteBotCheckBox checkBoxWithId (String value, int index) throws RemoteException
IRemoteBotCheckBox checkBoxInGroup (String inGroup) throws RemoteException
IRemoteBotCheckBox checkBoxInGroup (String inGroup, int index) throws RemoteException
IRemoteBotCheckBox checkBox () throws RemoteException
IRemoteBotCheckBox checkBox (int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotCheckBox checkBoxWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotCheckBox checkBoxInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotCheckBox checkBoxInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
IRemoteBotCheckBox checkBoxWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotCheckBox checkBoxWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
IRemoteBotRadio radioWithLabel (String label) throws RemoteException
IRemoteBotRadio radioWithLabel (String label, int index) throws RemoteException
IRemoteBotRadio radio (String mnemonicText) throws RemoteException
IRemoteBotRadio radio (String mnemonicText, int index) throws RemoteException
IRemoteBotRadio radioWithTooltip (String tooltip) throws RemoteException
IRemoteBotRadio radioWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotRadio radioWithId (String key, String value) throws RemoteException
IRemoteBotRadio radioWithId (String key, String value, int index) throws RemoteException
IRemoteBotRadio radioWithId (String value) throws RemoteException
IRemoteBotRadio radioWithId (String value, int index) throws RemoteException
IRemoteBotRadio radioInGroup (String inGroup) throws RemoteException
IRemoteBotRadio radioInGroup (String inGroup, int index) throws RemoteException
IRemoteBotRadio radio () throws RemoteException
IRemoteBotRadio radio (int index) throws RemoteException
IRemoteBotRadio radioWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotRadio radioWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotRadio radioInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotRadio radioInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
IRemoteBotRadio radioWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotRadio radioWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithLabel (String label) throws RemoteException
IRemoteBotToggleButton toggleButtonWithLabel (String label, int index) throws RemoteException
IRemoteBotToggleButton toggleButton (String mnemonicText) throws RemoteException
IRemoteBotToggleButton toggleButton (String mnemonicText, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithTooltip (String tooltip) throws RemoteException
IRemoteBotToggleButton toggleButtonWithTooltip (String tooltip, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithId (String key, String value) throws RemoteException
IRemoteBotToggleButton toggleButtonWithId (String key, String value, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithId (String value) throws RemoteException
IRemoteBotToggleButton toggleButtonWithId (String value, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonInGroup (String inGroup) throws RemoteException
IRemoteBotToggleButton toggleButtonInGroup (String inGroup, int index) throws RemoteException
IRemoteBotToggleButton toggleButton () throws RemoteException
IRemoteBotToggleButton toggleButton (int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithLabelInGroup (String label, String inGroup) throws RemoteException
IRemoteBotToggleButton toggleButtonWithLabelInGroup (String label, String inGroup, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonInGroup (String mnemonicText, String inGroup) throws RemoteException
IRemoteBotToggleButton toggleButtonInGroup (String mnemonicText, String inGroup, int index) throws RemoteException
IRemoteBotToggleButton toggleButtonWithTooltipInGroup (String tooltip, String inGroup) throws RemoteException
IRemoteBotToggleButton toggleButtonWithTooltipInGroup (String tooltip, String inGroup, int index) throws RemoteException
IRemoteBotCTabItem cTabItem () throws RemoteException
void waitUntil (ICondition condition) throws RemoteException
void waitLongUntil (ICondition condition) throws RemoteException
void waitShortUntil (ICondition condition) throws RemoteException
void logMessage (String message) throws RemoteException
void captureScreenshot (String fileName) throws RemoteException
boolean existsCLabel () throws RemoteException
IRemoteBotCLabel clabel () throws RemoteException
IRemoteBotCLabel clabel (String text) throws RemoteException

Protected Member Functions

 RemoteBot ()

Protected Attributes

SWTBot swtBot
RemoteBotShell shell
RemoteBotButton button
RemoteBotTree tree
RemoteBotLabel label
RemoteBotStyledText styledText
RemoteBotCombo comboBox
RemoteBotCCombo ccomboBox
RemoteBotToolbarButton toolbarButton
RemoteBotText text
RemoteBotTable table
RemoteBotMenu menu
RemoteBotList list
RemoteBotCheckBox checkbox
RemoteBotRadio radio
RemoteBotToggleButton toggleButton
RemoteBotCTabItem cTabItem
RemoteBotCLabel clabel

Static Package Functions

 [static initializer]

Constructor & Destructor Documentation

de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.RemoteBot ( ) [protected]

Member Function Documentation

de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.[static initializer] ( ) [static, package]
IRemoteBotShell de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.activeShell ( ) throws RemoteException
See also:
SWTBot.button(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.button ( String  mnemonicText,
int  index 
) throws RemoteException
See also:
SWTBot.button(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonInGroup ( String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.buttonInGroup(String,int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonInGroup ( String  inGroup) throws RemoteException
See also:
SWTBot.buttonInGroup(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
See also:
SWTBot.buttonInGroup(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.buttonInGroup(String, String, int) .

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithId ( String  value) throws RemoteException
See also:
SWTBot.buttonWithId(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithId ( String  value,
int  index 
) throws RemoteException
See also:
SWTBot.buttonWithId(String,int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithId ( String  key,
String  value 
) throws RemoteException
See also:
SWTBot.buttonWithId(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithId ( String  key,
String  value,
int  index 
) throws RemoteException
See also:
SWTBot.buttonWithId(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithLabel ( String  label) throws RemoteException
See also:
SWTBot.buttonWithLabel(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithLabel ( String  label,
int  index 
) throws RemoteException
See also:
SWTBot.buttonWithLabelInGroup(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
See also:
SWTBot.buttonWithLabelInGroup(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.buttonWithLabelInGroup(String, String,int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithTooltip ( String  tooltip) throws RemoteException
See also:
SWTBot.buttonWithTooltip(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
See also:
SWTBot.buttonWithTooltipInGroup(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.buttonWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.buttonWithTooltipInGroup(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.captureScreenshot ( String  fileName) throws RemoteException
See also:
SWTBot.captureScreenshot(String)
Exceptions:
RemoteException

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
textthe text on the widget.
Returns:
a IRemoteBotCCombo with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBox ( String  text,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCCombo with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxInGroup ( String  text,
String  inGroup 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCCombo with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxInGroup ( String  text,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithId ( String  value) throws RemoteException
IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotCCombo with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotCCombo with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCCombo with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.ccomboBoxWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCCombo with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBox ( String  mnemonicText) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
Returns:
a IRemoteBotCheckBox with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBox ( String  mnemonicText,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBox ( ) throws RemoteException
IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBox ( int  index) throws RemoteException
Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified none

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCheckBox with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCheckBox with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotCheckBox with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithId ( String  value) throws RemoteException
IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotCheckBox with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCheckBox with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithTooltip ( String  tooltip) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
Returns:
a IRemoteBotCheckBox with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCheckBox with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCheckBox de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.checkBoxWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCheckBox with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
textthe text on the widget.
Returns:
a IRemoteBotCombo with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBox ( String  text,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCombo with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxInGroup ( String  text,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxInGroup ( String  text,
String  inGroup 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCombo with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotCombo with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotCombo with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotCombo with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotCombo with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.comboBoxWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotCombo with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsCLabel ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsLabel ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsLabel ( String  text) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsLabelInGroup ( String  groupName) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsStyledText ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsTable ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsTableInGroup ( String  groupName) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.existsToolbarButton ( ) throws RemoteException
List<String> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.getOpenShellNames ( ) throws RemoteException
Returns:
list of titles of all opened shells
Exceptions:
RemoteException

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.getTextOfActiveShell ( ) throws RemoteException
Returns:
the title of the active shell.
Exceptions:
RemoteException

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.isShellOpen ( String  title) throws RemoteException
Parameters:
titlethe title of the shell
Returns:
true, if the given shell is open.
Exceptions:
RemoteException

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
mnemonicTextthe mnemonicText on the widget.
Returns:
a IRemoteBotLabel with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.label ( String  mnemonicText,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotLabel with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotLabel with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotLabel with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotLabel with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotLabel de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.labelWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotLabel with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotList with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotList with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotList with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotList with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotList with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.listWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotList with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.logMessage ( String  message) throws RemoteException
Parameters:
textthe text on the menu.
Returns:
a menu item that matches the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.menu ( String  text,
int  index 
) throws RemoteException
Parameters:
textthe text on the menu.
indexthe index of the menu, in case there are multiple menus with the same text.
Returns:
a menu item that matches the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.menuWithId ( String  value) throws RemoteException
Parameters:
valuethe value of the id.
Returns:
a wrapper around alink Menu} with the specified key/value pair for its id.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.menuWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key of the id.
valuethe value of the id.
Returns:
a wrapper around alink Menu} with the specified key/value pair for its id.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.menuWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value of the id.
indexthe index of the menu item, in case there are multiple shells with the same text.
Returns:
a wrapper around alink Menu} with the specified key/value pair for its id.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.menuWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key of the id.
valuethe value of the id.
indexthe index of the menu item, in case there are multiple shells with the same text.
Returns:
a wrapper around alink Menu} with the specified key/value pair for its id.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
mnemonicTextthe mnemonicText on the widget.
Returns:
a IRemoteBotRadio with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radio ( String  mnemonicText,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotRadio with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotRadio with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotRadio with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotRadio with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotRadio with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotRadio with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified tooltip

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithTooltip ( String  tooltip) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
Returns:
a IRemoteBotRadio with the specified tooltip

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotRadio with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotRadio de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.radioWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotRadio with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.setBot ( SWTBot  bot)
See also:
SWTBot.shell(String)
Exceptions:
RemoteException

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

See also:
SWTBot.styledText(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextInGroup ( String  inGroup) throws RemoteException
See also:
SWTBot.styledTextInGroup(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextInGroup ( String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextInGroup(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextInGroup ( String  text,
String  inGroup 
) throws RemoteException
See also:
SWTBot.styledTextInGroup(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextInGroup ( String  text,
String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextInGroup(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithId ( String  key,
String  value 
) throws RemoteException
See also:
SWTBot.styledTextWithId(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithId ( String  key,
String  value,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextWithId(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithId ( String  value) throws RemoteException
See also:
SWTBot.styledTextWithId(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithId ( String  value,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextWithId(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithLabel ( String  label,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextWithLabel(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithLabel ( String  label) throws RemoteException
See also:
SWTBot.styledText(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
See also:
SWTBot.styledTextWithLabelInGroup(String, String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotStyledText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.styledTextWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
See also:
SWTBot.styledTextWithLabelInGroup(String, String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotTable with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotTable with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotTable with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotTable with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotTable with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotTable with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotTable with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotTable with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotTable with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.tableWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotTable with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.text ( String  text,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
textthe text on the widget.
Returns:
a IRemoteBotText with the specified text.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotText with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textInGroup ( String  text,
String  inGroup 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotText with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textInGroup ( String  text,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
textthe text on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified text with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotText with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotText with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotText with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotText with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithMessage ( String  message) throws RemoteException
Parameters:
messagethe message on the widget.
Returns:
a IRemoteBotText with the specified message.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithMessage ( String  message,
int  index 
) throws RemoteException
Parameters:
messagethe message on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified message.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithTooltip ( String  tooltip) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
Returns:
a IRemoteBotText with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotText with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotText de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.textWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotText with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButton ( String  mnemonicText,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified none .

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
mnemonicTextthe mnemonicText on the widget.
Returns:
a IRemoteBotToggleButton with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToggleButton with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToggleButton with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithId ( String  value) throws RemoteException
IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotToggleButton with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotToggleButton with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToggleButton with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithTooltip ( String  tooltip) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
Returns:
a IRemoteBotToggleButton with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToggleButton with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToggleButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toggleButtonWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToggleButton with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButton ( String  mnemonicText,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
mnemonicTextthe mnemonicText on the widget.
Returns:
a IRemoteBotToolbarButton with the specified mnemonicText.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToolbarButton with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonInGroup ( String  mnemonicText,
String  inGroup 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToolbarButton with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonInGroup ( String  mnemonicText,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
mnemonicTextthe mnemonicText on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified mnemonicText with the specified inGroup

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithId ( String  value) throws RemoteException
IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotToolbarButton with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithTooltip ( String  tooltip,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithTooltip ( String  tooltip) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
Returns:
a IRemoteBotToolbarButton with the specified tooltip.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithTooltipInGroup ( String  tooltip,
String  inGroup 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotToolbarButton with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotToolbarButton de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.toolbarButtonWithTooltipInGroup ( String  tooltip,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
tooltipthe tooltip on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotToolbarButton with the specified tooltip with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

Parameters:
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified none.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeInGroup ( String  inGroup) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotTree with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeInGroup ( String  inGroup,
int  index 
) throws RemoteException
Parameters:
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithId ( String  value) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
Returns:
a IRemoteBotTree with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithId ( String  key,
String  value,
int  index 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithId ( String  value,
int  index 
) throws RemoteException
Parameters:
valuethe value for the key org.eclipse.swtbot.swt.finder.utils.SWTBotPreferences#DEFAULT_KEY
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithId ( String  key,
String  value 
) throws RemoteException
Parameters:
keythe key set on the widget.
valuethe value for the key.
Returns:
a IRemoteBotTree with the specified key/value.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithLabel ( String  label) throws RemoteException
Parameters:
labelthe label on the widget.
Returns:
a IRemoteBotTree with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithLabel ( String  label,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified label.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithLabelInGroup ( String  label,
String  inGroup,
int  index 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
indexthe index of the widget.
Returns:
a IRemoteBotTree with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

IRemoteBotTree de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.treeWithLabelInGroup ( String  label,
String  inGroup 
) throws RemoteException
Parameters:
labelthe label on the widget.
inGroupthe inGroup on the widget.
Returns:
a IRemoteBotTree with the specified label with the specified inGroup.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitLongUntil ( ICondition  condition) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitLongUntilShellIsClosed ( final String  title) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitLongUntilShellIsOpen ( final String  title) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitShortUntil ( ICondition  condition) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitUntil ( ICondition  condition) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitUntilShellIsClosed ( final String  title) throws RemoteException

waits until the given Shell is closed.

Parameters:
titlethe title of the shell.
Exceptions:
RemoteException;;

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.impl.RemoteBot.waitUntilShellIsOpen ( final String  title) throws RemoteException

waits until the given Shell is open.

Parameters:
titlethe title of the shell.
Exceptions:
RemoteException;;

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.IRemoteBot.


Member Data Documentation

 All Classes Namespaces Files Functions Variables Enumerations