UML

org.topcased.modeler.uml.statemachinediagram.edit
Class StateEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.uml.alldiagram.edit.ElementEditPart
          extended by org.topcased.modeler.uml.statemachinediagram.edit.VertexEditPart
              extended by org.topcased.modeler.uml.statemachinediagram.edit.StateEditPart
Direct Known Subclasses:
FinalStateEditPart

public class StateEditPart
extends VertexEditPart

The State object controller

** Generated **

Constructor Summary
StateEditPart(GraphNode obj)
          Constructor
 
Method Summary
 void activate()
           
protected  void createEditPolicies()
          Creates edit policies and associates these with roles
protected  org.eclipse.draw2d.IFigure createFigure()
           
 void deactivate()
           
protected  void handleModelChanged(Notification msg)
           
protected  void refreshHeaderLabel()
           
protected  void refreshVisuals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateEditPart

public StateEditPart(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 VertexEditPart
** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

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

refreshHeaderLabel

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

refreshVisuals

protected void refreshVisuals()

handleModelChanged

protected void handleModelChanged(Notification msg)
See Also:
org.topcased.modeler.edit.EMFGraphNodeEditPart#handleModelChanged(org.eclipse.emf.common.notify.Notification)

activate

public void activate()
See Also:
org.topcased.modeler.edit.EMFGraphNodeEditPart#activate()

deactivate

public void deactivate()
See Also:
org.topcased.modeler.edit.EMFGraphNodeEditPart#deactivate()

UML

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