Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class AttributeInfoBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended byoracle.dacf.dataset.InfoObjectBeanInfo
          extended byoracle.dacf.dataset.AttributeInfoBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class AttributeInfoBeanInfo
extends InfoObjectBeanInfo

Internal: Applications should not use this class.

BeanInfo implementation for AttributeInfo which is used by the property editors. This class provides the getters and setters for properties and validation, and methods for enumerated value strings.

Version:
SDK

Field Summary
 
Fields inherited from class oracle.dacf.dataset.InfoObjectBeanInfo
ATTRIBUTE_CHANGED_METHOD_NAME, changeListenerMethodNames, PROP_NAME, ROW_2B_REMOVED_METHOD_NAME, ROW_ADDED_METHOD_NAME, ROW_UPDATED_METHOD_NAME, ROWSET_CLEARED_METHOD_NAME, ROWSET_POPULATED_METHOD_NAME, VALIDATE_ATTRIBUTE_METHOD_NAME, VALIDATE_ROW_METHOD_NAME, VALIDATE_ROWSET_METHOD_NAME, VALIDATE_SESSION_METHOD_NAME, validationListenerMethodNames
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AttributeInfoBeanInfo()
          Internal: Applications should not use this class.
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Internal: Applications should not use this method.
protected  java.lang.Class getBeanClass()
          Internal: Applications should not use this method.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Internal: Applications should not use this method.
 
Methods inherited from class oracle.dacf.dataset.InfoObjectBeanInfo
getChangeListenerMethodNames, getEventSetDescriptors, getValidationListenerMethodNames
 
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

AttributeInfoBeanInfo

public AttributeInfoBeanInfo()
Internal: Applications should not use this class.

Method Detail

getBeanClass

protected java.lang.Class getBeanClass()
Internal: Applications should not use this method.

Returns the class of the bean that this BeanInfo describes.

Overrides:
getBeanClass in class InfoObjectBeanInfo
Returns:
returns AttributeInfo.class.

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Internal: Applications should not use this method.

Returns the property descriptors for the bean.

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class InfoObjectBeanInfo
See Also:
BeanInfo.getPropertyDescriptors()

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Internal: Applications should not use this method.

Returns the property descriptors for the bean superclass.

See Also:
BeanInfo.getAdditionalBeanInfo()

Oracle Data-aware Controls Reference

 

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