|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
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 | |
Type | Name |
---|---|
JUCtrlHierNodeBinding |
JUCtrlHierNodeBinding.getParent()
|
Methods in oracle.jbo.uicli.binding with parameters of type JUCtrlHierNodeBinding | |
Type | Name |
---|---|
void |
JUCtrlHierNodeBinding.addChild(JUCtrlHierNodeBinding child)
|
boolean |
JUCtrlHierNodeBinding.removeChild(JUCtrlHierNodeBinding child)
|
Constructors in oracle.jbo.uicli.binding with parameters of type JUCtrlHierNodeBinding | |
Type | Name |
---|---|
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 | |
Type | Name |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |