DixShtix

com.dixshtix.soundlab
Class SimpleSynthBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.dixshtix.soundlab.SimpleSynthBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class SimpleSynthBeanInfo
extends java.beans.SimpleBeanInfo

Bean info for SimpleSynth.

Title: Interactive Multitimbral Sound Lab

Description: An extensible framework for the synthesis and playback of polyphonic, multitimbral sound clips.

Copyright: Copyright (c) Richard C. Penner II

Company: DixShtix

Version:
1.0
Author:
Richard C. Penner II

Field Summary
(package private) static java.lang.Class beanClass
           
(package private) static java.beans.BeanDescriptor desc
           
(package private) static java.beans.MethodDescriptor[] md
           
(package private) static java.beans.PropertyDescriptor[] properties
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SimpleSynthBeanInfo()
           
 
Method Summary
 java.beans.BeanInfo[] getAdditionalBeanInfo()
           
 java.lang.Class getBeanClass()
           
 java.beans.BeanDescriptor getBeanDescriptor()
           
 int getDefaultEventIndex()
           
 int getDefaultPropertyIndex()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
           
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
           
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
           
 
Methods inherited from class java.beans.SimpleBeanInfo
loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

desc

static java.beans.BeanDescriptor desc

beanClass

static java.lang.Class beanClass

properties

static java.beans.PropertyDescriptor[] properties

md

static java.beans.MethodDescriptor[] md
Constructor Detail

SimpleSynthBeanInfo

public SimpleSynthBeanInfo()
Method Detail

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getBeanClass

public java.lang.Class getBeanClass()

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo

getDefaultEventIndex

public int getDefaultEventIndex()
Overrides:
getDefaultEventIndex in class java.beans.SimpleBeanInfo

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo

getDefaultPropertyIndex

public int getDefaultPropertyIndex()
Overrides:
getDefaultPropertyIndex in class java.beans.SimpleBeanInfo

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo

getIcon

public java.awt.Image getIcon(int iconKind)
Overrides:
getIcon in class java.beans.SimpleBeanInfo

DixShtix