Packagecom.gestureworks.cml.managers
Classpublic class DisplayManager
InheritanceDisplayManager Inheritance flash.events.EventDispatcher

The DisplayManager utlizes the CMLObjectList to make global updates to all of the CML objects.

See also

com.gestureworks.cml.core.CMLObjectList


Public Properties
 PropertyDefined By
  instance : DisplayManager
[static] [read-only] Returns instance of DisplayManaager
DisplayManager
Public Methods
 MethodDefined By
  
DisplayManager(enforcer:SingletonEnforcer)
Constructor
DisplayManager
  
Calls the activateTouch() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Calls the addAllChildren() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Calls the init() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
layoutCML():void
Calls the applyLayout() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Calls the loadComplete() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Loads all renderers through the CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Removes all children of the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
  
Calls the updateProperties() method on the entire CMLObjectList by looping through the index of the CMLObjectList.
DisplayManager
Property Detail
instanceproperty
instance:DisplayManager  [read-only]

Returns instance of DisplayManaager


Implementation
    public static function get instance():DisplayManager
Constructor Detail
DisplayManager()Constructor
public function DisplayManager(enforcer:SingletonEnforcer)

Constructor

Parameters
enforcer:SingletonEnforcer
Method Detail
activateTouch()method
public function activateTouch():void

Calls the activateTouch() method on the entire CMLObjectList by looping through the index of the CMLObjectList.

addCMLChildren()method 
public function addCMLChildren():void

Calls the addAllChildren() method on the entire CMLObjectList by looping through the index of the CMLObjectList.

displayComplete()method 
public function displayComplete():void

Calls the init() method on the entire CMLObjectList by looping through the index of the CMLObjectList.

layoutCML()method 
public function layoutCML():void

Calls the applyLayout() method on the entire CMLObjectList by looping through the index of the CMLObjectList.

loadComplete()method 
public function loadComplete():void

Calls the loadComplete() method on the entire CMLObjectList by looping through the index of the CMLObjectList.

loadRenderer()method 
public function loadRenderer():void

Loads all renderers through the CMLObjectList by looping through the index of the CMLObjectList.

removeCMLChildren()method 
public function removeCMLChildren():void

Removes all children of the entire CMLObjectList by looping through the index of the CMLObjectList.

updateCMLProperties()method 
public function updateCMLProperties():void

Calls the updateProperties() method on the entire CMLObjectList by looping through the index of the CMLObjectList.