net.jbeans.j3d.modeler.scene
Class GlyphModelerBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynet.jbeans.bean.JBeansBeanInfo
          extended bynet.jbeans.j3d.modeler.scene.GlyphModelerBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class GlyphModelerBeanInfo
extends net.jbeans.bean.JBeansBeanInfo

generally describe GlyphModelerBeanInfo 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
GlyphModelerBeanInfo()
           
 
Method Summary
protected  java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String s, java.lang.Object[] aobj)
           
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns a BeanDescriptor for Glyphmodeler bean.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns EventSetDescriptors associated with a GlyphModeler bean.
 java.awt.Image getIcon(int iconKind)
          Returns a icons of the specified size.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Returns PropertyDescriptors associated with a DEM 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

GlyphModelerBeanInfo

public GlyphModelerBeanInfo()
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 Glyphmodeler bean.
 

Returns:
BeanDescriptor

getPropertyDescriptors

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

Returns:
PropertyDescriptor[]

getEventSetDescriptors

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

Returns:
EventSetDescriptor[]


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