blob: 320ef91b2d5e1cd5d905e6127e8a039e8ea8ed24 [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="ApogyCommonTopologyAddonsPrimitivesBindingsUI",
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
*******************************************************************************",
childCreationExtenders="true",
extensibleProviderFactory="true",
multipleEditorPages="false",
modelName="ApogyCommonTopologyAddonsPrimitivesBindingsUI",
complianceLevel="8.0",
dynamicTemplates="true",
templateDirectory="platform:/plugin/org.eclipse.apogy.common.emf.codegen/templates")
@GenModel(modelDirectory="/org.eclipse.apogy.common.topology.addons.primitives.bindings.ui/src-gen")
@GenModel(editDirectory="/org.eclipse.apogy.common.topology.addons.primitives.bindings.ui.edit/src-gen")
package org.eclipse.apogy.common.topology.addons.primitives.bindings.ui
import org.eclipse.apogy.common.topology.bindings.ui.AbstractTopologyBindingWizardPagesProvider
import org.eclipse.apogy.common.Apogy
/**
* Wizard page provider used to create a LightEnablementBinding.
*/
@Apogy(hasCustomClass="true")
class LightEnablementBindingWizardPagesProvider extends AbstractTopologyBindingWizardPagesProvider
{
}
/**
* Wizard page provider used to create a LightEnablementBinding.
*/
@Apogy(hasCustomClass="true")
class PointLightBindingWizardPagesProvider extends AbstractTopologyBindingWizardPagesProvider
{
}
/**
* Wizard page provider used to create a LightEnablementBinding.
*/
@Apogy(hasCustomClass="true")
class SpotLightBindingWizardPagesProvider extends AbstractTopologyBindingWizardPagesProvider
{
}