Business Components

Uses of Class
oracle.jbo.uicli.binding.JUCtrlHierNodeBinding

Packages that use.*
PackageDescription
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 

Uses of JUCtrlHierNodeBinding in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding that return JUCtrlHierNodeBinding
TypeName
 JUCtrlHierNodeBinding JUCtrlHierNodeBinding.getParent()
           
 

Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlHierNodeBinding
TypeName
 void JUCtrlHierNodeBinding.addChild(JUCtrlHierNodeBinding child)
           
 boolean JUCtrlHierNodeBinding.removeChild(JUCtrlHierNodeBinding child)
           
 

Constructors in oracle.jbo.uicli.binding with parameters of type JUCtrlHierNodeBinding
TypeName
JUCtrlHierNodeBinding(java.lang.Object control, JUCtrlHierBinding hierBinding, JUCtrlHierNodeBinding parent, JUIteratorBinding iterBinding, java.lang.String[] attrNames)
           
 

Uses of JUCtrlHierNodeBinding in oracle.jbo.uicli.jui
 

Subclasses of JUCtrlHierNodeBinding in oracle.jbo.uicli.jui
TypeName
 class JUTreeNodeBinding
          This class implements rules that govern display of each node in a JTree which is bound to a JUTreeBinding and what to display when the associated node is expanded.
 


Business Components