|
||||||||||
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()
IScriptAPIFactory
IDataBinding
createDataBinding
in interface IScriptAPIFactory
public IFilterCondition createFilterCondition()
IScriptAPIFactory
IFilterCondition
createFilterCondition
in interface IScriptAPIFactory
public IHideRule createHideRule()
IScriptAPIFactory
IHideRule
instance
createHideRule
in interface IScriptAPIFactory
public IHighlightRule createHighLightRule()
IScriptAPIFactory
IHighLightRule
createHighLightRule
in interface IScriptAPIFactory
public ISortCondition createSortCondition()
IScriptAPIFactory
ISortCondition
createSortCondition
in interface IScriptAPIFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |