Main Page | Packages | Class Tree | Index | Help

study

class ControllerControl

Object
  |
  +--study.ControllerControl


class ControllerControl
extends Object

コントローラーをコントロールするクラス.


Author:
nao seto


Field Summary

private
action: String
行う動作を表すString.

private static
objInstance
自身のオブジェクトをstaticメンバーへ保持.

private
objMediator
監視役.

private
objView: ControllerView
コントローラーのViewとなるインスタンス.

private
status: String
現状の状態を表すString.

Constructor

public
ControllerControl ( )
コンストラクタ.

Method Summary

public
getAction ( ): String
actionを取得する.

public static
getInstance ( )
このクラスのオブジェクトの取得するstaticメソッド.

public
getStatus ( ): String
statusを取得する.

private
setEvent ( )
Viewに対してイベントハンドラを設定する.

public
setView ( objView )
コントローラとなるViewを設定する.



Field Documentation

action

private var action: String
行う動作を表すString.

objInstance

private static var objInstance
自身のオブジェクトをstaticメンバーへ保持.

objMediator

private var objMediator
監視役.

objView

private var objView: ControllerView
コントローラーのViewとなるインスタンス.

status

private var status: String
現状の状態を表すString.


Constructor Documentation

ControllerControl

public function ControllerControl()
コンストラクタ.

Returns:
Void


Method Documentation

getAction

public function getAction(): String
actionを取得する.

Returns:
String

getInstance

public static function getInstance()
このクラスのオブジェクトの取得するstaticメソッド.

Returns:
study.ControllerControl

getStatus

public function getStatus(): String
statusを取得する.

Returns:
String

setEvent

private function setEvent()
Viewに対してイベントハンドラを設定する.

Returns:
Void

setView

public function setView(objView)
コントローラとなるViewを設定する.

Parameters:
objView
study.ControllerView

The documentation was generated from the following file:


Generated on 2005/10/03 8:56:54 by AS2Doc