Modelers

Uses of Interface
org.topcased.draw2d.figures.IPortFigure

Packages that use IPortFigure
org.topcased.draw2d.figures   
org.topcased.modeler.figures   
 

Uses of IPortFigure in org.topcased.draw2d.figures
 

Classes in org.topcased.draw2d.figures that implement IPortFigure
 class LabelledPortFigure
          The figure that display an ILabel associated with an IPortFigure.
 class OrientedPortFigure
          Provide management for the Figure that are drawn differently depending on the border on which it is attached.
 class PortFigure
          A basic implementation of the IPortFigure interface.
 

Methods in org.topcased.draw2d.figures that return IPortFigure
 IPortFigure LabelledPortFigure.getPortFigure()
          Get the figure that represent the port figure
 

Methods in org.topcased.draw2d.figures with parameters of type IPortFigure
 void LabelledPortFigure.setPortFigure(IPortFigure fig)
          Set the new figure that represent the port
 

Constructors in org.topcased.draw2d.figures with parameters of type IPortFigure
LabelledPortFigure(IPortFigure portFig)
          The Constructor
 

Uses of IPortFigure in org.topcased.modeler.figures
 

Classes in org.topcased.modeler.figures that implement IPortFigure
 class ModelerLabelledPortFigure
          Deprecated. Use the LabelledPortFigure of the org.topcased.draw2d plugin.
 class ModelerPortFigure
          Deprecated. Use the PortFigure or the OrientedPortFigure that are defined in the org.topcased.draw2d plugin
 class MultiPortFigure
          Creation : 19 oct. 2005
 


Modelers

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