com.mindfusion.diagramming
Class LinkTreeViewsBehavior

java.lang.Object
  extended by com.mindfusion.diagramming.Interaction
      extended by com.mindfusion.diagramming.BehaviorBase
          extended by com.mindfusion.diagramming.LinkNodesBehavior
              extended by com.mindfusion.diagramming.LinkTreeViewsBehavior

public class LinkTreeViewsBehavior
extends LinkNodesBehavior

Implements the Behavior.LinkTreeViews behavior.


Field Summary
 
Fields inherited from class com.mindfusion.diagramming.BehaviorBase
currentCursor, diagramView
 
Constructor Summary
LinkTreeViewsBehavior(DiagramView diagramView)
          Initializes a new instance of the LinkTreeViewsBehavior class.
 
Method Summary
protected  DiagramNode createNode()
          An instance of the DiagramNode class.
 
Methods inherited from class com.mindfusion.diagramming.LinkNodesBehavior
setMouseCursor, startDraw
 
Methods inherited from class com.mindfusion.diagramming.BehaviorBase
createLink, getDiagram, getDiagramView, mouseDragged, mouseMoved, mousePressed, mouseReleased, setModfCursor, startDrawCommon
 
Methods inherited from class com.mindfusion.diagramming.Interaction
cancelDrag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkTreeViewsBehavior

public LinkTreeViewsBehavior(DiagramView diagramView)
Initializes a new instance of the LinkTreeViewsBehavior class.

Parameters:
diagramView - The DiagramView this behavior will be associated with.
Method Detail

createNode

protected DiagramNode createNode()
An instance of the DiagramNode class.

Specified by:
createNode in class LinkNodesBehavior