509ccdc4abce7026f83a49d2ffac3380c3d7cbda
[deliverable/tracecompass.git] / org.eclipse.tracecompass.tmf.ui / src / org / eclipse / tracecompass / tmf / ui / project / wizards / NewTmfProjectMainWizardPage.java
1 /*******************************************************************************
2 * Copyright (c) 2009, 2014 Ericsson
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 *******************************************************************************/
12
13 package org.eclipse.tracecompass.tmf.ui.project.wizards;
14
15 import org.eclipse.ui.dialogs.WizardNewProjectCreationPage;
16
17 /**
18 * The wizard page for creation of a new TMF tracing project.
19 * <p>
20 * @version 1.0
21 * @author Francois Chouinard
22
23 */
24 public class NewTmfProjectMainWizardPage extends WizardNewProjectCreationPage {
25
26 /**
27 * Constructor
28 *
29 * @param pageName
30 * The name of this wizard page
31 */
32 public NewTmfProjectMainWizardPage(String pageName) {
33 super(pageName);
34 }
35
36 }
This page took 0.032325 seconds and 4 git commands to generate.