| Package | jp.progression.config |
| Class | public final class BasicAppConfig |
| Inheritance | BasicAppConfig jp.progression.core.proto.Configuration |
// BasicAppConfig を作成する var config:BasicAppConfig = new BasicAppConfig(); // Progression を初期化する Progression.initialize( config ); // Progression インスタンスを作成する var manager:Progression = new Progression( "index", stage );
See also
| Method | Defined by | ||
|---|---|---|---|
|
BasicAppConfig(activatedLicenseType:String = null, executor:Class = null, toolTipRenderer:Class = null)
新しい BasicAppConfig インスタンスを作成します。
Creates a new BasicAppConfig object.
| BasicAppConfig | ||
| BasicAppConfig | () | constructor |
public function BasicAppConfig(activatedLicenseType:String = null, executor:Class = null, toolTipRenderer:Class = null)新しい BasicAppConfig インスタンスを作成します。 Creates a new BasicAppConfig object.
ParametersactivatedLicenseType:String (default = null) — 適用させたいライセンスの種類です。
|
|
executor:Class (default = null) — 汎用的な処理の実装として使用したいクラスです。
|
|
toolTipRenderer:Class (default = null) — ツールチップ処理の実装として使用したいクラスです。
|