X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling.ui%2Fsrc%2Forg%2Fsimantics%2Fmodeling%2Fui%2FdiagramEditor%2FWSEDragItem.java;h=5907a97a9aa3b58231785d8b9ee3b9a062b7463a;hb=f4b65f5afe961edc8d5e1696f32c8efbb8ea48f6;hp=dc7941f37804cd4623e246b462e08c144d41e8f3;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/WSEDragItem.java b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/WSEDragItem.java index dc7941f37..5907a97a9 100644 --- a/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/WSEDragItem.java +++ b/bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/diagramEditor/WSEDragItem.java @@ -1,26 +1,26 @@ -/******************************************************************************* - * 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.modeling.ui.diagramEditor; - -import org.simantics.g2d.dnd.DragItem; -import org.simantics.ui.selection.WorkbenchSelectionElement; - -/** - * @author Antti Villberg - */ -public class WSEDragItem extends DragItem { - - public WSEDragItem(WorkbenchSelectionElement wse) { - super(wse); - } - +/******************************************************************************* + * 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.modeling.ui.diagramEditor; + +import org.simantics.g2d.dnd.DragItem; +import org.simantics.ui.selection.WorkbenchSelectionElement; + +/** + * @author Antti Villberg + */ +public class WSEDragItem extends DragItem { + + public WSEDragItem(WorkbenchSelectionElement wse) { + super(wse); + } + } \ No newline at end of file