Uses of Interface
com._1c.g5.v8.dt.erd.IErdDiagramController
-
-
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd
Methods in com._1c.g5.v8.dt.erd that return IErdDiagramController Modifier and Type Method Description IErdDiagramController
IErdDiagramController. getParentController()
Returns parent diagram controller. -
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.core
Classes in com._1c.g5.v8.dt.erd.core that implement IErdDiagramController Modifier and Type Class Description class
ErdDiagramController
Default implementation ofIErdDiagramController
.Methods in com._1c.g5.v8.dt.erd.core that return IErdDiagramController Modifier and Type Method Description IErdDiagramController
ErdDiagramController. getParentController()
Constructors in com._1c.g5.v8.dt.erd.core with parameters of type IErdDiagramController Constructor Description ErdDiagramController(org.eclipse.core.runtime.IProgressMonitor progressMonitor, IErdDiagramController parentController, ErdEntityGroup associatedGroup)
Constructor.ErdDiagramCoreController(org.eclipse.core.runtime.IProgressMonitor progressMonitor, com._1c.g5.v8.dt.diagram.framework.core.IConvertersService<MdObject> convertersService, IErdDiagramController parent, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm layoutAlgorithm, com._1c.g5.v8.dt.diagram.framework.layout.IDiagramLayoutAlgorithm routeAlgorithm)
Constructor. -
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.ui
Classes in com._1c.g5.v8.dt.erd.ui that implement IErdDiagramController Modifier and Type Class Description class
DiagramUiController
Instance of this class connects diagram controller to ui.Constructors in com._1c.g5.v8.dt.erd.ui with parameters of type IErdDiagramController Constructor Description DiagramUiController(org.eclipse.core.runtime.IProgressMonitor progressMonitor, IErdDiagramController parentController, ErdEntityGroup associatedGroup, DiagramTabItem tab)
Constructor. -
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.ui.editors.operations
Methods in com._1c.g5.v8.dt.erd.ui.editors.operations with parameters of type IErdDiagramController Modifier and Type Method Description protected void
AbstractDiagramEntitiesOperation. addEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)
Adds given entities to given controller and refreshes given tab ifneedRefresh
istrue
.protected void
DropEntitiesOperation. addEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean refresh)
protected void
AbstractDiagramEntitiesOperation. removeEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)
Removes given entities from given controller and refreshes given tab ifneedRefresh
istrue
.protected void
DeleteEntitiesOperation. removeEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)
-
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.ui.handlers
Methods in com._1c.g5.v8.dt.erd.ui.handlers with parameters of type IErdDiagramController Modifier and Type Method Description protected Collection<IErdEntity>
BuildConnectedHandler. getConnectedEntities(Collection<MdObject> mdObjects, IErdDiagramController controller, org.eclipse.core.runtime.SubMonitor subMonitor)
Returns entities connected to given md objects.protected Collection<IErdEntity>
BuildReferencedToHandler. getConnectedEntities(Collection<MdObject> mdObjects, IErdDiagramController controller, org.eclipse.core.runtime.SubMonitor subMonitor)
-
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.ui.widgets
Methods in com._1c.g5.v8.dt.erd.ui.widgets that return IErdDiagramController Modifier and Type Method Description IErdDiagramController
DiagramTabItem. getDiagramController()
Returns tabs diagram controller.IErdDiagramController
DiagramTabItem. getMainDiagramController()
Returns main diagram of this tab.IErdDiagramController
DiagramTabItem. getPreviousDiagram()
Returns parent of currently opened diagram.Methods in com._1c.g5.v8.dt.erd.ui.widgets that return types with arguments of type IErdDiagramController Modifier and Type Method Description Map<ErdEntityGroup,IErdDiagramController>
DiagramTabItem. getGroupToDiagramMap()
Returns group to diagram map.Deque<IErdDiagramController>
DiagramTabItem. getPreviousDiagrams()
Returns all previously opened diagrams.
-