Uses of Class
com.orange.links.client.DiagramController
Packages that use DiagramController
Package
Description
- 
Uses of DiagramController in com.logicaldoc.gui.frontend.client.workflow.designerMethods in com.logicaldoc.gui.frontend.client.workflow.designer that return DiagramControllerModifier and TypeMethodDescriptionStateWidget.getDiagramController()WorkflowDrawingPanel.getDiagramController()Methods in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type DiagramControllerModifier and TypeMethodDescriptionvoidStateWidget.setDiagramController(DiagramController diagramController) Constructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type DiagramControllerModifierConstructorDescriptionStateWidget(com.orange.links.client.connection.Connection connection, DiagramController diagramController, GUITransition trans) StateWidget(com.orange.links.client.connection.Connection connection, DiagramController diagramController, String name, String color) Constructor used by new transitions
- 
Uses of DiagramController in com.orange.links.client.connectionMethods in com.orange.links.client.connection with parameters of type DiagramControllerModifier and TypeMethodDescriptionvoidAbstractConnection.setController(DiagramController controller) 
- 
Uses of DiagramController in com.orange.links.client.shapesConstructors in com.orange.links.client.shapes with parameters of type DiagramControllerModifierConstructorDescriptionFunctionShape(DiagramController controller, com.google.gwt.user.client.ui.Widget widget)