public final class DBCellFactory extends Object
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
clear()
DBCell オブジェクトをプールからすべて削除します。
|
static CellEditor |
newEditor(String id,
DBColumn clm)
識別id に応じた DBCell オブジェクトを取得します。
|
static CellRenderer |
newRenderer(String id,
DBColumn clm)
識別id に応じた DBCell オブジェクトを取得します。
|
public static CellRenderer newRenderer(String id, DBColumn clm)
id
- DBCell インターフェースを実装したサブクラスの識別idclm
- DBColumnオブジェクト2.1.2.1 (2002/11/27) id が指定されていない場合の デフォルトを指定するように変更。 |
3.1.1.1 (2003/04/03) DBCell のファクトリクラスに DBColumn オブジェクトを渡す。 |
3.1.2.1 (2003/04/10) synchronized の方法を修正。 |
3.5.6.0 (2004/06/18) 各種プラグイン関連付け設定を、システムパラメータ に記述します。 |
4.0.0 (2005/01/31) キーの指定を、Renderer. から、Renderer_ に変更します。 |
public static CellEditor newEditor(String id, DBColumn clm)
id
- DBCell インターフェースを実装したサブクラスの識別idclm
- DBColumnオブジェクト2.1.2.1 (2002/11/27) id が指定されていない場合の デフォルトを指定するように変更。 |
3.1.1.1 (2003/04/03) DBCell のファクトリクラスに DBColumn オブジェクトを渡す。 |
3.1.2.1 (2003/04/10) synchronized の方法を修正。 |
3.5.6.0 (2004/06/18) 各種プラグイン関連付け設定を、システムパラメータ に記述します。 |
4.0.0 (2005/01/31) キーの指定を、Editor. から、Editor_ に変更します。 |
public static void clear()
3.1.1.1 (2003/04/03) キャッシュクリアメソッドを新規追加。 |
3.1.2.1 (2003/04/10) synchronized の方法を修正。 |
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.