xdoclet.sdk.xtag.migrator
Class OptionSetsBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--xdoclet.sdk.xtag.migrator.OptionSetsBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class OptionSetsBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for OptionSets.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
OptionSetsBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Gets the additional BeanInfo.
 java.beans.BeanDescriptor getBeanDescriptor()
          Gets the BeanDescriptor.
 int getDefaultPropertyIndex()
          Gets the defaultPropertyIndex
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getEventSetDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionSetsBeanInfo

public OptionSetsBeanInfo()
                   throws java.beans.IntrospectionException
Method Detail

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Gets the additional BeanInfo.

Specified by:
getAdditionalBeanInfo in interface java.beans.BeanInfo
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
Returns:
additional BeanInfo.

getIcon

public java.awt.Image getIcon(int iconKind)
Specified by:
getIcon in interface java.beans.BeanInfo
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Gets the BeanDescriptor.

Specified by:
getBeanDescriptor in interface java.beans.BeanInfo
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
Returns:
The BeanDescriptor.

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Gets the defaultPropertyIndex

Specified by:
getDefaultPropertyIndex in interface java.beans.BeanInfo
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo
Returns:
The defaultPropertyIndex value

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Specified by:
getPropertyDescriptors in interface java.beans.BeanInfo
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Specified by:
getMethodDescriptors in interface java.beans.BeanInfo
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo


Copyright © 2000-2003 XDoclet Team. All Rights Reserved.