com.elj.gauges.level
Class LevelGaugeBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--com.elj.beaninfo.awt.SimpleBeanInfo
              |
              +--com.elj.beaninfo.awt.ComponentBeanInfo
                    |
                    +--com.elj.gauges.level.LevelGaugeBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class LevelGaugeBeanInfo
extends ComponentBeanInfo

Provides the design patterns to analyze the LevelGauge


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LevelGaugeBeanInfo()
           
 
Method Summary
 java.beans.BeanDescriptor getBeanDescriptor()
          Denies knowledge about the class and customizer of the bean
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Denies knowledge of properties.
 
Methods inherited from class com.elj.beaninfo.awt.SimpleBeanInfo
add, getIndexedPropertyDescriptor, getPropertyDescriptor, getPropertyDescriptor, getReadOnlyPropertyDescriptor, getWriteOnlyPropertyDescriptor, removePropertyDescriptor, removePropertyDescriptors
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LevelGaugeBeanInfo

public LevelGaugeBeanInfo()
Method Detail

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Denies knowledge of properties.
Overrides:
getPropertyDescriptors in class ComponentBeanInfo
Returns:
An array of PropertyDescriptor describing the editable properties supported by this bean. May return null if the information should be obtained by automatic analysis. If a property is indexed, then its entry in the result array will belong to the IndexedPropertyDescriptor subclass of PropertyDescriptor. A client of getPropertyDescriptors can use "instanceof" to check if a given PropertyDescriptor is an IndexedPropertyDescriptor.

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Denies knowledge about the class and customizer of the bean
Overrides:
getBeanDescriptor in class SimpleBeanInfo
Returns:
BeanDescriptor providing overall information about the bean, such as its displayName, its customizer, etc. May return null if the information should be obtained by automatic analysis