All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.security.auth.AS400PrincipalBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.as400.security.auth.AS400PrincipalBeanInfo

public class AS400PrincipalBeanInfo
extends SimpleBeanInfo
Bean information for the AS400Principal class.


Constructor Index

 o AS400PrincipalBeanInfo()

Method Index

 o getDefaultEventIndex()
Returns the index of the default event.
 o getDefaultPropertyIndex()
Returns the index of the default property.
 o getEventSetDescriptors()
Returns the descriptors for all events.
 o getIcon(int)
Returns an Image for this bean's icon.
 o getPropertyDescriptors()
Returns the descriptors for all properties.

Constructors

 o AS400PrincipalBeanInfo
 public AS400PrincipalBeanInfo()

Methods

 o getDefaultEventIndex
 public int getDefaultEventIndex()
Returns the index of the default event.

Returns:
The index to the default event.
Overrides:
getDefaultEventIndex in class SimpleBeanInfo
 o getDefaultPropertyIndex
 public int getDefaultPropertyIndex()
Returns the index of the default property.

Returns:
The index to the default property.
Overrides:
getDefaultPropertyIndex in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Returns the descriptors for all events.

Returns:
The descriptors for all events.
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int icon)
Returns an Image for this bean's icon.

The superclass returns a generic image; subclasses should override with specific images as appropriate.

Parameters:
icon - The desired icon size and color.
Returns:
The Image for the icon.
Overrides:
getIcon in class SimpleBeanInfo
 o getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Returns the descriptors for all properties.

Returns:
The descriptors for all properties.
Overrides:
getPropertyDescriptors in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index