All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.SMTPSessionBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----COM.ibm.beans.net.SMTPSessionBeanInfo

public class SMTPSessionBeanInfo
extends SimpleBeanInfo
Sample BeanInfo for the SMTPSession bean that identifies the SMTPSessionCustomizer class as a customizer for SMTPSession, and provides an icon image.

 Copyright (c) Taligent, Inc.  1996 - 1997.
 Copyright (c) IBM Corporation 1996 - 1997.
 All Rights Reserved.
 

See Also:
SMTPSession, SMTPSessionCustomizer

Constructor Index

 o SMTPSessionBeanInfo()

Method Index

 o getBeanDescriptor()
Returns a BeanDescriptor object for the SMTPSession bean.
 o getIcon(int)
Returns the SMTP icon for the SMTPSession bean.

Constructors

 o SMTPSessionBeanInfo
 public SMTPSessionBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Returns a BeanDescriptor object for the SMTPSession bean.

Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getIcon
 public Image getIcon(int iconKind)
Returns the SMTP icon for the SMTPSession bean.

Parameters:
iconKind - is the kind of icon required.
Overrides:
getIcon in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index