X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.template2d.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Ftemplate2d%2Fui%2Fdiagram%2Fadapter%2FDiagramGroup.java;h=8b19fd8e4f2d82c9705ab9856c03134bd621f2c6;hp=0370ff6578b4f047278555e6f091c1f950902b17;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hpb=24e2b34260f219f0d1644ca7a138894980e25b14 diff --git a/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/diagram/adapter/DiagramGroup.java b/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/diagram/adapter/DiagramGroup.java index 0370ff657..8b19fd8e4 100644 --- a/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/diagram/adapter/DiagramGroup.java +++ b/bundles/org.simantics.modeling.template2d.ui/src/org/simantics/modeling/template2d/ui/diagram/adapter/DiagramGroup.java @@ -1,35 +1,35 @@ -/******************************************************************************* - * Copyright (c) 2007, 2012 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.modeling.template2d.ui.diagram.adapter; - -import org.simantics.db.RequestProcessor; -import org.simantics.db.Resource; -import org.simantics.db.procedure.SetListener; -import org.simantics.scenegraph.profile.Group; - -/** - * @author Tuukka Lehtonen - */ -public class DiagramGroup implements Group { - - @Override - public String toString() { - return "diagram"; - } - - @Override - public void trackItems(RequestProcessor processor, Resource runtimeDiagram, SetListener listener) { - listener.add(runtimeDiagram); - } - -} - +/******************************************************************************* + * Copyright (c) 2007, 2012 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.modeling.template2d.ui.diagram.adapter; + +import org.simantics.db.RequestProcessor; +import org.simantics.db.Resource; +import org.simantics.db.procedure.SetListener; +import org.simantics.scenegraph.profile.Group; + +/** + * @author Tuukka Lehtonen + */ +public class DiagramGroup implements Group { + + @Override + public String toString() { + return "diagram"; + } + + @Override + public void trackItems(RequestProcessor processor, Resource runtimeDiagram, SetListener listener) { + listener.add(runtimeDiagram); + } + +} +