ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / project / wizards / NewTmfProjectMainWizardPage.java
CommitLineData
abfad0aa 1/*******************************************************************************
b544077e 2 * Copyright (c) 2009, 2012 Ericsson
013a5f1c 3 *
abfad0aa
FC
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
013a5f1c 8 *
abfad0aa
FC
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 *******************************************************************************/
12
12c155f5 13package org.eclipse.linuxtools.tmf.ui.project.wizards;
abfad0aa
FC
14
15import org.eclipse.ui.dialogs.WizardNewProjectCreationPage;
16
17/**
b544077e 18 * The wizard page for creation of a new TMF tracing project.
abfad0aa 19 * <p>
b544077e
BH
20 * @version 1.0
21 * @author Francois Chouinard
22
abfad0aa 23 */
9501fb58 24public class NewTmfProjectMainWizardPage extends WizardNewProjectCreationPage {
abfad0aa
FC
25
26 /**
013a5f1c
AM
27 * Constructor
28 *
abfad0aa 29 * @param pageName
013a5f1c 30 * The name of this wizard page
abfad0aa 31 */
9501fb58 32 public NewTmfProjectMainWizardPage(String pageName) {
abfad0aa
FC
33 super(pageName);
34 }
35
36}
This page took 0.062777 seconds and 5 git commands to generate.