Business Components

Uses of Class
oracle.jbo.uicli.jui.JUTreeNodeBinding

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

Uses of JUTreeNodeBinding in oracle.jbo.uicli.jui
 

Methods in oracle.jbo.uicli.jui that return JUTreeNodeBinding
TypeName
 JUTreeNodeBinding JUTreeBinding.getRootBinding()
          Returns the root node binding that contains the iterator that the root node is displaying
 

Constructors in oracle.jbo.uicli.jui with parameters of type JUTreeNodeBinding
TypeName
JUTreeNodeBinding(javax.swing.JTree tr, JUTreeBinding treeBinding, JUTreeNodeBinding parent, JUIteratorBinding iterBinding, java.lang.String attrName, java.lang.Object nodeVal, boolean expandable)
          *** For internal framework use only ***
JUTreeNodeBinding(javax.swing.JTree tr, JUTreeBinding treeBinding, JUTreeNodeBinding parent, JUIteratorBinding iterBinding, JUCtrlHierTypeBinding typeBinding, RowSetIterator parentRSI, Row row, boolean expandable)
          *** For internal framework use only ***
 


Business Components