All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.POP3SessionBeanInfo

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

public class POP3SessionBeanInfo
extends SimpleBeanInfo
POP3SessionBeanInfo provides an icon image for the POP3Session bean.

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

See Also:
POP3Session

Constructor Index

 o POP3SessionBeanInfo()

Method Index

 o getBeanDescriptor()
Returns a BeanDescriptor object for the POP3Session bean.
 o getIcon(int)
Returns the POP3 icon for the POP3Session bean.

Constructors

 o POP3SessionBeanInfo
 public POP3SessionBeanInfo()

Methods

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

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index