Convenience class that allows quick MXML implementations by implicitly creating
container and manager members of MDI. Will auto-detect MDIWindow children
and add them to list of managed windows.
effects:IMDIEffectsDescriptor
[write-only]
Proxy to MDIManager property of same name.
Implementation
public function set effects(value:IMDIEffectsDescriptor):void
effectsLib:Class
[write-only]
Proxy to MDIManager effects property.
Implementation
public function set effectsLib(value:Class):void
enforceBoundaries:Boolean
[read-write]
Proxy to MDIManager property of same name.
Implementation
public function get enforceBoundaries():Boolean
public function set enforceBoundaries(value:Boolean):void
public var windowManager:MDIManager
public function MDICanvas()