DroidDiagram Programmer's Guide
Action Enumeration
See Also
 






The members of this enumeration identify the current operation carried out interactively on an item. Usually you would pass one of these constants to the constructor of an InteractionState instance when implementing custom BehaviorBase classes.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum Action

 Members

  Member name Description

Create

Specifies that a new item is currently being drawn by a user.

Modify

Specifies that an existing item is being modified.

None

Specifies that there isn't any action being performed on an item.

Split

Specifies that a segment of a link is being split.

 See Also

com.mindfusion.diagramming Namespace