Business Components

oracle.jbo.uicli.jui
Class JUPanelBindingBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--oracle.jbo.uicli.jui.JUPanelBindingBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JUPanelBindingBeanInfo
extends java.beans.SimpleBeanInfo


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JUPanelBindingBeanInfo()
           
 
Method Summary
TypeMethod
 java.beans.BeanDescriptor getBeanDescriptor()
          Identifies this bean's validator and customizer classes.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUPanelBindingBeanInfo

public JUPanelBindingBeanInfo()
Method Detail

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Identifies this bean's validator and customizer classes.
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
Returns:
a bean descriptor.

Business Components