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

List of all members.

Public Member Functions

IRemoteBotList setWidget (SWTBotList list)
IRemoteBotMenu contextMenu (String text) throws RemoteException
void select (String item) throws RemoteException
void select (int...indices) throws RemoteException
void select (int index) throws RemoteException
String[] selection () throws RemoteException
void select (String...items) throws RemoteException
int selectionCount () throws RemoteException
void unselect () throws RemoteException
void setFocus () throws RemoteException
String itemAt (int index) throws RemoteException
int itemCount () throws RemoteException
int indexOf (String item) throws RemoteException
String[] getItems () 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 RemoteBotList getInstance ()

Member Function Documentation

IRemoteBotMenu de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.contextMenu ( String  text) throws RemoteException
static RemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.getInstance ( ) [static]
String [] de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.getItems ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.getText ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.getToolTipText ( ) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.indexOf ( String  item) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.isActive ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.isEnabled ( ) throws RemoteException
boolean de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.isVisible ( ) throws RemoteException
String de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.itemAt ( int  index) throws RemoteException
int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.itemCount ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.select ( String  item) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.select ( String...  items) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.select ( int...  indices) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.select ( int  index) throws RemoteException
String [] de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.selection ( ) throws RemoteException

Gets the arrray of selected items.

Returns:
the selected items in the list.
Exceptions:
RemoteException

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

int de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.selectionCount ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.setFocus ( ) throws RemoteException
IRemoteBotList de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.setWidget ( SWTBotList  list)
void de.fu_berlin.inf.dpp.stf.server.rmi.remotebot.widget.impl.RemoteBotList.unselect ( ) throws RemoteException
 All Classes Namespaces Files Functions Variables Enumerations