Package org.nuiton.jaxx.runtime.swing
Class VBoxBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- org.nuiton.jaxx.runtime.swing.VBoxBeanInfo
-
- All Implemented Interfaces:
BeanInfo
public class VBoxBeanInfo extends SimpleBeanInfo
-
-
Field Summary
-
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor Description VBoxBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanInfo[]getAdditionalBeanInfo()PropertyDescriptor[]getPropertyDescriptors()-
Methods inherited from class java.beans.SimpleBeanInfo
getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
-
-
-
-
Method Detail
-
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Specified by:
getAdditionalBeanInfoin interfaceBeanInfo- Overrides:
getAdditionalBeanInfoin classSimpleBeanInfo
-
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptorsin interfaceBeanInfo- Overrides:
getPropertyDescriptorsin classSimpleBeanInfo
-
-