Ecore

org.topcased.modeler.ecore.ediagram.edit
Class EOperationEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.ecore.ediagram.edit.EModelElementEditPart
          extended by org.topcased.modeler.ecore.ediagram.edit.EOperationEditPart

public class EOperationEditPart
extends EModelElementEditPart

The EOperation object controller

** Generated **

Constructor Summary
EOperationEditPart(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  EOperation getModelEOperation()
          Get the EOperation model object
protected  void handleModelChanged(Notification msg)
           
protected  void refreshHeaderLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EOperationEditPart

public EOperationEditPart(GraphNode obj)
Constructor

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

getModelEOperation

protected EOperation getModelEOperation()
Get the EOperation model object

Returns:
the model object

activate

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

deactivate

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

handleModelChanged

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

createEditPolicies

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

Overrides:
createEditPolicies in class EModelElementEditPart
** Generated **
NOT

refreshHeaderLabel

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

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

Overrides:
createFigure in class EModelElementEditPart
See Also:
AbstractGraphicalEditPart.createFigure()
** Generated **
NOT

Ecore

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