All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.NNTPSessionBeanInfo

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

public class NNTPSessionBeanInfo
extends SimpleBeanInfo
NNTPSessionBeanInfo provides an icon image for the NNTPSession bean.

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

See Also:
NNTPSession

Constructor Index

 o NNTPSessionBeanInfo()

Method Index

 o getBeanDescriptor()
Returns a BeanDescriptor object for the NNTPSession bean.
 o getIcon(int)
Returns the NNTP icon for the NNTPSession bean.

Constructors

 o NNTPSessionBeanInfo
 public NNTPSessionBeanInfo()

Methods

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

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index