net.jbeans.j3d.modeler.geometry
Class NormalModelerBeanInfo

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

public class NormalModelerBeanInfo
extends net.jbeans.bean.JBeansBeanInfo

generally describe NormalModelerBeanInfo 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
NormalModelerBeanInfo()
           
 
Method Summary
protected  java.beans.PropertyDescriptor createPropertyDescriptor(java.lang.String s, java.lang.Object[] aobj)
           
 java.beans.BeanDescriptor getBeanDescriptor()
          Returns a BeanDescriptor for DataSetmodeler bean.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Returns EventSetDescriptors associated with a NormalModeler 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

NormalModelerBeanInfo

public NormalModelerBeanInfo()
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 DataSetmodeler 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 NormalModeler bean.
 

Returns:
EventSetDescriptor[]


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