Business Components

Uses of Interface
oracle.jbo.uicli.binding.JUStatusBarInterface

Packages that use.*
PackageDescription
oracle.jbo.uicli.binding Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. 
oracle.jbo.uicli.controls Contains classes that implement JClient controls  
 

Uses of JUStatusBarInterface in oracle.jbo.uicli.binding
 

Methods in oracle.jbo.uicli.binding with parameters of type JUStatusBarInterface
TypeName
 void JUFormBinding.addStatusBarInterface(JUStatusBarInterface statusBar)
          Helper method to add the given object to the JUApplication's StatusBars.
 void JUFormBinding.removeStatusBarInterface(JUStatusBarInterface statusBar)
          Helper method to remove the given object to the JUApplication's StatusBars.
 void JUApplication.addStatusBarInterface(JUStatusBarInterface statusBar)
          Add the given status bar object to this application's list.
 void JUApplication.removeStatusBarInterface(JUStatusBarInterface statusBar)
          Remove the given instance of status bar interface if found.
 

Uses of JUStatusBarInterface in oracle.jbo.uicli.controls
 

Classes in oracle.jbo.uicli.controls that implement JUStatusBarInterface
TypeName
 class JUStatusBar
          JUStatusBar
 


Business Components