blob: 1283225ed69efadf033b155cdd2a7cc17708edd8 [file] [log] [blame]
/*
* Copyright (c) 2006, 2007 Borland Software Corporation
*
* 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:
* Dmitry Stadnik (Borland) - initial API and implementation
*/
package org.eclipse.gmf.examples.taipan.gmf.editor.providers;
import org.eclipse.gmf.examples.taipan.gmf.editor.edit.parts.AquatoryEditPart;
import org.eclipse.gmf.examples.taipan.gmf.editor.edit.parts.TaiPanEditPartFactory;
import org.eclipse.gmf.examples.taipan.gmf.editor.part.TaiPanVisualIDRegistry;
import org.eclipse.gmf.tooling.runtime.providers.DefaultEditPartProvider;
/**
* @generated
*/
public class TaiPanEditPartProvider extends DefaultEditPartProvider {
/**
* @generated
*/
public TaiPanEditPartProvider() {
super(new TaiPanEditPartFactory(), TaiPanVisualIDRegistry.TYPED_INSTANCE, AquatoryEditPart.MODEL_ID);
}
}