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
インタフェース内 ModelEventTableItemFactoryCreator
resource
- カーネルリソースFatalException
public Key getFactoryKey()
getFactoryKey
インタフェース内 FactoryCreator
public Key[] getDependFactoryKey()
getDependFactoryKey
インタフェース内 FactoryCreator
public java.lang.String[] getDependCreatorNames()
getDependCreatorNames
インタフェース内 FactoryCreator
public java.lang.String getCreatorName()
getCreatorName
インタフェース内 FactoryCreator