Class BpDiagram

java.lang.Object
com._1c.g5.v8.dt.diagram.framework.ui.model.Diagram
com._1c.g5.v8.dt.bp.scheme.ui.BpDiagram
All Implemented Interfaces:
com._1c.g5.v8.dt.diagram.framework.ui.IDiagram

public class BpDiagram extends com._1c.g5.v8.dt.diagram.framework.ui.model.Diagram
BP implementation of diagram.
  • Constructor Summary

    Constructors
    Constructor
    Description
    BpDiagram(Collection<com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramFigure> figures, Collection<com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramConnection> connections)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    selectFigure(org.eclipse.draw2d.IFigure figure)
     

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

    addConnection, addFigure, clearSelection, contains, containsSelection, deselectFigure, getConnections, getFigures, getSelectedConnections, getSelectedFigures, removeConnection, removeConnections, removeFigure, removeFigures

    Methods inherited from class java.lang.Object

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

    • BpDiagram

      public BpDiagram(Collection<com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramFigure> figures, Collection<com._1c.g5.v8.dt.diagram.framework.ui.model.AbstractDiagramConnection> connections)
      Constructor.
      Parameters:
      figures - - figures. Can't be null.
      connections - - connections. Can't be null.
  • Method Details

    • selectFigure

      public void selectFigure(org.eclipse.draw2d.IFigure figure)
      Specified by:
      selectFigure in interface com._1c.g5.v8.dt.diagram.framework.ui.IDiagram
      Overrides:
      selectFigure in class com._1c.g5.v8.dt.diagram.framework.ui.model.Diagram