net.jbeans.physics.model.standingwave
Class StandingWaveBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bynet.jbeans.bean.JBeansBeanInfo
          extended bynet.jbeans.physics.model.standingwave.StandingWaveBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class StandingWaveBeanInfo
extends net.jbeans.bean.JBeansBeanInfo

generally describe StandingWaveBeanInfo in here

Version:
$Revision: 1.1 $
Author:
Masahiro Takatsuka (masa@takatsuka.org)
See Also:
JBeanBeanInfo

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

StandingWaveBeanInfo

public StandingWaveBeanInfo()
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 StandingWave bean.
 

Returns:
BeanDescriptor

getPropertyDescriptors

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

Returns:
PropertyDescriptor[]

getEventSetDescriptors

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

Returns:
EventSetDescriptor[]


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