lttng: Add a diagram showing the dependencies between plugins
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / IImportDialog.java
index a642d9661d4d5de1d9aa64bf11c30e40a5684e0d..bd5ca08828f2daded576d3ec40a7d42724b1c569 100644 (file)
@@ -44,6 +44,15 @@ public interface IImportDialog {
      */
     void setSession(TraceSessionComponent session);
 
+    /**
+     * Sets the default project name to use
+     *
+     * @param defaultProject
+     *            the name of the default project to use
+     */
+    void setDefaultProject(String defaultProject);
+
+
     // ------------------------------------------------------------------------
     // Operations
     // ------------------------------------------------------------------------
This page took 0.024683 seconds and 5 git commands to generate.