Business Components

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

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. 
oracle.jbo.uicli.mom Contains classes that implement metadata management for JClient  
 

Uses of JUErrorHandler in oracle.jbo.uicli.binding
 

Classes in oracle.jbo.uicli.binding that implement JUErrorHandler
TypeName
 class JUErrorHandlerThrow
          Implements a default error handling class for the JClient framework.
 

Methods in oracle.jbo.uicli.binding that return JUErrorHandler
TypeName
 JUErrorHandler JUApplication.getErrorHandler()
          Returns the JUErrorHandler registered with the root JUApplication.
 

Methods in oracle.jbo.uicli.binding with parameters of type JUErrorHandler
TypeName
 void JUApplication.setErrorHandler(JUErrorHandler errHandler)
          Registers a JUErrorHandler with the root JUApplication.
 

Uses of JUErrorHandler in oracle.jbo.uicli.jui
 

Classes in oracle.jbo.uicli.jui that implement JUErrorHandler
TypeName
 class JUErrorHandlerDialog
          Dialog that implements JUErrorHandler interface in the framework.
 

Uses of JUErrorHandler in oracle.jbo.uicli.mom
 

Methods in oracle.jbo.uicli.mom with parameters of type JUErrorHandler
TypeName
static void JUMetaObjectManager.setBaseErrorHandler(JUErrorHandler baseErrorHandler)
           
 


Business Components