Modelers

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

Packages that use ILabel
org.topcased.draw2d.figures   
org.topcased.modeler.edit   
org.topcased.modeler.figures   
 

Uses of ILabel in org.topcased.draw2d.figures
 

Classes in org.topcased.draw2d.figures that implement ILabel
 class CommentFigure
          The figure to display a Comment.
 class ComposedLabel
          Composed label is a figure that contains one, two or three parts.
 class ComposedLabelFigure
          This figure is an editable label which can be edited
 class EditableLabel
          A customized Label based on the label used in the flow example.
 class EditableLabelFigure
          This figure is an editable label which can be edited
 class Label
          This is the Label class of eclipse draw2d with the generic representation of the label (ILabel)
 class TextFlow
          This is the TextFlow class of eclipse draw2d with the generic representation of the label (ILabel)
 

Methods in org.topcased.draw2d.figures that return ILabel
protected  ILabel PackageFigure.createLabel()
          Create the edited label
protected  ILabel BorderedLabel.createLabel()
          Creates the label of the figure.
protected  ILabel GraphicWithBottomLabelFigure.createLabel()
          Deprecated. Creates the header figure
protected  ILabel GraphicWithLabelFigure.createLabel()
          Creates the label of the figure.
protected  ILabel ClassFigure.createLabel()
          Create the main label of the class figure
protected  ILabel ContainerFigure.createLabel()
          Creates the header figure
protected  ILabel ContainerWithInnerLabel.createLabel()
          Creates the label of the figure.
protected  ILabel LabelledPortFigure.createPortLabel()
          Create the ILabel to associate with the Figure.
 ILabel ILabelFigure.getLabel()
           
 ILabel PackageFigure.getLabel()
           
 ILabel BorderedLabel.getLabel()
           
 ILabel LabelledPortFigure.getLabel()
           
 ILabel GraphicWithBottomLabelFigure.getLabel()
          Deprecated.  
 ILabel CommentFigure.getLabel()
           
 ILabel GraphicWithLabelFigure.getLabel()
           
 ILabel StateFigure.getLabel()
          Deprecated.  
 ILabel ClassFigure.getLabel()
           
 ILabel EditableLabelFigure.getLabel()
           
 ILabel ContainerFigure.getLabel()
           
 ILabel ComposedLabelFigure.getLabel()
           
 ILabel ContainerWithInnerLabel.getLabel()
           
 ILabel ComposedLabel.getMain()
          Get main figure
 ILabel ComposedLabel.getPrefix()
          Get prefix label
 ILabel ComposedLabel.getSuffix()
          Get suffix label
 

Methods in org.topcased.draw2d.figures with parameters of type ILabel
protected  void PackageFigure.setLabel(ILabel l)
          Set the label.
 void BorderedLabel.setLabel(ILabel newLabel)
          Changes the label object
 void StateFigure.setLabel(ILabel newLabel)
          Deprecated. Changes the label object
protected  void ClassFigure.setLabel(ILabel newLabel)
          Set the label figure
 void ContainerFigure.setLabel(ILabel h)
          Set the Header figure
 

Constructors in org.topcased.draw2d.figures with parameters of type ILabel
ComposedLabel(ILabel mainFig, boolean isHorizontal)
          Constructor for a composed label with only one part
ComposedLabel(ILabel prefixLbl, ILabel mainFig, ILabel suffixLbl, boolean isHorizontal)
          Constructor for a composed label whith several parts.
ComposedLabelFigure(ILabel prefixLbl, ILabel mainFig, ILabel suffixLbl, boolean isHorizontal)
          Constructor for a composed label whith several parts.
 

Uses of ILabel in org.topcased.modeler.edit
 

Methods in org.topcased.modeler.edit that return ILabel
 ILabel DiagramEditPart.getEditableLabel()
          Return header figure
 ILabel GraphNodeEditPart.getEditableLabel()
          Return the editable part of the label of the figure.
 ILabel GraphNodeEditPart.getHeader()
          Deprecated.  
 ILabel DiagramEditPart.getLabel()
          Return header figure
 ILabel GraphNodeEditPart.getLabel()
          Return the ILabel figure contained in the figure of the graph node
 

Uses of ILabel in org.topcased.modeler.figures
 

Classes in org.topcased.modeler.figures that implement ILabel
 class EdgeObjectEditableLabel
          A figure to represent an editable label edge object.
 class EdgeObjectLabel
          A figure to represent a label edge object.
 class EdgeObjectOffsetEditableLabel
          A figure to represent an editable label edge object offset.
 class EdgeObjectOffsetLabel
          A figure to represent a label edge object offset.
 class ModelerLabelFigure
          The figure to display a Label.
 class RotatableEditableLabel
          Deprecated. a similar figure should be created if necessary in the org.topcased.draw2d plugin
 class RotatableLabel
          Deprecated. This is never used.
 

Methods in org.topcased.modeler.figures that return ILabel
 ILabel ModelerLabelFigure.getLabel()
           
 ILabel ModelerLabelledPortFigure.getLabel()
          Deprecated.  
 ILabel ModelerFigure.getLabel()
           
 ILabel MultiPortFigure.getLabel()
           
 

Methods in org.topcased.modeler.figures with parameters of type ILabel
 void ModelerFigure.setLabel(ILabel newHeader)
          Set the Header figure
 


Modelers

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