|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.swing.property.PropertyFactory
public abstract class PropertyFactory
Beans Bindingのプロパティオブジェクトを生成するファクトリです。
| コンストラクタの概要 | |
|---|---|
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 |
| コンストラクタの詳細 |
|---|
public PropertyFactory()
| メソッドの詳細 |
|---|
public static org.jdesktop.beansbinding.Property<?,?> createProperty(java.lang.String expression)
ObjectProperty, BeanProperty, ELProperty
のうち適切なプロパティオブジェクトを作成します。
expression - プロパティ表現
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||