| Package | com.kapit.diagram.actions |
| Class | public class SelectAllAction |
| Inheritance | SelectAllAction KeyboardAction Action |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new SelectAllAction instance having
"selectall" as
ID and "A" as charcode | SelectAllAction | ||
![]() |
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.
| SelectAllAction | ||
![]() |
terminate(success:Boolean):void
Terminates the execution of this action with a termination status
equal to
success. | Action | |
| SelectAllAction | () | constructor |
public function SelectAllAction()
Creates a new SelectAllAction instance having "selectall" as
ID and "A" as charcode and needing the CTRL Key
to be pressed and the SHIFT key to be released.
| 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.
|