Oracle Data-aware Controls Reference

oracle.dacf.layout
Class ControlLayoutBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--oracle.dacf.layout.ControlLayoutBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ControlLayoutBeanInfo
extends java.beans.SimpleBeanInfo

This bean info describes the properties of the ControlLayout class.

Version:
SDK
See Also:
ControlLayout

Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ControlLayoutBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          An array of PropertyDescriptors describing the editable properties supported by this bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, 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

ControlLayoutBeanInfo

public ControlLayoutBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
An array of PropertyDescriptors describing the editable properties supported by this bean. May return null if the information should be obtained by automatic analysis.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
the property descriptors for this class

Oracle Data-aware Controls Reference