| Package | Description | 
|---|---|
| oracle.jbo.uicli.jui | 
 Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected JUTreeNodeBinding | 
JUTreeBinding.getNodeBinding(javax.swing.tree.DefaultMutableTreeNode treeNode)  | 
JUTreeNodeBinding | 
JUTreeBinding.getRootBinding()
Returns the root node binding that contains the iterator that the root node is displaying. 
 | 
| Constructor and Description | 
|---|
JUTreeNodeBinding(javax.swing.JTree tr,
                 JUTreeBinding treeBinding,
                 JUTreeNodeBinding parent,
                 JUIteratorBinding iterBinding,
                 JUCtrlHierTypeBinding typeBinding,
                 Row row,
                 boolean expandable)  | 
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 *** 
 |