All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
java.lang.Object
|
+----java.beans.SimpleBeanInfo
|
+----com.ibm.as400.security.auth.AS400PrincipalBeanInfo
|
+----com.ibm.as400.security.auth.UserProfilePrincipalBeanInfo
- public class UserProfilePrincipalBeanInfo
- extends AS400PrincipalBeanInfo
Bean information for the UserProfilePrincipal class.
-
UserProfilePrincipalBeanInfo()
-
-
getAdditionalBeanInfo()
- Returns additional bean information.
-
getBeanDescriptor()
- Returns the bean descriptor.
-
getEventSetDescriptors()
- Returns the descriptors for all events.
-
getIcon(int)
- Returns an Image for this bean's icon.
-
getPropertyDescriptors()
- Returns the descriptors for all properties.
UserProfilePrincipalBeanInfo
public UserProfilePrincipalBeanInfo()
getAdditionalBeanInfo
public BeanInfo[] getAdditionalBeanInfo()
- Returns additional bean information.
- Returns:
- The bean information.
- Overrides:
- getAdditionalBeanInfo in class SimpleBeanInfo
getBeanDescriptor
public BeanDescriptor getBeanDescriptor()
- Returns the bean descriptor.
- Returns:
- The bean descriptor.
- Overrides:
- getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
public EventSetDescriptor[] getEventSetDescriptors()
- Returns the descriptors for all events.
- Returns:
- The descriptors for all events.
- Overrides:
- getEventSetDescriptors in class AS400PrincipalBeanInfo
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 AS400PrincipalBeanInfo
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors()
- Returns the descriptors for all properties.
- Returns:
- The descriptors for all properties.
- Overrides:
- getPropertyDescriptors in class AS400PrincipalBeanInfo
All Packages Class Hierarchy This Package Previous Next Index