Oracle Data-aware Controls Reference

oracle.dacf.control.swing
Class InfoInternalFrameBeanInfo

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

public class InfoInternalFrameBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo implementation for InfoFrame.

Version:
SDK

Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
InfoInternalFrameBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns the property descriptors for the bean superclass
protected  java.lang.Class getBeanClass()
          Returns the class of the bean this BeanInfo describes
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns the property descriptors for the bean
 
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoInternalFrameBeanInfo

public InfoInternalFrameBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns the property descriptors for the bean
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
See Also:
BeanInfo.getPropertyDescriptors()

getBeanClass

protected java.lang.Class getBeanClass()
Returns the class of the bean this BeanInfo describes
Returns:
returns InfoInternalFrame.class

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the property descriptors for the bean superclass
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
See Also:
BeanInfo.getAdditionalBeanInfo()

Oracle Data-aware Controls Reference