UML

org.topcased.modeler.uml.activitydiagram.edit
Class JoinNodeEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.uml.alldiagram.edit.ElementEditPart
          extended by org.topcased.modeler.uml.activitydiagram.edit.ActivityNodeEditPart
              extended by org.topcased.modeler.uml.activitydiagram.edit.ControlNodeEditPart
                  extended by org.topcased.modeler.uml.activitydiagram.edit.JoinNodeEditPart

public class JoinNodeEditPart
extends ControlNodeEditPart

The JoinNode object controller

** Generated **

Nested Class Summary
protected  class JoinNodeEditPart.JoinNodeEditPartListener
          This listener also listens the orientation property of the graphical element
 
Constructor Summary
JoinNodeEditPart(GraphNode obj)
          Constructor
 
Method Summary
protected  void createEditPolicies()
          Creates edit policies and associates these with roles
protected  org.eclipse.draw2d.IFigure createFigure()
           
protected  DiagramElementListener getDiagramElementListener()
           
protected  java.lang.String getPresentation()
           
 boolean isVertical()
          Get the orientation type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoinNodeEditPart

public JoinNodeEditPart(GraphNode obj)
Constructor

Parameters:
obj - the graph node
** Generated **
Method Detail

getDiagramElementListener

protected DiagramElementListener getDiagramElementListener()
See Also:
org.topcased.modeler.edit.GraphNodeEditPart#getDiagramElementListener()

createEditPolicies

protected void createEditPolicies()
Creates edit policies and associates these with roles

Overrides:
createEditPolicies in class ControlNodeEditPart
** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

Overrides:
createFigure in class ControlNodeEditPart
See Also:
org.eclipse.gef.editparts.AbstractGraphicalEditPart#createFigure()
** Generated **

isVertical

public boolean isVertical()
Get the orientation type

Returns:
return true if the Join graphical element should be represented vertically.

getPresentation

protected java.lang.String getPresentation()
See Also:
org.topcased.modeler.edit.GraphNodeEditPart#getPresentation()

UML

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.