netscape.ldap.beans
Class LDAPSimpleAuthBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--netscape.ldap.beans.LDAPSimpleAuthBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class LDAPSimpleAuthBeanInfo
extends java.beans.SimpleBeanInfo

BeanInfo for LDAPSimpleAuth


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LDAPSimpleAuthBeanInfo()
           
 
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

LDAPSimpleAuthBeanInfo

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

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
the public properties

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo

getDefaultEventIndex

public int getDefaultEventIndex()
Overrides:
getDefaultEventIndex in class java.beans.SimpleBeanInfo

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo