|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.birt.report.engine.api.script.element.ScriptAPIFactory
public class ScriptAPIFactory
Class to create some structure instances.
| Constructor Summary | |
|---|---|
ScriptAPIFactory()
Deprecated. |
|
| Method Summary | |
|---|---|
IDataBinding |
createDataBinding()
Deprecated. Create IDataBinding |
IFilterCondition |
createFilterCondition()
Deprecated. Create IFilterCondition |
IHideRule |
createHideRule()
Deprecated. Create IHideRule instance |
IHighlightRule |
createHighLightRule()
Deprecated. Create IHighLightRule |
ISortCondition |
createSortCondition()
Deprecated. Create ISortCondition |
static ScriptAPIFactory |
getInstance()
Deprecated. Returns the ODAProviderFactory instance. |
static void |
initeTheFactory(IScriptAPIFactory base)
Deprecated. Set the base factory for this class. |
static void |
releaseInstance()
Deprecated. Singleton instance release method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptAPIFactory()
| Method Detail |
|---|
public static ScriptAPIFactory getInstance()
public static void initeTheFactory(IScriptAPIFactory base)
base - The real factory class used to create the script structure.public static void releaseInstance()
public IDataBinding createDataBinding()
IScriptAPIFactoryIDataBinding
createDataBinding in interface IScriptAPIFactorypublic IFilterCondition createFilterCondition()
IScriptAPIFactoryIFilterCondition
createFilterCondition in interface IScriptAPIFactorypublic IHideRule createHideRule()
IScriptAPIFactoryIHideRule instance
createHideRule in interface IScriptAPIFactorypublic IHighlightRule createHighLightRule()
IScriptAPIFactoryIHighLightRule
createHighLightRule in interface IScriptAPIFactorypublic ISortCondition createSortCondition()
IScriptAPIFactoryISortCondition
createSortCondition in interface IScriptAPIFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||