Package | com.gestureworks.cml.managers |
Class | public class DisplayManager |
Inheritance | DisplayManager ![]() |
See also
Property | Defined By | ||
---|---|---|---|
instance : DisplayManager [static] [read-only]
Returns instance of DisplayManaager
| DisplayManager |
Method | Defined By | ||
---|---|---|---|
DisplayManager(enforcer:SingletonEnforcer)
Constructor
| DisplayManager | ||
activateTouch():void
Calls the activateTouch() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
addCMLChildren():void
Calls the addAllChildren() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
displayComplete():void
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 | ||
loadComplete():void
Calls the loadComplete() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
loadRenderer():void
Loads all renderers through the CMLObjectList by
looping through the index of the CMLObjectList. | DisplayManager | ||
removeCMLChildren():void
Removes all children of the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager | ||
updateCMLProperties():void
Calls the updateProperties() method on the entire CMLObjectList
by looping through the index of the CMLObjectList. | DisplayManager |
instance | property |
instance:DisplayManager
[read-only] Returns instance of DisplayManaager
public static function get instance():DisplayManager
DisplayManager | () | Constructor |
public function DisplayManager(enforcer:SingletonEnforcer)
Constructor
Parametersenforcer:SingletonEnforcer |
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.