blob: b61acfa92afa774cfed8d27ac10ceddb7057d38b [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2018 Agence spatiale canadienne / Canadian Space Agency
* 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:
* Pierre Allard - initial API and implementation
* Regent L'Archeveque
* Olivier L. Larouche
*
* SPDX-License-Identifier: EPL-1.0
* *******************************************************************************
*/
package org.eclipse.apogy.core.invocator.ui;
import org.eclipse.apogy.common.emf.ui.emfforms.NamedDescribedElementEMFFormsWizardPageProvider;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Context Wizard Pages Provider</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* *
* Wizard Provider used to create Context.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.apogy.core.invocator.ui.ApogyCoreInvocatorUIPackage#getContextWizardPagesProvider()
* @model annotation="http://www.eclipse.org/apogy hasCustomClass='true'"
* @generated
*/
public interface ContextWizardPagesProvider extends NamedDescribedElementEMFFormsWizardPageProvider {
} // ContextWizardPagesProvider