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
Java
![]() |
---|
public enum Action |
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. |