Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfesenko2010-07-22 14:35:42 +0000
committertfesenko2010-07-22 14:35:42 +0000
commitd0906b7dfa159f2b91b19b8eef003caf5f341fa3 (patch)
tree937a910cbaca11b538066f71677353de9e494173
parent5dc875bc2700b9f28daabec4f4449fe4a90ee691 (diff)
downloadorg.eclipse.papyrus-d0906b7dfa159f2b91b19b8eef003caf5f341fa3.tar.gz
org.eclipse.papyrus-d0906b7dfa159f2b91b19b8eef003caf5f341fa3.tar.xz
org.eclipse.papyrus-d0906b7dfa159f2b91b19b8eef003caf5f341fa3.zip
318000 - [Class Diagram] Refactor the creation / move / drag and drop behavior of the ContainmentLink - respect package header when placing a circle node
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.clazz/custom-src/org/eclipse/papyrus/diagram/clazz/custom/locator/ContainmentCircleOnPackageLocator.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.clazz/custom-src/org/eclipse/papyrus/diagram/clazz/custom/locator/ContainmentCircleOnPackageLocator.java b/plugins/uml/org.eclipse.papyrus.diagram.clazz/custom-src/org/eclipse/papyrus/diagram/clazz/custom/locator/ContainmentCircleOnPackageLocator.java
index ac40d86a996..e3c594626d3 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.clazz/custom-src/org/eclipse/papyrus/diagram/clazz/custom/locator/ContainmentCircleOnPackageLocator.java
+++ b/plugins/uml/org.eclipse.papyrus.diagram.clazz/custom-src/org/eclipse/papyrus/diagram/clazz/custom/locator/ContainmentCircleOnPackageLocator.java
@@ -1,3 +1,16 @@
+/*****************************************************************************
+ * Copyright (c) 2010 CEA LIST.
+ *
+ *
+ * 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:
+ * Tatiana Fesenko (CEA LIST) - Initial API and implementation
+ *
+ *****************************************************************************/
package org.eclipse.papyrus.diagram.clazz.custom.locator;
import org.eclipse.draw2d.IFigure;

Back to the top