A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
activateHandler(event) — Method in class jp.seagirl.genius.views.WindowBase
active — Property in class jp.seagirl.genius.views.ViewBase
ビューがアクティブかどうかを示します。 ビューがViewStackの子供の場合、 非選択状態になるとfalseになります。 falseからtrueに変わる時にのみupdateView()が呼ばれます。
addCommand(name, reference, useWeakReference) — Method in class jp.seagirl.genius.controllers.FrontController
コマンドを追加するメソッドです。
addEmailValidator(source, property) — Method in class jp.seagirl.validators.ValidatorManager
EmailValidatorを追加します。
addEvent(event:jp.seagirl.genius.controllers:GeniusEvent) — Method in class jp.seagirl.genius.controllers.Sequence
シーケンスにイベントを追加します。
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in interface jp.seagirl.genius.commands.ISequenceCommand
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class jp.seagirl.genius.controllers.GeniusEventDispatcher
リスナーオブジェクトを登録するメソッド
addEvents(events) — Method in class jp.seagirl.genius.controllers.Sequence
シーケンスに複数のイベントを追加します。
addNumberValidator(source, property, minValue, maxValue) — Method in class jp.seagirl.validators.ValidatorManager
NumberValidatorを追加します。
addRegExpValidator(source, property, expression) — Method in class jp.seagirl.validators.ValidatorManager
RegExpValidatorを追加します。
addResponder(responder:jp.seagirl.genius.business:IResponder) — Method in class jp.seagirl.genius.business.FileReferenceService
サービスからの呼び出しに応答するクラスを登録する
addResponder(responder:jp.seagirl.genius.business:IResponder) — Method in interface jp.seagirl.genius.business.IService
サービスからの呼び出しに応答するクラスを登録します。
addResponder(responder:jp.seagirl.genius.business:IResponder) — Method in class jp.seagirl.genius.business.URLLoaderService
サービスからの呼び出しに応答するクラスを登録します。
addStringValidator(source, property, minLength, maxLength) — Method in class jp.seagirl.validators.ValidatorManager
StringValidatorを追加します。
addValidator(source, property) — Method in class jp.seagirl.validators.ValidatorManager
Validatorを追加します。
AdvancedCanvas — Class in package jp.seagirl.containers
AdvancedCanvasはmx.containers.Canvasを拡張したクラスです。 StyleにfillAlphasとfillColorsを追加しています。
AdvancedCanvas() — Constructor in class jp.seagirl.containers.AdvancedCanvas
コンストラクタ
AdvancedRadioButton — Class in package jp.seagirl.controls
AdvancedRadioButtonはmx.controls.RadioButtonの拡張です。 StyleにbackgroundAlpha, backgroundColor, cornerRadiusを追加しています。
AdvancedRadioButton() — Constructor in class jp.seagirl.controls.AdvancedRadioButton
コンストラクタ
Application — Class in package jp.seagirl.genius.core
Applicationはアプリケーションにおけるドキュメントクラスに相当するクラスです。
Application() — Constructor in class jp.seagirl.genius.core.Application
コンストラクタ
applicationCompleteHandler(event) — Method in class jp.seagirl.genius.core.Application
FlexEvent.APPLICATION_COMPLETEで呼ばれるハンドラ
applicationCompleteHandler(event) — Method in class jp.seagirl.genius.core.WindowedApplication
FlexEvent.APPLICATION_COMPLETEで呼ばれるハンドラ
ApplicationManager — Class in package jp.seagirl.genius.managers
ApplicationManagerはアプリケーションを管理するクラスです。
ApplicationManager() — Constructor in class jp.seagirl.genius.managers.ApplicationManager
コンストラクタ
ApplicationUpdate — Class in package jp.seagirl.desktop
AIRアプリケーションのアップデート処理をするためのクラス
ApplicationUpdate(debug) — Constructor in class jp.seagirl.desktop.ApplicationUpdate
コンストラクタ
ApplicationUpdateEvent — Class in package jp.seagirl.desktop
AIRアプリケーションのアップデート処理にまつわるイベントを提供します。
ApplicationUpdateEvent(type, bubbles, cancelable) — Constructor in class jp.seagirl.desktop.ApplicationUpdateEvent
コンストラクタ
apply(rawdata) — Method in interface jp.seagirl.genius.models.IDataFilter
フィルタを適用するメソッドです。
AsyncCommand — Class in package jp.seagirl.genius.commands
AsyncCommandは非同期通信に使われるコマンドの実装クラスです。 IResponderを実装します。 (互換性のために残してある古いクラスです。)
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z