|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.dt.DataControlFactoryManager
The DataControlFactoryManager handles registration of DataControlFactory classes. All factory classes have to register with this manager so that the 'create data control' menu is enabled for the nodes associated with a factory. We provide factories for EJB, JavaBean WebService and Toplink. Other factory types may be added by JDeveloper addins.
Method Summary | |
DataControlFactory |
getDataControlFactory(java.lang.Class nodeClass)
Looks up a factory class for the given node class. |
static DataControlFactoryManager |
getInstance()
|
void |
registerDataControlFactory(DataControlFactory factory)
Registers a new DataControlFactory. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static DataControlFactoryManager getInstance()
public void registerDataControlFactory(DataControlFactory factory)
factory
- object instance that implements the DataControlFactory interface.public DataControlFactory getDataControlFactory(java.lang.Class nodeClass)
nodeClass
- - class for the selected node.
|
ADF Designtime | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.