blob: c312f857572cf96e3bec5ae93e9a0e7256b408ea [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
//
// SPDX-License-Identifier: EPL-1.0
// *****************************************************************************
@GenModel(prefix="ApogyCoreJavaScriptProgramsUI",
childCreationExtenders="true",
extensibleProviderFactory="true",
multipleEditorPages="false",
copyrightText="*******************************************************************************
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
SPDX-License-Identifier: EPL-1.0
*******************************************************************************",
modelName="ApogyCoreJavaScriptProgramsUI",
suppressGenModelAnnotations="false", publicConstructors="true")
@GenModel(dynamicTemplates="true", templateDirectory="platform:/plugin/org.eclipse.apogy.common.emf.codegen/templates")
@GenModel(modelDirectory="/org.eclipse.apogy.core.programs.javascript.ui/src-gen")
@GenModel(editDirectory="/org.eclipse.apogy.core.programs.javascript.ui.edit/src-gen")
package org.eclipse.apogy.core.programs.javascript.ui
import org.eclipse.apogy.core.invocator.ui.ProgramUIFactory
import org.eclipse.apogy.common.emf.ui.NamedDescribedWizardPagesProvider
import org.eclipse.apogy.common.Apogy
// UI Factory for JavaScriptProgram
@Apogy(hasCustomClass="true")
class JavaScriptProgramUIFactory extends ProgramUIFactory
{
}
// Wizard support to create JavaScript Programs
@Apogy(hasCustomClass="true")
class JavaScriptProgramPagesProvider extends NamedDescribedWizardPagesProvider
{
}