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

List of all members.

Public Member Functions

IRemoteBotCombo setWidget (SWTBotCombo ccomb)
IRemoteBotMenu contextMenu (String text) throws RemoteException
void typeText (String text) throws RemoteException
void typeText (String text, int interval) throws RemoteException
void setFocus () throws RemoteException
void setText (String text) throws RemoteException
void setSelection (String text) throws RemoteException
void setSelection (int index) throws RemoteException
int itemCount () throws RemoteException
String[] items () throws RemoteException
String selection () throws RemoteException
int selectionIndex () throws RemoteException
boolean isEnabled () throws RemoteException
boolean isVisible () throws RemoteException
boolean isActive () throws RemoteException
String getText () throws RemoteException
String getToolTipText () throws RemoteException

Static Public Member Functions

static RemoteBotCombo getInstance ()

Member Function Documentation

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.contextMenu ( String  text) throws RemoteException
See also:
SWTBotCombo.contextMenu(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

static RemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.getInstance ( ) [static]
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.getText ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.getToolTipText ( ) throws RemoteException
See also:
SWTBotCombo.getToolTipText()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.isActive ( ) throws RemoteException
See also:
SWTBotCombo.isActive()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.isEnabled ( ) throws RemoteException
See also:
SWTBotCombo.isEnabled()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.isVisible ( ) throws RemoteException
See also:
SWTBotCombo.isVisible()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.itemCount ( ) throws RemoteException
See also:
SWTBotCombo.itemCount()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

String [] de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.items ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.selection ( ) throws RemoteException
See also:
SWTBotCombo.selection()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.selectionIndex ( ) throws RemoteException
See also:
SWTBotCombo.selectionIndex()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.setFocus ( ) throws RemoteException
See also:
SWTBotCombo.setFocus()

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.setSelection ( int  index) throws RemoteException
See also:
SWTBotCombo.setSelection(int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.setSelection ( String  text) throws RemoteException
See also:
SWTBotCombo.setSelection(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.setText ( String  text) throws RemoteException
See also:
SWTBotCombo.setText(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

IRemoteBotCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.setWidget ( SWTBotCombo  ccomb)
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.typeText ( String  text,
int  interval 
) throws RemoteException
See also:
SWTBotCombo.typeText(String, int)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCombo.typeText ( String  text) throws RemoteException
See also:
SWTBotCombo.typeText(String)

Implements de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.IRemoteBotCombo.

 All Classes Namespaces Files Functions Variables Enumerations