com.mindfusion.diagramming
Class TreeViewConnectionStyle

java.lang.Object
  extended by com.mindfusion.diagramming.TreeViewConnectionStyle

public final class TreeViewConnectionStyle
extends java.lang.Object


Field Summary
static int Items
          Users are allowed to create relations to the items of a TreeViewNode.
static int Node
          Users are allowed to create relations to the TreeViewNode as an integral entity.
 
Constructor Summary
TreeViewConnectionStyle()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Node

public static final int Node
Users are allowed to create relations to the TreeViewNode as an integral entity.

See Also:
Constant Field Values

Items

public static final int Items
Users are allowed to create relations to the items of a TreeViewNode.

See Also:
Constant Field Values
Constructor Detail

TreeViewConnectionStyle

public TreeViewConnectionStyle()