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

List of all members.

Public Member Functions

IRemoteBotCCombo setWidget (SWTBotCCombo ccomb)
IRemoteBotMenu contextMenu (String text) throws RemoteException
void setSelection (int indexOfSelection) throws RemoteException
String selection () throws RemoteException
int selectionIndex () throws RemoteException
void setSelection (String text) throws RemoteException
void setText (String text) throws RemoteException
void setFocus () throws RemoteException
boolean isEnabled () throws RemoteException
boolean isVisible () throws RemoteException
boolean isActive () throws RemoteException
String getText () throws RemoteException
String getToolTipText () throws RemoteException
int itemCount () throws RemoteException
String[] items () throws RemoteException
int textLimit () throws RemoteException

Static Public Member Functions

static RemoteBotCCombo getInstance ()

Member Function Documentation

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.contextMenu ( String  text) throws RemoteException

Gets the context menu matching the text.

: text the text on the context menu. : the menu that has the given text.

See also:
SWTBotCCombo.contextMenu(String)

: WidgetNotFoundException - if the widget is not found.

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

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

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

String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.getToolTipText ( ) throws RemoteException
See also:
SWTBotCCombo.getToolTipText()

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

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

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

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

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

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

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

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

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

String [] de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.items ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.selection ( ) throws RemoteException

Gets the current selection in the combo.

: the current selection in the combo box or null if no item is selected.

See also:
SWTBotCCombo.selection()
Exceptions:
RemoteException

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

int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.selectionIndex ( ) throws RemoteException

Gets the current selection index.

: the zero based index of the current selection.

See also:
SWTBotCCombo.selectionIndex()
Exceptions:
RemoteException

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

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

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

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.setSelection ( int  index) throws RemoteException

Sets the selection to the specified index.

: index the zero based index.

See also:
SWTBotCCombo.setSelection(int)

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

void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.setSelection ( String  text) throws RemoteException

Gets the current selection index.

Set the selection to the specified text.

Parameters:
textthe text to set into the combo.
See also:
SWTBotCCombo.setSelection(String)
Exceptions:
RemoteException

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

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

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

IRemoteBotCCombo de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.setWidget ( SWTBotCCombo  ccomb)
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotCCombo.textLimit ( ) throws RemoteException
See also:
SWTBotCCombo.textLimit()

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

 All Classes Namespaces Files Functions Variables Enumerations