mx.modules 패키지에는 모듈식 Flex 응용 프로그램을 만드는 데 사용되는 클래스가 들어 있습니다.
인터페이스
| 인터페이스 | 설명 | |
|---|---|---|
| IModule | An interface that marks a class as being a module. | |
| IModuleInfo | An interface that acts as a handle for a particular module. | 
클래스
| 클래스 | 설명 | |
|---|---|---|
| Module | The base class for MXML-based dynamically-loadable modules. | |
| ModuleBase | The base class for ActionScript-based dynamically-loadable modules. | |
| ModuleLoader | ModuleLoader is a component that behaves much like a SWFLoader except that it follows a contract with the loaded content. | |
| ModuleManager | The ModuleManager class centrally manages dynamically loaded modules. | 
Tue Jun 12 2018, 03:32 PM Z