Uses of Class
com.orange.links.client.DiagramController
-
Packages that use DiagramController Package Description com.logicaldoc.gui.frontend.client.workflow.designer com.orange.links.client.connection com.orange.links.client.shapes -
-
Uses of DiagramController in com.logicaldoc.gui.frontend.client.workflow.designer
Methods in com.logicaldoc.gui.frontend.client.workflow.designer that return DiagramController Modifier and Type Method Description DiagramController
DrawingPanel. getDiagramController()
DiagramController
StateWidget. getDiagramController()
Methods in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type DiagramController Modifier and Type Method Description void
StateWidget. setDiagramController(DiagramController diagramController)
Constructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type DiagramController Constructor Description StateWidget(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.connection
Methods in com.orange.links.client.connection with parameters of type DiagramController Modifier and Type Method Description void
AbstractConnection. setController(DiagramController controller)
Constructors in com.orange.links.client.connection with parameters of type DiagramController Constructor Description AbstractConnection(DiagramController controller, com.orange.links.client.shapes.Shape startShape, com.orange.links.client.shapes.Shape endShape)
-
Uses of DiagramController in com.orange.links.client.shapes
Constructors in com.orange.links.client.shapes with parameters of type DiagramController Constructor Description AbstractShape(DiagramController controller, com.google.gwt.user.client.ui.Widget widget)
FunctionShape(DiagramController controller, com.google.gwt.user.client.ui.Widget widget)
-