Update internal packages export in LTTng 2.0 control + update java doc
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng2.ui / src / org / eclipse / linuxtools / internal / lttng2 / ui / views / control / dialogs / TraceControlDialogFactory.java
index 8ef9e7c261c06292e760977ee44fa5eb0bd5a48d..71b3a8563440b420ec9c8a77efa1ccb6438704d2 100644 (file)
@@ -1,8 +1,27 @@
+/**********************************************************************
+ * Copyright (c) 2012 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors: 
+ *   Bernd Hufmann - Initial API and implementation
+ **********************************************************************/
 package org.eclipse.linuxtools.internal.lttng2.ui.views.control.dialogs;
 
 import org.eclipse.ui.PlatformUI;
 
-
+/**
+ * <p>
+ * Factory for generating dialog boxes. It allows to overwrite the dialog implementation.
+ * Useful also for testing purposes.  
+ * </p>
+ * 
+ * @author Bernd Hufmann
+ *
+ */
 final public class TraceControlDialogFactory {
 
     // ------------------------------------------------------------------------
This page took 0.025028 seconds and 5 git commands to generate.