Added some more JUnit tests
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng.ui / src / org / eclipse / linuxtools / lttng / ui / views / control / dialogs / INewConnectionDialog.java
index acdceac6e4cd4718ca7f84563add84bc1d19ecb4..3b42d3ff3594573030b8a37d14deacc99b707a29 100644 (file)
@@ -11,6 +11,9 @@
  **********************************************************************/
 package org.eclipse.linuxtools.lttng.ui.views.control.dialogs;
 
+import org.eclipse.linuxtools.lttng.ui.views.control.model.ITraceControlComponent;
+import org.eclipse.rse.core.model.IHost;
+
 /**
  * <b><u>INewConnectionDialog</u></b>
  * <p>
@@ -31,6 +34,18 @@ public interface INewConnectionDialog {
      * @return the host name (IP address or DNS name)
      */
     public String getHostName();
+    
+    /**
+     * Sets the trace control root
+     * @param parent - the trace control parent
+     */
+    public void setTraceControlParent(ITraceControlComponent parent);
+    
+    /**
+     * Sets the available hosts to select.
+     * @param hosts - the available hosts
+     */
+    public void setHosts(IHost[] hosts);
 
     // ------------------------------------------------------------------------
     // Operations
This page took 0.026068 seconds and 5 git commands to generate.