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