com.mindfusion.diagramming
Class ExpandButtonAction

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

public class ExpandButtonAction
extends java.lang.Object


Field Summary
static int ExpandTreeBranch
          Expands or collapses the children of a node in a tree-like diagram and raises the TreeExpanded or TreeCollapsed event.
static int RaiseEvents
          Raises the ExpandButtonClicked event.
 
Constructor Summary
ExpandButtonAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ExpandTreeBranch

public static final int ExpandTreeBranch
Expands or collapses the children of a node in a tree-like diagram and raises the TreeExpanded or TreeCollapsed event.

See Also:
Constant Field Values

RaiseEvents

public static final int RaiseEvents
Raises the ExpandButtonClicked event.

See Also:
Constant Field Values
Constructor Detail

ExpandButtonAction

public ExpandButtonAction()