Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.applet.wfcanvas.diagram.DiagramWorkflowNode

  • Packages that use DiagramWorkflowNode 
    Package Description
    psdi.webclient.applet.wfcanvas.applet  
    psdi.webclient.applet.wfcanvas.diagram  
    psdi.webclient.applet.wfcanvas.diagram.editable  
    • Uses of DiagramWorkflowNode in psdi.webclient.applet.wfcanvas.applet

      Methods in psdi.webclient.applet.wfcanvas.applet with parameters of type DiagramWorkflowNode 
      Modifier and Type Method and Description
      java.awt.datatransfer.Transferable WorkflowApplet.getProxy(DiagramWorkflowNode node)
      Constructs the correct proxy for dragging
    • Uses of DiagramWorkflowNode in psdi.webclient.applet.wfcanvas.diagram

      Fields in psdi.webclient.applet.wfcanvas.diagram declared as DiagramWorkflowNode 
      Modifier and Type Field and Description
      protected DiagramWorkflowNode DiagramWorkflowNodeIcon.node 
      Methods in psdi.webclient.applet.wfcanvas.diagram that return DiagramWorkflowNode 
      Modifier and Type Method and Description
      protected DiagramWorkflowNode Diagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node, DiagramConfiguration configuration)
      Creates a workflow node
      Methods in psdi.webclient.applet.wfcanvas.diagram with parameters of type DiagramWorkflowNode 
      Modifier and Type Method and Description
      boolean DiagramWorkflowNode.connectedTo(DiagramWorkflowNode dnode, boolean isNegative)
      Returns true if this node is connected to the passed node by the same line type
      boolean DiagramWorkflowNode.isSuccessorOf(DiagramWorkflowNode dnode)
      Returns true if this node is a successor of the passed node
      protected void Diagram.setLinePositions(DiagramWorkflowNode node, int type)
      Set the line positons for the exit/enter lines
      Constructors in psdi.webclient.applet.wfcanvas.diagram with parameters of type DiagramWorkflowNode 
      Constructor and Description
      DiagramWorkflowNodeIcon(DiagramWorkflowNode node)
      Constructs a DiagramWorkflowNodeIcon
    • Uses of DiagramWorkflowNode in psdi.webclient.applet.wfcanvas.diagram.editable

      Subclasses of DiagramWorkflowNode in psdi.webclient.applet.wfcanvas.diagram.editable 
      Modifier and Type Class and Description
      class  EditableDiagramWorkflowNode
      This class holds a single node in the editable diagram.
      Methods in psdi.webclient.applet.wfcanvas.diagram.editable that return DiagramWorkflowNode 
      Modifier and Type Method and Description
      protected DiagramWorkflowNode EditableDiagram.createDiagramNode(psdi.webclient.applet.wfcanvas.WorkflowNode node, DiagramConfiguration configuration)
      Creates a workflow node
      Methods in psdi.webclient.applet.wfcanvas.diagram.editable with parameters of type DiagramWorkflowNode 
      Modifier and Type Method and Description
      java.awt.datatransfer.Transferable EditableDiagram.getProxy(DiagramWorkflowNode node)
      Constructs the correct proxy for dragging
      java.awt.datatransfer.Transferable DnDContainer.getProxy(DiagramWorkflowNode node)
      Constructs the correct proxy for dragging
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes