Searched refs:VisClient (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DJEclipse_VC.java35 private VisClient vis_client;
47 vis_client = new VisClient(eclipse.registerMultitask(null));
H A DRemoteVisClient.java37 * process remotely, and then sets up a VisClient based on this connection. The
42 public class RemoteVisClient extends VisClient
H A DVisClientStateModel.java41 * the VisClient has control and also whether the VisClient can perform RPC
56 * <li> Provide access to the VisClient's eclipse-side name (an atom)
81 private VisClient visClient;
103 VisClient visClient)
131 public VisClient getVisClient() {
342 * Class implementing the VisClient's record action.
364 /** Class implementing the VisClient's resume action. The action is
H A DVisClient.java43 * that the VisClient is in.<p>
70 * visualisation event happens. For each event that happens, the VisClient
86 * <IMG src="doc-files/VisClient-1.png" ALT="state transition diagram"></IMG>
139 * case where the VisClient meant to exit, and exitError if we are exiting as a
151 public class VisClient class
173 private VisClient visClient;
191 public VisClient(EclipseMultitaskConnection eclipse) method in class:VisClient
194 //DebuggingSupport.logMessage(this,"VisClient called with "+eclipse);
579 "VisClient multitask starting type="+type);
588 "VisClient multitas
[all...]

Completed in 23 milliseconds