com.connectina.swing.fontchooser
Class JFontChooserBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.connectina.swing.fontchooser.JFontChooserBeanInfo
All Implemented Interfaces:
BeanInfo

public class JFontChooserBeanInfo
extends SimpleBeanInfo

The bean information for the JFontChooser JavaBean.

See Also:
JFontChooser

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
JFontChooserBeanInfo()
           
 
Method Summary
 BeanDescriptor getBeanDescriptor()
          Get the bean descriptor.
 Image getIcon(int iconKind)
          Get the appropriate icon.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, 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

JFontChooserBeanInfo

public JFontChooserBeanInfo()
Method Detail

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Get the bean descriptor.

Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo
Returns:
the bean descriptor

getIcon

public Image getIcon(int iconKind)
Get the appropriate icon.

Specified by:
getIcon in interface BeanInfo
Overrides:
getIcon in class SimpleBeanInfo
Parameters:
iconKind - the icon kind
Returns:
the image