public final class DBCellFactory
extends java.lang.Object
DBCellRenderer/DBCellEditor オブジェクトを取得する為に使用する,ファクトリクラスです。 DBCell オブジェクト の識別ID を元に、DBCellFactory.newInstance( String id ) メソッドで,DBCell オブジェクトを取得します。
修飾子とタイプ | メソッドと説明 |
---|---|
static void |
clear()
DBCell オブジェクトをプールからすべて削除します。
|
static CellEditor |
newEditor(java.lang.String id,
DBColumn clm)
識別id に応じた DBCell オブジェクトを取得します。
|
static CellRenderer |
newRenderer(java.lang.String id,
DBColumn clm)
識別id に応じた DBCell オブジェクトを取得します。
|
public static CellRenderer newRenderer(java.lang.String id, DBColumn clm)
id
- DBCell インターフェースを実装したサブクラスの識別idclm
- DBColumnオブジェクトpublic static CellEditor newEditor(java.lang.String id, DBColumn clm)
id
- DBCell インターフェースを実装したサブクラスの識別idclm
- DBColumnオブジェクトpublic static void clear()
Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.