com.mindfusion.diagramming
Class DelKeyAction

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

public class DelKeyAction
extends java.lang.Object

The members of this enumeration specify the type of action performed when the user presses the DEL key.


Field Summary
static int DeleteActiveItem
          Indicates that only the ActiveItem is deleted.
static int DeleteSelectedItems
          Indicates that all selected items are deleted.
static int None
          Indicates that nothing happens.
 
Constructor Summary
DelKeyAction()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None
Indicates that nothing happens.

See Also:
Constant Field Values

DeleteActiveItem

public static final int DeleteActiveItem
Indicates that only the ActiveItem is deleted.

See Also:
Constant Field Values

DeleteSelectedItems

public static final int DeleteSelectedItems
Indicates that all selected items are deleted.

See Also:
Constant Field Values
Constructor Detail

DelKeyAction

public DelKeyAction()