UML

org.topcased.modeler.uml.usecasediagram.edit
Class ActorEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.uml.usecasediagram.edit.ClassifierEditPart
          extended by org.topcased.modeler.uml.usecasediagram.edit.ActorEditPart

public class ActorEditPart
extends ClassifierEditPart

The Actor object controller

** Generated **

Constructor Summary
ActorEditPart(GraphNode obj)
          Constructor
 
Method Summary
protected  void createEditPolicies()
          Creates edit policies and associates these with roles
protected  org.eclipse.draw2d.IFigure createFigure()
           
protected  org.eclipse.swt.graphics.Font getDefaultFont()
          The font can be italic if the class is abstract
protected  void refreshHeaderLabel()
          Set the name of the actor, with its stereotype and its "from"
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActorEditPart

public ActorEditPart(GraphNode obj)
Constructor

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

createEditPolicies

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

Overrides:
createEditPolicies in class ClassifierEditPart
** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

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

refreshHeaderLabel

protected void refreshHeaderLabel()
Set the name of the actor, with its stereotype and its "from"

See Also:
org.topcased.modeler.edit.EMFGraphNodeEditPart#refreshHeaderLabel()

getDefaultFont

protected org.eclipse.swt.graphics.Font getDefaultFont()
The font can be italic if the class is abstract

See Also:
org.topcased.modeler.edit.GraphNodeEditPart#getDefaultFont()

UML

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