ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo
Class ACSFactoryUbuntuImplBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by ARoad0.gBaseBeanInfo.ACSFactoryImplBeanInfo
          extended by ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo.ACSFactoryUbuntuImplBeanInfo
All Implemented Interfaces:
BeanInfoPattern, java.beans.BeanInfo

public class ACSFactoryUbuntuImplBeanInfo
extends ACSFactoryImplBeanInfo

This class is responsible for describing the ACSFactoryUbuntuImpl class. It is used for displaying and editing all of the properties of this class.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ACSFactoryUbuntuImplBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the description of the bean.
 
Methods inherited from class ARoad0.gBaseBeanInfo.ACSFactoryImplBeanInfo
getBaseBeanManagerBoundProperty, getBaseBeanManagerGetMethod, getBaseBeanManagerInstance, getPropertyDescriptors
 
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
 

Constructor Detail

ACSFactoryUbuntuImplBeanInfo

public ACSFactoryUbuntuImplBeanInfo()
Method Detail

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 the class

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class ACSFactoryImplBeanInfo
Returns:
the bean descriptor