Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.
Class | Package | Description | |
---|---|---|---|
AbstractController
| net.xFramework.controller | コントローラ抽象クラス | |
AbstractModel
| net.xFramework.model | モデル抽象クラス | |
AbstractView
| net.xFramework.view | ビュー抽象クラス | |
Align
| net.xFramework.utils | Alignクラス | |
ConfigManager
| net.xFramework.config |
設定管理クラス
設定管理を行います。基本的な設定に関するXMLの読み込み処理も当クラス が処理します。 |
|
ConfigManagerEvent
| net.xFramework.events |
ConfigManagerEventクラス
コントローラ内で発生するイベントを定義します。 |
|
Context
| net.xFramework.core |
Contextクラス
Model,View以外のコントローラに属するオブジェクトを管理します。 |
|
Controller
| net.xFramework.controller |
コントローラクラス
このクラスはnet.xFramework.controller.AbstractControllerクラスを継承 しています。 |
|
ControllerEvent
| net.xFramework.events |
ControllerEventクラス
コントローラ内で発生するイベントを定義します。 |
|
Document
| net.xFramework.display |
xFrameworkドキュメントクラス
xFrameworkを使用した、すべてのドキュメントクラスの基底クラス ドキュメントクラスを作成する場合は、このクラスを継承してください。 |
|
DocumentConfig
| net.xFramework.config | ドキュメント設定管理クラス | |
EventDispatcher
| net.xFramework.events |
EventDispatcherクラス
xFrameworkを使用した、すべてのEventDispatcherの基底クラス EventDispatcherを作成する場合は、このクラスを継承してください。 |
|
IController
| net.xFramework.controller | コントローラインタフェース | |
IModel
| net.xFramework.model | モデルインタフェース | |
IView
| net.xFramework.view | ビューインタフェース | |
Misc
| net.xFramework.utils | Miscクラス | |
Model
| net.xFramework.model |
モデルクラス
このクラスはnet.xFramework.model.AbstractModelクラスを継承 しています。 |
|
MVCMovieClip
| net.xFramework.display |
MVCMovieClipクラス
xFramework内で利用するMovieClipクラスは本クラスを利用します。 このクラスは、flash.display.MovieClipを継承したラッパークラスです。 |
|
StageLoader
| net.xFramework.io | ||
UILoading
| net.xFramework.ui.loading | ||
Version
| net.xFramework.core |
Contextクラス
Model,View以外のコントローラに属するオブジェクトを管理します。 |
|
View
| net.xFramework.view |
ビュークラス
このクラスはnet.xFramework.model.AbstractViewクラスを継承 しています。 |
|
xFramework
| net.xFramework.core |
xFrameworkクラス
xFramework内におけるイベント管理を行います。 |