org.seasar.swing.property
クラス PropertyFactory

java.lang.Object
  上位を拡張 org.seasar.swing.property.PropertyFactory

public abstract class PropertyFactory
extends java.lang.Object

Beans Bindingのプロパティオブジェクトを生成するファクトリです。

作成者:
kaiseh

コンストラクタの概要
PropertyFactory()
           
 
メソッドの概要
static org.jdesktop.beansbinding.Property<?,?> createProperty(java.lang.String expression)
          与えられた表現から、ObjectProperty, BeanProperty, ELProperty のうち適切なプロパティオブジェクトを作成します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyFactory

public PropertyFactory()
メソッドの詳細

createProperty

public static org.jdesktop.beansbinding.Property<?,?> createProperty(java.lang.String expression)
与えられた表現から、ObjectProperty, BeanProperty, ELProperty のうち適切なプロパティオブジェクトを作成します。

パラメータ:
expression - プロパティ表現
戻り値:
プロパティオブジェクト