org.seasar.jface.binding
クラス WidgetValueBinderFactory

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

public class WidgetValueBinderFactory
extends Object

WidgetValueBinder を取得するためのファクトリクラスです。

作成者:
y-komori

コンストラクタの概要
WidgetValueBinderFactory()
           
 
メソッドの概要
static void addBinder(WidgetValueBinder binder)
           
static WidgetValueBinder getBinder(Class<? extends Widget> widgetClass)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

WidgetValueBinderFactory

public WidgetValueBinderFactory()
メソッドの詳細

getBinder

public static WidgetValueBinder getBinder(Class<? extends Widget> widgetClass)

addBinder

public static void addBinder(WidgetValueBinder binder)


Copyright © 2006 The Seasar Foundation. All Rights Reserved.