Class ErdContentBuilder

java.lang.Object
com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder
com._1c.g5.v8.dt.erd.ui.ErdContentBuilder

public class ErdContentBuilder extends com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder
ERD implementation of AbstractContentBuilder.
  • Field Summary

    Fields inherited from class com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder

    BACKGROUND_LAYER, FIGURES_LAYER, UI_LAYER
  • Constructor Summary

    Constructors
    Constructor
    Description
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com._1c.g5.v8.dt.diagram.framework.ui.AbstractDiagramPaneDragListener
    createDiagramPaneDragListener(org.eclipse.draw2d.Viewport viewport, com._1c.g5.v8.dt.diagram.framework.ui.IDiagram diagram)
     
    protected com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractFreeformBackgroundFigure
     

    Methods inherited from class com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder

    buildContent

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErdContentBuilder

      public ErdContentBuilder(String projectName, DiagramTabItem tab)
      Constructor.
      Parameters:
      projectName - - project to load styles from. Can't be null.
      tab - - tab to create content builder for. Can't be null.
  • Method Details

    • getBackgroundFigure

      protected com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractFreeformBackgroundFigure getBackgroundFigure()
      Specified by:
      getBackgroundFigure in class com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder
    • createDiagramPaneDragListener

      protected com._1c.g5.v8.dt.diagram.framework.ui.AbstractDiagramPaneDragListener createDiagramPaneDragListener(org.eclipse.draw2d.Viewport viewport, com._1c.g5.v8.dt.diagram.framework.ui.IDiagram diagram)
      Specified by:
      createDiagramPaneDragListener in class com._1c.g5.v8.dt.diagram.framework.ui.AbstractContentBuilder