Packagegraphics.process.display
Classpublic class AddChildAt
InheritanceAddChildAt Inheritance AddChild Inheritance Task Inheritance Object

This process add a DisplayObject in a specific index in a DisplayObjectContainer.



Public Properties
 PropertyDefined By
  at : uint
The index position to insert the display in the container.
AddChildAt
 Inheritedchild : DisplayObject
The DisplayObject reference.
AddChild
 InheritedfinishIt : Signaler
This signal emit when the notifyFinished method is invoked.
Task
 Inheritedlogger : Logger
Determinates the internal Logger reference of this Loggable object.
Task
 Inheritedphase : String
[read-only] The current phase of the action.
Task
 Inheritedrunning : Boolean
[read-only] Indicates true if the process is in progress.
Task
 InheritedstartIt : Signaler
This signal emit when the notifyStarted method is invoked.
Task
 Inheritedtarget : DisplayObjectContainer
The DisplayObject reference.
AddChild
Public Methods
 MethodDefined By
  
AddChildAt(target:DisplayObjectContainer = null, child:DisplayObject = null, at:uint = 0)
Creates a new AddChildAt instance.
AddChildAt
  
clone():*
[override] Returns a shallow copy of this object.
AddChildAt
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Task
 Inherited
lock():void
Locks the object.
Task
 Inherited
Notify an ActionEvent when the process is finished.
Task
 Inherited
Notify an ActionEvent when the process is started.
Task
  
run(... arguments):void
[override] Run the process.
AddChildAt
 Inherited
unlock():void
Unlocks the display.
Task
Protected Methods
 MethodDefined By
 Inherited
setRunning(b:Boolean):void
Changes the running property value.
Task
Property Detail
atproperty
public var at:uint

The index position to insert the display in the container.

Constructor Detail
AddChildAt()Constructor
public function AddChildAt(target:DisplayObjectContainer = null, child:DisplayObject = null, at:uint = 0)

Creates a new AddChildAt instance.

Parameters
target:DisplayObjectContainer (default = null) — The DisplayObjectContainer reference.
 
child:DisplayObject (default = null) — The child to remove in the target.
 
at:uint (default = 0) — The index position to insert the display.
Method Detail
clone()method
override public function clone():*

Returns a shallow copy of this object.

Returns
* — a shallow copy of this object.
run()method 
override public function run(... arguments):void

Run the process.

Parameters

... arguments