net.jbeans.j3d.modeler.geometry
Class QuadSurfaceModelerBeanInfo

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

public class QuadSurfaceModelerBeanInfo
extends net.jbeans.bean.JBeansBeanInfo

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

QuadSurfaceModelerBeanInfo

public QuadSurfaceModelerBeanInfo()
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 JH9GPZRenderer bean.
 

Returns:
BeanDescriptor

getPropertyDescriptors

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

Returns:
PropertyDescriptor[]

getEventSetDescriptors

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

Returns:
EventSetDescriptor[]


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