Oracle Data-aware Controls Reference

oracle.dacf.control.swing
Class StatusBarControlBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--oracle.dacf.control.swing.ControlBeanInfoHelper
              |
              +--oracle.dacf.control.swing.StatusBarControlBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class StatusBarControlBeanInfo
extends ControlBeanInfoHelper

StatusBarControlBeanInfo

Version:
SDK

Fields inherited from class oracle.dacf.control.swing.ControlBeanInfoHelper
exposeBaseClassBeanInfo
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
StatusBarControlBeanInfo()
          Simple, null constructor
 
Method Summary
protected  java.lang.Class getBeanClass()
          get the Class object for the bean described by this beaninfo class
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns the event descriptors for the bean
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          get property descriptors for the bean
 
Methods inherited from class oracle.dacf.control.swing.ControlBeanInfoHelper
getAdditionalBeanInfo, getAdditionalEventDescriptors, getAdditionalPropertyDescriptors, getDataItemNameEditorClass, getExposeBaseClassBeanInfo, setExposeBaseClassBeanInfo
 
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBarControlBeanInfo

public StatusBarControlBeanInfo()
Simple, null constructor
Method Detail

getBeanClass

protected java.lang.Class getBeanClass()
get the Class object for the bean described by this beaninfo class
Overrides:
getBeanClass in class ControlBeanInfoHelper
Returns:
the Class object for the bean

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
get property descriptors for the bean
Overrides:
getPropertyDescriptors in class ControlBeanInfoHelper
Returns:
PropertyDescriptors specific to this bean

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Description copied from class: ControlBeanInfoHelper
Returns the event descriptors for the bean
Overrides:
getEventSetDescriptors in class ControlBeanInfoHelper
Following copied from class: oracle.dacf.control.swing.ControlBeanInfoHelper
See Also:
BeanInfo.getEventSetDescriptors()

Oracle Data-aware Controls Reference