net.jbeans.j3d.scenegraph
Class AppearanceBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynet.jbeans.bean.JBeansBeanInfo
          extended bynet.jbeans.j3d.scenegraph.AppearanceBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public final class AppearanceBeanInfo
extends net.jbeans.bean.JBeansBeanInfo

generally describe AppearanceBeanInfo in here

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
JBeansBeanInfo

Field Summary
 
Fields inherited from class net.jbeans.bean.JBeansBeanInfo
BOUND, CONSTRAINED, CUSTOMIZERCLASS, DISPLAYNAME, ENUMERATIONVALUES, EXPERT, HIDDEN, PREFERRED, PROPERTYEDITORCLASS, READMETHOD, SHORTDESCRIPTION, VISUALUPDATE, WRITEMETHOD
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
AppearanceBeanInfo()
           
 
Method Summary
protected  java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String s, java.lang.Object[] aobj)
           
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns a BeanDescriptor for MtAmbientLight bean.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns EventSetDescriptors associated with a MtAmbientLight bean.
 java.awt.Image getIcon(int iconKind)
          Returns a icons of the specified size.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns PropertyDescriptors associated with a MtAmbientLight bean.
 
Methods inherited from class net.jbeans.bean.JBeansBeanInfo
createBeanDescriptor, createPropertyDescriptor, getAdditionalBeanInfo, getDefaultPropertyIndex, loadImage, throwError
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppearanceBeanInfo

public AppearanceBeanInfo()
Method Detail

getIcon

public java.awt.Image getIcon(int iconKind)
Returns a icons of the specified size.
 

Parameters:
iconKind - an ID (ICON_COLOR_16x16 or ICON_COLOR_32x32) indicating the size of the icon.
Returns:
Image

createPropertyDescriptor

protected java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String s,
                                                                 java.lang.Object[] aobj)

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Returns a BeanDescriptor for MtAmbientLight bean.
 

Returns:
BeanDescriptor

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Returns PropertyDescriptors associated with a MtAmbientLight bean.
 

Returns:
PropertyDescriptor[]

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Returns EventSetDescriptors associated with a MtAmbientLight bean.
 

Returns:
EventSetDescriptor[]


Copyright © 1995-2004 net.jbeans. All Rights Reserved.