UML

org.topcased.modeler.uml.classdiagram.edit
Class PropertyEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.uml.classdiagram.edit.PropertyEditPart

public class PropertyEditPart
extends EMFGraphNodeEditPart

The Property object controller

** Generated **

Constructor Summary
PropertyEditPart(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)
           
 void performRequest(org.eclipse.gef.Request request)
          handle the edition of the property
protected  void refreshHeaderLabel()
          Set the name of the property with it's type and the stereotypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditPart

public PropertyEditPart(GraphNode obj)
Constructor

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

createEditPolicies

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

** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

See Also:
org.eclipse.gef.editparts.AbstractGraphicalEditPart#createFigure()
** Generated **

refreshHeaderLabel

protected void refreshHeaderLabel()
Set the name of the property with it's type and the stereotypes

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

performRequest

public void performRequest(org.eclipse.gef.Request request)
handle the edition of the property

See Also:
EditPart.performRequest(org.eclipse.gef.Request)

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.