com.im.ijc.widgets/1 5.9.1

com.im.ijc.widgets.abstractwidget
Class CommonWidgetSettingsBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.im.commons.ui.beans.AbstractUIComponentBeanInfo
          extended by com.im.ijc.widgets.abstractwidget.CommonWidgetSettingsBeanInfo
All Implemented Interfaces:
BeanInfo
Direct Known Subclasses:
WidgetSettingsWithRendererBeanInfo

public class CommonWidgetSettingsBeanInfo
extends AbstractUIComponentBeanInfo


Nested Class Summary
 
Nested classes/interfaces inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
AbstractUIComponentBeanInfo.StandardProps
 
Field Summary
 
Fields inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
ATTRIBUTE_IS_COMMON_WIDGET_PROPERTY
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
  CommonWidgetSettingsBeanInfo()
           
protected CommonWidgetSettingsBeanInfo(Class<?> clz, String beanInfoDisplayNameBundleKey)
           
 
Method Summary
protected  void addPropertyDescriptors(List<PropertyDescriptor> list)
           
 
Methods inherited from class com.im.commons.ui.beans.AbstractUIComponentBeanInfo
createBooleanProperty, createLocalizedProperty, createLocalizedProperty, createLocalizedProperty, createProperty, createProperty, createStandardProperty, getBeanDescriptor, getPropertyDescriptors, makeGroupEditable
 
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
 

Constructor Detail

CommonWidgetSettingsBeanInfo

public CommonWidgetSettingsBeanInfo()

CommonWidgetSettingsBeanInfo

protected CommonWidgetSettingsBeanInfo(Class<?> clz,
                                       String beanInfoDisplayNameBundleKey)
Method Detail

addPropertyDescriptors

protected void addPropertyDescriptors(List<PropertyDescriptor> list)
                               throws IntrospectionException
Specified by:
addPropertyDescriptors in class AbstractUIComponentBeanInfo
Throws:
IntrospectionException

com.im.ijc.widgets/1 5.9.1