Package jadex.commons.beans
Interface BeanInfo
-
- All Known Subinterfaces:
BeanContextServiceProviderBeanInfo
- All Known Implementing Classes:
SimpleBeanInfo
public interface BeanInfo
-
-
Field Summary
Fields Modifier and Type Field Description static int
ICON_COLOR_16x16
static int
ICON_COLOR_32x32
static int
ICON_MONO_16x16
static int
ICON_MONO_32x32
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanInfo[]
getAdditionalBeanInfo()
BeanDescriptor
getBeanDescriptor()
int
getDefaultEventIndex()
int
getDefaultPropertyIndex()
EventSetDescriptor[]
getEventSetDescriptors()
MethodDescriptor[]
getMethodDescriptors()
PropertyDescriptor[]
getPropertyDescriptors()
-
-
-
Field Detail
-
ICON_COLOR_16x16
static final int ICON_COLOR_16x16
- See Also:
- Constant Field Values
-
ICON_COLOR_32x32
static final int ICON_COLOR_32x32
- See Also:
- Constant Field Values
-
ICON_MONO_16x16
static final int ICON_MONO_16x16
- See Also:
- Constant Field Values
-
ICON_MONO_32x32
static final int ICON_MONO_32x32
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPropertyDescriptors
PropertyDescriptor[] getPropertyDescriptors()
-
getMethodDescriptors
MethodDescriptor[] getMethodDescriptors()
-
getEventSetDescriptors
EventSetDescriptor[] getEventSetDescriptors()
-
getAdditionalBeanInfo
BeanInfo[] getAdditionalBeanInfo()
-
getBeanDescriptor
BeanDescriptor getBeanDescriptor()
-
getDefaultPropertyIndex
int getDefaultPropertyIndex()
-
getDefaultEventIndex
int getDefaultEventIndex()
-
-