ARoad0.AcsAddon.Accbee.Ubuntu.gBaseBeanInfo
Class ResourceUbuntuImplBeanInfo

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

public class ResourceUbuntuImplBeanInfo
extends ResourceImplBeanInfo

This class is responsible for describing the Linux Ubuntu resource. It is used for displaying and editing the properties of ResourceUbuntuImpl, to create it and to copy it. This is the reference class for the BeanInfo descriptions.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ResourceUbuntuImplBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the description of the bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Each property descriptor has specific values that are get with PropertyDescriptor.getValue().
 
Methods inherited from class ARoad0.gBaseBeanInfo.ResourceImplBeanInfo
getBaseBeanManagerBoundProperty, getBaseBeanManagerGetMethod, getBaseBeanManagerInstance, getCommonBeanDescriptor
 
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

ResourceUbuntuImplBeanInfo

public ResourceUbuntuImplBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the description of the bean. The properties to handle in the GUI are set in the descriptor. They are get through BeanDescriptor.getValue().

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

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Each property descriptor has specific values that are get with PropertyDescriptor.getValue(). To read a property, use the read method in the prooperty descriptor.

To update a property, there are 3 means, in this order:

- if it is not a single value, use the "choiceMethodForNew" value to add one value

- or, if it is not a single value, use the "addMethod" value to add one value and "removeMethod", for BaseObjects only,

- or, in any cases, use the write method in the property descriptor

Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class ResourceImplBeanInfo
Returns:
array of property descriptors