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