Package com._1c.g5.v8.dt.bp.scheme.ui
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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Constructor Detail
-
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 benull
.connections
- - connections. Can't benull
.
-
-