org.seasar.jface.binding
クラス MethodBindingSupport

java.lang.Object
  上位を拡張 org.seasar.jface.binding.MethodBindingSupport

public class MethodBindingSupport
extends Object

メソッドバインディングの生成をサポートするクラスです。

作成者:
y-komori

コンストラクタの概要
MethodBindingSupport()
           
 
メソッドの概要
static void createListeners(WindowContext context)
          指定された名前のウィンドウに対して、メソッドバインディングを行います。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodBindingSupport

public MethodBindingSupport()
メソッドの詳細

createListeners

public static void createListeners(WindowContext context)
指定された名前のウィンドウに対して、メソッドバインディングを行います。

本メソッドでは、以下の手順でメソッドバインディングを行います。

パラメータ:
context - WindowContext
関連項目:
EventListener


Copyright © 2006 The Seasar Foundation. All Rights Reserved.