Uses of Class
com._1c.g5.v8.dt.erd.model.ErdEntityComment
-
Packages that use ErdEntityComment Package Description com._1c.g5.v8.dt.erd com._1c.g5.v8.dt.erd.model com._1c.g5.v8.dt.erd.ui.model.draw2d -
-
Uses of ErdEntityComment in com._1c.g5.v8.dt.erd
Methods in com._1c.g5.v8.dt.erd that return ErdEntityComment Modifier and Type Method Description ErdEntityComment
IErdEntity. getComment()
Returns entity's comment. -
Uses of ErdEntityComment in com._1c.g5.v8.dt.erd.model
Methods in com._1c.g5.v8.dt.erd.model that return ErdEntityComment Modifier and Type Method Description ErdEntityComment
AbstractErdEntity. getComment()
-
Uses of ErdEntityComment in com._1c.g5.v8.dt.erd.ui.model.draw2d
Methods in com._1c.g5.v8.dt.erd.ui.model.draw2d that return ErdEntityComment Modifier and Type Method Description ErdEntityComment
EntityCommentFigure. getCommentModel()
Constructors in com._1c.g5.v8.dt.erd.ui.model.draw2d with parameters of type ErdEntityComment Constructor Description EntityCommentFigure(ErdEntityComment comment, AbstractErdFigure parent)
Constructor
-