Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView Class Reference
Inheritance diagram for de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView:
de.fu_berlin.inf.dpp.stf.server.StfRemoteObject de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView de.fu_berlin.inf.dpp.stf.shared.Constants

List of all members.

Public Member Functions

ISarosWhiteboardView setView (SWTBotView view, SWTWorkbenchBot bot)
void createRectangle (int x, int y, int width, int height) throws RemoteException
void createObjectFromActiveTool (int x, int y, int width, int height)
void activateTool (String name) throws RemoteException
IWhiteboardFigure getFigureFromEditPartID (String label) throws RemoteException
void click (int x, int y) throws RemoteException
IWhiteboardFigure getFigureAt (int x, int y) throws RemoteException
void clear () throws RemoteException
void toggleMaximize () throws RemoteException
void minimize () throws RemoteException
void setZoom (int percent) throws RemoteException

Static Public Member Functions

static SarosWhiteboardView getInstance ()

Member Function Documentation

void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.activateTool ( String  name) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.clear ( ) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.click ( int  x,
int  y 
) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.createObjectFromActiveTool ( int  x,
int  y,
int  width,
int  height 
)
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.createRectangle ( int  x,
int  y,
int  width,
int  height 
) throws RemoteException
IWhiteboardFigure de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.getFigureAt ( int  x,
int  y 
) throws RemoteException

returns the figure that is selected when clicking at the given coordinates.

Implements de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.ISarosWhiteboardView.

IWhiteboardFigure de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.getFigureFromEditPartID ( String  label) throws RemoteException
static SarosWhiteboardView de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.getInstance ( ) [static]
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.minimize ( ) throws RemoteException
ISarosWhiteboardView de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.setView ( SWTBotView  view,
SWTWorkbenchBot  bot 
)
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.setZoom ( int  percent) throws RemoteException
void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.whiteboard.impl.SarosWhiteboardView.toggleMaximize ( ) throws RemoteException
 All Classes Namespaces Files Functions Variables Enumerations