sunw.demo.juggler
Class JugglerBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--sunw.demo.juggler.JugglerBeanInfo

public class JugglerBeanInfo
extends java.beans.SimpleBeanInfo


Constructor Summary
JugglerBeanInfo()
           
 
Method Summary
 int getDefaultPropertyIndex()
           
 java.awt.Image getIcon(int iconKind)
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getEventSetDescriptors, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JugglerBeanInfo

public JugglerBeanInfo()
Method Detail

getIcon

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

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo