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

List of all members.

Public Member Functions

IRemoteBotTreeItem setWidget (SWTBotTreeItem item)
void setSWTBotTree (SWTBotTree tree)
void clickContextMenu (String...texts) throws RemoteException
void toggleCheck () throws RemoteException
void uncheck () throws RemoteException
IRemoteBotTreeItem select (String...items) throws RemoteException
IRemoteBotTreeItem select () throws RemoteException
IRemoteBotTreeItem doubleClick () throws RemoteException
IRemoteBotTreeItem expand () throws RemoteException
IRemoteBotTreeItem expandNode (String...nodes) throws RemoteException
void check () throws RemoteException
IRemoteBotTreeItem collapse () throws RemoteException
IRemoteBotTreeItem collapseNode (String nodeText) throws RemoteException
IRemoteBotTreeItem select (String item) throws RemoteException
void click () throws RemoteException
void setFocus () throws RemoteException
boolean isSelected () throws RemoteException
boolean isChecked () throws RemoteException
boolean isExpanded () throws RemoteException
int rowCount () throws RemoteException
IRemoteBotTreeItem getNode (int row) throws RemoteException
IRemoteBotTreeItem getNode (String nodeText) throws RemoteException
IRemoteBotTreeItem getNode (String nodeText, int index) throws RemoteException
IRemoteBotTreeItem getNodeWithRegex (String regex) throws RemoteException
List< String > getNodes () throws RemoteException
List< IRemoteBotTreeItemgetNodes (String nodeText) throws RemoteException
List< String > getTextOfItems () throws RemoteException
boolean existsSubItem (String text) throws RemoteException
boolean existsSubItemWithRegex (String regex) throws RemoteException
boolean isContextMenuEnabled (String...contextNames) throws RemoteException
boolean existsContextMenu (String...contextNames) throws RemoteException
boolean isEnabled () throws RemoteException
boolean isVisible () throws RemoteException
boolean isActive () throws RemoteException
String getText () throws RemoteException
String getToolTipText () throws RemoteException
void waitUntilSubItemExists (final String subItemText) throws RemoteException
void waitUntilContextMenuExists (final String...contextNames) throws RemoteException

Static Public Member Functions

static RemoteBotTreeItem getInstance ()

Member Function Documentation

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.check ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.click ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.clickContextMenu ( String...  texts) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.collapse ( ) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.collapseNode ( String  nodeText) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.doubleClick ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.existsContextMenu ( String...  contextNames) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.existsSubItem ( String  text) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.existsSubItemWithRegex ( String  regex) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.expand ( ) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.expandNode ( String...  nodes) throws RemoteException
static RemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getInstance ( ) [static]
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNode ( int  row) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNode ( String  nodeText) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNode ( String  nodeText,
int  index 
) throws RemoteException
List<String> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNodes ( ) throws RemoteException
List<IRemoteBotTreeItem> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNodes ( String  nodeText) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getNodeWithRegex ( String  regex) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getText ( ) throws RemoteException
List<String> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getTextOfItems ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.getToolTipText ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isActive ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isChecked ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isContextMenuEnabled ( String...  contextNames) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isEnabled ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isExpanded ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isSelected ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.isVisible ( ) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.rowCount ( ) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.select ( String  item) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.select ( ) throws RemoteException
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.select ( String...  items) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.setFocus ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.setSWTBotTree ( SWTBotTree  tree)
IRemoteBotTreeItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.setWidget ( SWTBotTreeItem  item)
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.toggleCheck ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.uncheck ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.waitUntilContextMenuExists ( final String...  contextNames) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTreeItem.waitUntilSubItemExists ( final String  subItemText) throws RemoteException
 All Classes Namespaces Files Functions Variables Enumerations