com.vistech.listselect
Class FileBrowserBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.vistech.listselect.FileBrowserBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class FileBrowserBeanInfo
extends java.beans.SimpleBeanInfo

FileBrowserBeanInfo Class

Version:
1.0 21 Jan 2000
Author:
Lawrence Rodrigues

Field Summary
protected  java.lang.Class browserClass
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
FileBrowserBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.awt.Image getIcon(int iconType)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Constructs method descriptors for all the public methods in the FileBrowser class.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

browserClass

protected java.lang.Class browserClass
Constructor Detail

FileBrowserBeanInfo

public FileBrowserBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconType)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Constructs method descriptors for all the public methods in the FileBrowser class.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
an array of Method descriptors.

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo