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

List of all members.

Public Member Functions

IRemoteBotTable setWidget (SWTBotTable table)
IRemoteBotMenu contextMenu (String text) throws RemoteException
IRemoteBotTableItem getTableItem (String itemText) throws RemoteException
IRemoteBotTableItem getTableItemWithRegex (String regex) throws RemoteException
IRemoteBotTableItem getTableItem (int row) throws RemoteException
List< String > getTableColumns () throws RemoteException
boolean containsItem (String item) throws RemoteException
void select (String...items) throws RemoteException
void click (int row, int column) throws RemoteException
void unselect () throws RemoteException
void selectionCount () throws RemoteException
void check (int row, int column) throws RemoteException
void check (int row, String columnName) throws RemoteException
void setFocus () throws RemoteException
int indexOfColumn (String column) throws RemoteException
int indexOf (String item) throws RemoteException
int indexOf (String item, int column) throws RemoteException
int indexOf (String item, String column) throws RemoteException
int rowCount () throws RemoteException
int columnCount () throws RemoteException
List< String > columns () throws RemoteException
boolean existsContextMenu (String contextName) throws RemoteException
boolean isEnabled () throws RemoteException
boolean isVisible () throws RemoteException
boolean isActive () throws RemoteException
String getText () throws RemoteException
String getToolTipText () throws RemoteException
void waitUntilIsEnabled () throws RemoteException
void waitUntilTableHasRows (int row) throws RemoteException
void waitUntilTableItemExists (String itemText) throws RemoteException

Static Public Member Functions

static RemoteBotTable getInstance ()

Member Function Documentation

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.check ( int  row,
int  column 
) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.check ( int  row,
String  columnName 
) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.click ( int  row,
int  column 
) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.columnCount ( ) throws RemoteException
List<String> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.columns ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.containsItem ( String  item) throws RemoteException
IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.contextMenu ( String  text) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.existsContextMenu ( String  contextName) throws RemoteException
static RemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getInstance ( ) [static]
List<String> de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getTableColumns ( ) throws RemoteException
IRemoteBotTableItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getTableItem ( String  itemText) throws RemoteException
IRemoteBotTableItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getTableItem ( int  row) throws RemoteException
IRemoteBotTableItem de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getTableItemWithRegex ( String  regex) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getText ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.getToolTipText ( ) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.indexOf ( String  item) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.indexOf ( String  item,
int  column 
) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.indexOf ( String  item,
String  column 
) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.indexOfColumn ( String  column) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.isActive ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.isEnabled ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.isVisible ( ) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.rowCount ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.select ( String...  items) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.selectionCount ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.setFocus ( ) throws RemoteException
IRemoteBotTable de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.setWidget ( SWTBotTable  table)
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.unselect ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.waitUntilIsEnabled ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.waitUntilTableHasRows ( int  row) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotTable.waitUntilTableItemExists ( String  itemText) throws RemoteException
 All Classes Namespaces Files Functions Variables Enumerations