All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.beans.net.FTPSessionBeanInfo

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

public class FTPSessionBeanInfo
extends SimpleBeanInfo
FTPSessionBeanInfo provides an icon image for the FTPSession bean.

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

See Also:
FTPSession

Constructor Index

 o FTPSessionBeanInfo()

Method Index

 o getBeanDescriptor()
Returns a BeanDescriptor object for the FTPSession bean.
 o getIcon(int)
Returns the FTP icon for the FTPSession bean.

Constructors

 o FTPSessionBeanInfo
 public FTPSessionBeanInfo()

Methods

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

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

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index