Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


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

Packages that use JUErrorHandler
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  
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
 class JUErrorHandlerThrow
          Implements a default error handling class for the JClient framework.

 

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

 

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

 

Uses of JUErrorHandler in oracle.jbo.uicli.controls

 

Classes in oracle.jbo.uicli.controls that implement JUErrorHandler
 class JUErrorHandlerDlg
          Dialog that implements JUErrorHandler interface in the framework.

 

Uses of JUErrorHandler in oracle.jbo.uicli.jui

 

Classes in oracle.jbo.uicli.jui that implement JUErrorHandler
 class JUErrorHandlerDialog
          Deprecated. since 9.0.3 use oracle.jbo.uicli.controls.JUErrorHandlerDlg instead.

 

Uses of JUErrorHandler in oracle.jbo.uicli.mom

 

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

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

Copyright © 1997, 2003, Oracle. All rights reserved.