Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java')
-rwxr-xr-x[-rw-r--r--]plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java24
1 files changed, 5 insertions, 19 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java
index d2d4b31b269..6ea3f916477 100644..100755
--- a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/src-gen/org/eclipse/papyrus/uml/diagram/clazz/edit/parts/ShortCutDiagramEditPart.java
@@ -135,12 +135,10 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
return lep;
}
-
/**
- * Papyrus codeGen
- *
- * @generated
- **/
+ *Papyrus codeGen
+ *@generated
+ **/
protected void handleNotificationEvent(Notification event) {
/*
* when a node have external node labels, the methods refreshChildren() remove the EditPart corresponding to the Label from the EditPart
@@ -149,8 +147,7 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
if (NotationPackage.eINSTANCE.getView_Visible().equals(event.getFeature())) {
Object notifier = event.getNotifier();
List<?> modelChildren = ((View) getModel()).getChildren();
- if (false == notifier instanceof Edge
- && false == notifier instanceof BasicCompartment) {
+ if (false == notifier instanceof Edge && false == notifier instanceof BasicCompartment) {
if (modelChildren.contains(event.getNotifier())) {
return;
}
@@ -160,7 +157,6 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
}
-
/**
* @generated
*/
@@ -170,14 +166,12 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
/**
* org.eclipse.papyrus.uml.diagram.common.figure.node.DiagramNodeFigure
- *
* @generated
*/
public DiagramNodeFigure getPrimaryShape() {
return (DiagramNodeFigure) primaryShape;
}
-
/**
* @generated
*/
@@ -199,7 +193,6 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
return result;
}
-
/**
* Creates figure for this edit part.
*
@@ -216,9 +209,7 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
/**
* Default implementation treats passed figure as content pane.
* Respects layout one may have set for generated figure.
- *
- * @param nodeShape
- * instance of generated figure class
+ * @param nodeShape instance of generated figure class
* @generated
*/
protected IFigure setupContentPane(IFigure nodeShape) {
@@ -244,7 +235,6 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
}
}
-
/**
* @generated
*/
@@ -268,8 +258,4 @@ public class ShortCutDiagramEditPart extends AbstractShortCutDiagramEditPart {
return getChildBySemanticHint(UMLVisualIDRegistry.getType(DiagramNameEditPart.VISUAL_ID));
}
-
-
-
-
}

Back to the top