public class ModelEventTableItemFactoryCreatorSimpleImpl extends java.lang.Object implements ModelEventTableItemFactoryCreator
| コンストラクタと説明 |
|---|
ModelEventTableItemFactoryCreatorSimpleImpl()
コンストラクタ
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ModelEventTableItemFactory |
createModelEventTableItemFactory(Resource resource)
MoelEventTableItemFactoryを生成する
|
java.lang.String |
getCreatorName()
Creator名を帰す
|
java.lang.String[] |
getDependCreatorNames()
依存関係のある他のCreatorキーを返す
|
Key[] |
getDependFactoryKey()
依存関係のある他のFactoryキーを返す
|
Key |
getFactoryKey()
ファクトリキーを返す
|
public ModelEventTableItemFactoryCreatorSimpleImpl()
public ModelEventTableItemFactory createModelEventTableItemFactory(Resource resource) throws FatalException
createModelEventTableItemFactory インタフェース内 ModelEventTableItemFactoryCreatorresource - カーネルリソースFatalExceptionpublic Key getFactoryKey()
getFactoryKey インタフェース内 FactoryCreatorpublic Key[] getDependFactoryKey()
getDependFactoryKey インタフェース内 FactoryCreatorpublic java.lang.String[] getDependCreatorNames()
getDependCreatorNames インタフェース内 FactoryCreatorpublic java.lang.String getCreatorName()
getCreatorName インタフェース内 FactoryCreator