Package | com.gestureworks.cml.interfaces |
Interface | public interface IContainer extends IObject, ICML |
Implementors | TouchContainer |
Method | Defined By | ||
---|---|---|---|
addAllChildren():void
Searches the childList and adds each child to the display list. | IContainer | ||
![]() | dispose():void
Dispose method. | IObject | |
![]() | init():void
Initialization method. | IObject | |
![]() | parseCML(cml:XMLList):XMLList
Internal CML parse method. | ICML | |
![]() | postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine. | IObject | |
![]() | updateProperties(state:* = 0):void
Updates properties from state. | IObject |