Uses of Interface
com._1c.g5.v8.dt.erd.IErdDiagramController
- 
- 
Uses of IErdDiagramController in com._1c.g5.v8.dt.erdMethods in com._1c.g5.v8.dt.erd that return IErdDiagramController Modifier and Type Method Description IErdDiagramControllerIErdDiagramController. getParentController()Returns parent diagram controller.
- 
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.coreClasses in com._1c.g5.v8.dt.erd.core that implement IErdDiagramController Modifier and Type Class Description classErdDiagramControllerDefault implementation ofIErdDiagramController.Methods in com._1c.g5.v8.dt.erd.core that return IErdDiagramController Modifier and Type Method Description IErdDiagramControllerErdDiagramController. 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.uiClasses in com._1c.g5.v8.dt.erd.ui that implement IErdDiagramController Modifier and Type Class Description classDiagramUiControllerInstance 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.operationsMethods in com._1c.g5.v8.dt.erd.ui.editors.operations with parameters of type IErdDiagramController Modifier and Type Method Description protected voidAbstractDiagramEntitiesOperation. addEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)Adds given entities to given controller and refreshes given tab ifneedRefreshistrue.protected voidDropEntitiesOperation. addEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean refresh)protected voidAbstractDiagramEntitiesOperation. removeEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)Removes given entities from given controller and refreshes given tab ifneedRefreshistrue.protected voidDeleteEntitiesOperation. removeEntities(IErdDiagramController controller, Collection<? extends IErdEntity> entities, DiagramTabItem tab, boolean needRefresh)
- 
Uses of IErdDiagramController in com._1c.g5.v8.dt.erd.ui.handlersMethods 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.widgetsMethods in com._1c.g5.v8.dt.erd.ui.widgets that return IErdDiagramController Modifier and Type Method Description IErdDiagramControllerDiagramTabItem. getDiagramController()Returns tabs diagram controller.IErdDiagramControllerDiagramTabItem. getMainDiagramController()Returns main diagram of this tab.IErdDiagramControllerDiagramTabItem. 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.
 
-