X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scenegraph.swing%2Fsrc%2Forg%2Fsimantics%2Fscenegraph%2Fexample%2FSGComponent.java;h=e35ba7782064c6541c8066d2a482eb153b8e853b;hb=f19e535761a9b0d80558bada33f48f2cda2af51f;hp=dad823a7cd79ed189017afee89d1a1ab5a541415;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/example/SGComponent.java b/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/example/SGComponent.java index dad823a7c..e35ba7782 100644 --- a/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/example/SGComponent.java +++ b/bundles/org.simantics.scenegraph.swing/src/org/simantics/scenegraph/example/SGComponent.java @@ -1,39 +1,39 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.scenegraph.example; - -import java.awt.Component; - -import org.eclipse.swt.widgets.Composite; - -public class SGComponent extends SWTAWTComponent { - - SGCanvas component = null; - - public SGComponent(Composite parent, int style) { - super(parent, style); - } - - public SGCanvas getCanvas() { - return component; - } - - @Override - protected Component createSwingComponent() { - component = new SGCanvas(); - return component; - } - - public void initListeners() { - component.initListeners(); - } -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.scenegraph.example; + +import java.awt.Component; + +import org.eclipse.swt.widgets.Composite; + +public class SGComponent extends SWTAWTComponent { + + SGCanvas component = null; + + public SGComponent(Composite parent, int style) { + super(parent, style); + } + + public SGCanvas getCanvas() { + return component; + } + + @Override + protected Component createSwingComponent() { + component = new SGCanvas(); + return component; + } + + public void initListeners() { + component.initListeners(); + } +}