SysML

org.topcased.modeler.sysml.internalblockdiagram.edit
Class BlockPropertyEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.sysml.internalblockdiagram.edit.ElementEditPart
          extended by org.topcased.modeler.sysml.internalblockdiagram.edit.NamedElementEditPart
              extended by org.topcased.modeler.sysml.internalblockdiagram.edit.PropertyEditPart
                  extended by org.topcased.modeler.sysml.internalblockdiagram.edit.BlockPropertyEditPart

public class BlockPropertyEditPart
extends PropertyEditPart

The BlockProperty object controller

** Generated **

Constructor Summary
BlockPropertyEditPart(GraphNode obj)
          Constructor
 
Method Summary
protected  void addChildVisual(org.eclipse.gef.EditPart childEditPart, int index)
          This method is overriden because of properties which are stored in a specific figure
protected  void createEditPolicies()
          Creates edit policies and associates these with roles
protected  org.eclipse.draw2d.IFigure createFigure()
           
protected  java.lang.String getPropertyPrefix(org.eclipse.uml2.uml.Property property)
           
protected  void handleModelChanged(Notification msg)
          Handle property type or aggregation changes
protected  void removeChildVisual(org.eclipse.gef.EditPart childEditPart)
          This method is overriden because of properties which are stored in a specific figure
 
Methods inherited from class org.topcased.modeler.sysml.internalblockdiagram.edit.PropertyEditPart
activate, append, deactivate, getPropertySuffix, refreshHeaderLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockPropertyEditPart

public BlockPropertyEditPart(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 PropertyEditPart
** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

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

handleModelChanged

protected void handleModelChanged(Notification msg)
Handle property type or aggregation changes

Overrides:
handleModelChanged in class PropertyEditPart
See Also:
org.topcased.modeler.edit.BaseEditPart#handleModelChanged(org.eclipse.emf.common.notify.Notification)

addChildVisual

protected void addChildVisual(org.eclipse.gef.EditPart childEditPart,
                              int index)
This method is overriden because of properties which are stored in a specific figure

See Also:
org.eclipse.gef.AbstractGraphicalEditPart#addChildVisual(org.eclipse.gef.EditPart, int)

removeChildVisual

protected void removeChildVisual(org.eclipse.gef.EditPart childEditPart)
This method is overriden because of properties which are stored in a specific figure

See Also:
org.eclipse.gef.AbstractGraphicalEditPart#removeChildVisual(org.eclipse.gef.EditPart)

getPropertyPrefix

protected java.lang.String getPropertyPrefix(org.eclipse.uml2.uml.Property property)
Overrides:
getPropertyPrefix in class PropertyEditPart
See Also:
PropertyEditPart.getPropertyPrefix(org.eclipse.uml2.uml.Property)

SysML

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