SysML

org.topcased.modeler.sysml.blockdefinitiondiagram.edit
Class CommentEditPart

java.lang.Object
  extended by EMFGraphNodeEditPart
      extended by org.topcased.modeler.sysml.blockdefinitiondiagram.edit.ElementEditPart
          extended by org.topcased.modeler.sysml.blockdefinitiondiagram.edit.CommentEditPart
Direct Known Subclasses:
ProblemEditPart, RationaleEditPart

public class CommentEditPart
extends ElementEditPart

The Comment object controller

** Generated **

Constructor Summary
CommentEditPart(GraphNode obj)
          Constructor
 
Method Summary
protected  void createEditPolicies()
          Creates edit policies and associates these with roles
protected  org.eclipse.draw2d.IFigure createFigure()
           
protected  boolean directEditHitTest(org.eclipse.draw2d.geometry.Point requestLoc)
          Always editable
 
Methods inherited from class org.topcased.modeler.sysml.blockdefinitiondiagram.edit.ElementEditPart
activate, deactivate, handleModelChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentEditPart

public CommentEditPart(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 ElementEditPart
** Generated **

createFigure

protected org.eclipse.draw2d.IFigure createFigure()

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

directEditHitTest

protected boolean directEditHitTest(org.eclipse.draw2d.geometry.Point requestLoc)
Always editable

See Also:
org.topcased.modeler.edit.GraphNodeEditPart#directEditHitTest(org.eclipse.draw2d.geometry.Point)

SysML

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