ADF Designtime

Uses of Class
oracle.adf.dt.objects.JUDTMethod

Packages that use JUDTMethod
oracle.adf.dt.controls.treemodel.bean   
oracle.adf.dt.controls.treemodel.bean.toplink   
oracle.adf.dt.objects   
 

Uses of JUDTMethod in oracle.adf.dt.controls.treemodel.bean
 

Methods in oracle.adf.dt.controls.treemodel.bean with parameters of type JUDTMethod
protected  BeanMethodReturnNode BeanStructureTreeNode.createMethodReturnNode(BeanMethodNode methodNode, JUDTMethod accessormethod)
           
 

Constructors in oracle.adf.dt.controls.treemodel.bean with parameters of type JUDTMethod
BeanMethodReturnNode(JUDTDataControl session, JUDTMethod accessormethod, BeanMethodNode methodNode, TreeNodesChooser chooser)
           
 

Uses of JUDTMethod in oracle.adf.dt.controls.treemodel.bean.toplink
 

Constructors in oracle.adf.dt.controls.treemodel.bean.toplink with parameters of type JUDTMethod
ToplinkBeanMethodReturnNode(JUDTDataControl session, JUDTMethod accessormethod, ToplinkModelQueryTreeNode methodNode, TreeNodesChooser chooser)
           
 

Uses of JUDTMethod in oracle.adf.dt.objects
 

Methods in oracle.adf.dt.objects that return JUDTMethod
 JUDTMethod JUDTDataControl.findMethod(java.lang.String sName)
          Finds a method based on its name.
 JUDTMethod JUDTBean.findMethodAccessor(java.lang.String sName)
           
 

Methods in oracle.adf.dt.objects with parameters of type JUDTMethod
 void JUDTBean.addMethodAccessor(JUDTMethod method)
           
 


ADF Designtime

 

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