Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

BeanInfo Interface Reference

Inherited by BeanContextServiceProviderBeanInfo, and SimpleBeanInfo.

List of all members.


Public Member Functions

PropertyDescriptor[] getPropertyDescriptors ()
MethodDescriptor[] getMethodDescriptors ()
EventSetDescriptor[] getEventSetDescriptors ()
BeanInfo[] getAdditionalBeanInfo ()
BeanDescriptor getBeanDescriptor ()
Image getIcon (int iconKind)
int getDefaultPropertyIndex ()
int getDefaultEventIndex ()

Static Public Attributes

static final int ICON_COLOR_16x16 = 1
static final int ICON_COLOR_32x32 = 2
static final int ICON_MONO_16x16 = 3
static final int ICON_MONO_32x32 = 4

Member Function Documentation

PropertyDescriptor [] getPropertyDescriptors (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

MethodDescriptor [] getMethodDescriptors (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

EventSetDescriptor [] getEventSetDescriptors (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

BeanInfo [] getAdditionalBeanInfo (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

BeanDescriptor getBeanDescriptor (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

Image getIcon ( int  iconKind  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

int getDefaultPropertyIndex (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.

int getDefaultEventIndex (  ) 

Implemented in SimpleBeanInfo, and StandardBeanInfo.


Member Data Documentation

final int ICON_COLOR_16x16 = 1 [static]

final int ICON_COLOR_32x32 = 2 [static]

final int ICON_MONO_16x16 = 3 [static]

final int ICON_MONO_32x32 = 4 [static]