netscape.ldap.beans
Class LDAPIsMemberBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynetscape.ldap.beans.LDAPIsMemberBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class LDAPIsMemberBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for LDAPIsMember


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

Constructor Detail

LDAPIsMemberBeanInfo

public LDAPIsMemberBeanInfo()
                     throws java.lang.Exception
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns:
the public properties

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()

getDefaultEventIndex

public int getDefaultEventIndex()

getDefaultPropertyIndex

public int getDefaultPropertyIndex()

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()