oracle.dacf.dataset
Class AttributeInfoBeanInfo
java.lang.Object
|
+--java.beans.SimpleBeanInfo
|
+--oracle.dacf.dataset.InfoObjectBeanInfo
|
+--oracle.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
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 |
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 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 |
AttributeInfoBeanInfo
public AttributeInfoBeanInfo()
- Internal: Applications should not use this class.
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.
- 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.
- Overrides:
getAdditionalBeanInfo
in class java.beans.SimpleBeanInfo
- See Also:
BeanInfo.getAdditionalBeanInfo()