1 /*******************************************************************************
\r
2 * Copyright (c) 2007 VTT Technical Research Centre of Finland and others.
\r
3 * All rights reserved. This program and the accompanying materials
\r
4 * are made available under the terms of the Eclipse Public License v1.0
\r
5 * which accompanies this distribution, and is available at
\r
6 * http://www.eclipse.org/legal/epl-v10.html
\r
9 * VTT Technical Research Centre of Finland - initial API and implementation
\r
10 *******************************************************************************/
\r
11 package org.simantics.proconf.g3d.shapeeditor.views;
\r
13 import org.simantics.db.management.ISessionContext;
\r
14 import org.simantics.proconf.g3d.base.ThreeDimensionalEditorBase;
\r
15 import org.simantics.proconf.g3d.base.ThreeDimensionalEditorPart;
\r
21 * Shape Editor / CGS-modeling
\r
24 * @author Marko Luukkainen
\r
27 public class ShapeEditorView extends ThreeDimensionalEditorPart {
\r
31 protected ThreeDimensionalEditorBase createEditor(ISessionContext session) {
\r
32 return new ShapeEditorBase(session);
\r