ADF Designtime

oracle.adf.dt.dbpanel.uix
Class ControlBindingFactory

java.lang.Object
  extended byoracle.adf.dt.dbpanel.uix.ControlBindingFactory
Direct Known Subclasses:
ControlBindingFactoryImpl

public abstract class ControlBindingFactory
extends java.lang.Object


Constructor Summary
ControlBindingFactory()
           
 
Method Summary
 ControlBindingFactory createChildControlBindingFactory(int index)
           
 ControlBindingFactory createChildControlBindingFactory(java.lang.String attrName)
           
 JUDTControlBinding createControlBinding(java.lang.String sBindingTypeName)
           
protected abstract  JUDTControlBinding createControlBinding(java.lang.String sBindingTypeName, DataControlTreeNode treeNode)
           
 ControlBindingFactory createParentControlBindingFactory()
           
protected abstract  javax.swing.tree.TreeModel getTreeModel()
           
 DataControlTreeNode getTreeNode()
          gets the DataControlTreeNode that produces the ControlBindings created by this factory.
protected abstract  javax.swing.tree.TreePath getTreePath()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlBindingFactory

public ControlBindingFactory()
Method Detail

createParentControlBindingFactory

public ControlBindingFactory createParentControlBindingFactory()

createChildControlBindingFactory

public ControlBindingFactory createChildControlBindingFactory(int index)

createChildControlBindingFactory

public ControlBindingFactory createChildControlBindingFactory(java.lang.String attrName)

createControlBinding

public final JUDTControlBinding createControlBinding(java.lang.String sBindingTypeName)

getTreeNode

public final DataControlTreeNode getTreeNode()
gets the DataControlTreeNode that produces the ControlBindings created by this factory.


createControlBinding

protected abstract JUDTControlBinding createControlBinding(java.lang.String sBindingTypeName,
                                                           DataControlTreeNode treeNode)

getTreePath

protected abstract javax.swing.tree.TreePath getTreePath()

getTreeModel

protected abstract javax.swing.tree.TreeModel getTreeModel()

ADF Designtime

 

Copyright © 1997, 2004, Oracle. All rights reserved.