Window.add

機能/意味
Adding managed objects
タイプ
Windowクラスのメソッド
構文
add(object)
引数
object  Specifies the object to be managed.
戻り値
なし (void)
説明
 Add a management object. The object specified here will be automatically invalidated when the window is invalidated.
参照
Window.remove