Packagegraphics.process.display
Classpublic class RemoveChildren
InheritanceRemoveChildren Inheritance Task Inheritance Object

This process remove all children in a specific DisplayObjectContainer object.



Public Properties
 PropertyDefined By
  container : DisplayObjectContainer
The DisplayObjectContainer reference.
RemoveChildren
  filters : Array
The filters Array representation to apply.
RemoveChildren
 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
Public Methods
 MethodDefined By
  
RemoveChildren(container:DisplayObjectContainer = null)
Creates a new RemoveChildren instance.
RemoveChildren
  
clone():*
[override] Returns a shallow copy of this object.
RemoveChildren
 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.
RemoveChildren
 Inherited
unlock():void
Unlocks the display.
Task
Protected Methods
 MethodDefined By
 Inherited
setRunning(b:Boolean):void
Changes the running property value.
Task
Property Detail
containerproperty
public var container:DisplayObjectContainer

The DisplayObjectContainer reference.

filtersproperty 
public var filters:Array

The filters Array representation to apply.

Constructor Detail
RemoveChildren()Constructor
public function RemoveChildren(container:DisplayObjectContainer = null)

Creates a new RemoveChildren instance.

Parameters
container:DisplayObjectContainer (default = null) — The DisplayObjectContainer reference.
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