All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.SystemStatusBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.as400.access.SystemStatusBeanInfo

public class SystemStatusBeanInfo
extends SimpleBeanInfo
The SystemStatusBeanInfo class provides bean information for the SystemStatus class.


Constructor Index

 o SystemStatusBeanInfo()

Method Index

 o getBeanDescriptor()
Returns the bean descriptor.
 o getDefaultEventIndex()
Returns the default event index.
 o getDefaultPropertyIndex()
Returns the default property index.
 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 SystemStatusBeanInfo
 public SystemStatusBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns the bean descriptor.

Returns:
The bean descriptor.
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getDefaultEventIndex
 public int getDefaultEventIndex()
Returns the default event index.

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

Returns:
The default property index (always 0).
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.

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