ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo
Class VirtualFolderMySQLImplBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
ARoad0.gBaseBeanInfo.VirtualFolderImplBeanInfo
ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo.VirtualFolderMySQLImplBeanInfo
- All Implemented Interfaces:
- BeanInfoPattern, java.beans.BeanInfo
public class VirtualFolderMySQLImplBeanInfo
- extends VirtualFolderImplBeanInfo
This class is responsible for describing the VirtualFolderMySQLImpl class.
Adds the 'Definer' and 'Definer Host' properties, and changes the VirtualFolder property
'Children' to change the number of arguments in the valueOf() method
to build up a child. Overrides the getCommonBeanDescriptor() method.
Fields inherited from interface java.beans.BeanInfo |
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32 |
Method Summary |
java.beans.BeanDescriptor |
getBeanDescriptor()
Get the description of the bean. |
protected java.beans.BeanDescriptor |
getCommonBeanDescriptor(java.beans.BeanDescriptor _result)
Get the common description of the bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Adds the 'Definer' property, and changes the VirtualFolder property
'Children' to change the number of arguments in the valueOf() method
to build up a child. |
Methods inherited from class java.beans.SimpleBeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.beans.BeanInfo |
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors |
VirtualFolderMySQLImplBeanInfo
public VirtualFolderMySQLImplBeanInfo()
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Get the description of the bean.
Specific values are set in the descriptor.
- Specified by:
getBeanDescriptor
in interface java.beans.BeanInfo
- Overrides:
getBeanDescriptor
in class VirtualFolderImplBeanInfo
- Returns:
- the bean descriptor
getCommonBeanDescriptor
protected java.beans.BeanDescriptor getCommonBeanDescriptor(java.beans.BeanDescriptor _result)
- Get the common description of the bean. Overrides the super method.
- Overrides:
getCommonBeanDescriptor
in class VirtualFolderImplBeanInfo
- Parameters:
_result
- is the BeanDescriptor to configure
- Returns:
- the bean descriptor
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Adds the 'Definer' property, and changes the VirtualFolder property
'Children' to change the number of arguments in the valueOf() method
to build up a child.
Removes the property 'SoftAlias'.
- Specified by:
getPropertyDescriptors
in interface java.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in class VirtualFolderImplBeanInfo
- Returns:
- array of property descriptors