ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo
Class ACSMySQLImplBeanInfo
java.lang.Object
java.beans.SimpleBeanInfo
ARoad0.gBaseBeanInfo.ACSImplBeanInfo
ARoad0.AcsAddon.Accbee.MySQL.gBaseBeanInfo.ACSMySQLImplBeanInfo
- All Implemented Interfaces:
- BeanInfoPattern, java.beans.BeanInfo
public class ACSMySQLImplBeanInfo
- extends ACSImplBeanInfo
This class is responsible for describing the ACS class for MySQL.
Changes the property descriptor for 'OneEPVirtualFolder', since VirtualFolderMySQLImpl
has a new argument in its constructor.
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()
Gets the description of the bean. |
java.beans.PropertyDescriptor[] |
getPropertyDescriptors()
Changes the property descriptor for 'OneEPVirtualFolder', since VirtualFolderMySQLImpl
has a new argument in its constructor. |
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 |
ACSMySQLImplBeanInfo
public ACSMySQLImplBeanInfo()
getBeanDescriptor
public java.beans.BeanDescriptor getBeanDescriptor()
- Gets the description of the bean.
Some standard values are set:
- 'hidden' is false since the bean is not hidden to the users
- 'expert' is false since the bean is not reserved to experts
Specific values are set in the descriptor. They are get with BeanDescriptor.getValue():
- 'withTabbedPanes' is true (Boolean value) since several tabbed panes
are necessary to display all the panels (property, value) of ACSUbuntuImpl
- Specified by:
getBeanDescriptor
in interface java.beans.BeanInfo
- Overrides:
getBeanDescriptor
in class ACSImplBeanInfo
- Returns:
- the bean descriptor
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
- Changes the property descriptor for 'OneEPVirtualFolder', since VirtualFolderMySQLImpl
has a new argument in its constructor.
- Specified by:
getPropertyDescriptors
in interface java.beans.BeanInfo
- Overrides:
getPropertyDescriptors
in class ACSImplBeanInfo
- Returns:
- array of property descriptors