| Package | com.kapit.diagram.actions |
| Class | public class DeleteAction |
| Inheritance | DeleteAction KeyboardAction Action |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new DeleteAction instance having
"delete" as
ID and the DELETE key as keycode. | DeleteAction | ||
![]() |
abort():void
Terminates the execution of this action with
success
equal to false. | Action | |
|
execute(dob:IDiagramElement = null, event:Event = null, args:Array = null):Boolean
Executes the tasks of this action.
| DeleteAction | ||
![]() |
terminate(success:Boolean):void
Terminates the execution of this action with a termination status
equal to
success. | Action | |
| DeleteAction | () | constructor |
public function DeleteAction()
Creates a new DeleteAction instance having "delete" as
ID and the DELETE key as keycode.
| execute | () | method |
public override function execute(dob:IDiagramElement = null, event:Event = null, args:Array = null):BooleanExecutes the tasks of this action.
Parametersdob:IDiagramElement (default = null) — DiagramElement instance where this action has been triggered.
|
|
event:Event (default = null) — The triggered Event.
|
|
args:Array (default = null) — Parameters used in the execution of this action.
|
Boolean — Termination status of the execution of this action.
|