Saros
Distributed Collaborative Editing and Distributed Party Programming
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView Interface Reference
Inheritance diagram for de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView:
de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.impl.ConsoleView

List of all members.

Public Member Functions

boolean existTextInConsole () throws RemoteException
String getFirstTextInConsole () throws RemoteException
void waitUntilExistsTextInConsole () throws RemoteException
void clearCurrentConsole () throws RemoteException
void waitUntilCurrentConsoleContainsText (String text) throws RemoteException

Detailed Description

This interface contains convenience API to perform actions inside the console view.

Author:
lchen
srossbach

Member Function Documentation

void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView.clearCurrentConsole ( ) throws RemoteException

Clears all entries of the current console.

Exceptions:
RemoteException

Implemented in de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.impl.ConsoleView.

boolean de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView.existTextInConsole ( ) throws RemoteException
Returns:
true, if there are text existed in the console.
Exceptions:
RemoteException

Implemented in de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.impl.ConsoleView.

String de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView.getFirstTextInConsole ( ) throws RemoteException
Returns:
the first styledText in the view Console
Exceptions:
RemoteException

Implemented in de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.impl.ConsoleView.

void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView.waitUntilCurrentConsoleContainsText ( String  text) throws RemoteException

Waits until the current console contains the specific text.

void de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.IConsoleView.waitUntilExistsTextInConsole ( ) throws RemoteException

Wait until the condition IConsoleView#existTextInConsole() is true

Exceptions:
RemoteException

Implemented in de.fu_berlin.inf.dpp.stf.server.rmi.superbot.component.view.eclipse.impl.ConsoleView.

 All Classes Namespaces Files Functions Variables Enumerations