com.zfqjava.swing
Class JDirChooserBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.zfqjava.swing.JDirChooserBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class JDirChooserBeanInfo
extends java.beans.SimpleBeanInfo


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JDirChooserBeanInfo()
           
 
Method Summary
 java.awt.Image getIcon(int iconKind)
          Claim there are no icons available.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDirChooserBeanInfo

public JDirChooserBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
Claim there are no icons available. You can override this if you want to provide icons for your bean.
Overrides:
getIcon in class java.beans.SimpleBeanInfo


Copyright © 2001-2003 Extreme Component, Inc. All rights reserved.