blob: 529fee1066f7dea9b7dc7dfc99fed6828a789717 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.stem.ui.foodproduction.adapters;
import org.eclipse.core.resources.IProject;
import org.eclipse.emf.common.notify.Adapter;
import org.eclipse.emf.common.notify.impl.AdapterImpl;
import org.eclipse.stem.foodproduction.presentation.FoodProductionPropertyComposite;
import org.eclipse.stem.foodproduction.presentation.FoodProductionPropertyEditor;
import org.eclipse.swt.events.ModifyListener;
abstract public class FoodProductionPropertyEditorAdapter extends AdapterImpl
implements Adapter {
abstract public FoodProductionPropertyEditor createFoodProductionPropertyEditor(
FoodProductionPropertyComposite foodProducerPropertyComposite,
int style, ModifyListener projectValidator, IProject project);
} // FoodProductionPropertyComposite