net.coderazzi.glasspane
Class GlassedPaneBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by net.coderazzi.glasspane.GlassedPaneBeanInfo
All Implemented Interfaces:
BeanInfo

public class GlassedPaneBeanInfo
extends SimpleBeanInfo

Associated GlassedPane bean

The provided GlassedPane component's icon forms part of the WYSIWYG Sapphire set of free icons, available at dryicons

Author:
coderazzi (lu@coderazzi.net)

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
GlassedPaneBeanInfo()
           
 
Method Summary
 BeanDescriptor getBeanDescriptor()
           
 Image getIcon(int iconKind)
           
 
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

GlassedPaneBeanInfo

public GlassedPaneBeanInfo()
Method Detail

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo

getIcon

public Image getIcon(int iconKind)
Specified by:
getIcon in interface BeanInfo
Overrides:
getIcon in class SimpleBeanInfo