ru.tunegov.mathematic
Class ConstantBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--ru.tunegov.mathematic.ConstantBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ConstantBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for ru.tunegov.mathematic.Constant.


Constructor Summary
ConstantBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor classPropertyDescriptor()
          Gets the class property descriptor.
 java.beans.PropertyDescriptor constantPropertyDescriptor()
          Gets the constant property descriptor.
 java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
          Gets the equals(java.lang.Object) method descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.MethodDescriptor getClassMethodDescriptor()
          Gets the getClass() method descriptor.
 java.beans.MethodDescriptor getConstantMethodDescriptor()
          Gets the getConstant() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor getValueMethodDescriptor()
          Gets the getValue() method descriptor.
 java.beans.MethodDescriptor hashCodeMethodDescriptor()
          Gets the hashCode() method descriptor.
 java.beans.MethodDescriptor notifyAllMethodDescriptor()
          Gets the notifyAll() method descriptor.
 java.beans.MethodDescriptor notifyMethodDescriptor()
          Gets the notify() method descriptor.
 java.beans.MethodDescriptor setConstant_intMethodDescriptor()
          Gets the setConstant(int) method descriptor.
 java.beans.MethodDescriptor toStringMethodDescriptor()
          Gets the toString() method descriptor.
 java.beans.PropertyDescriptor valuePropertyDescriptor()
          Gets the value property descriptor.
 java.beans.MethodDescriptor wait_long_intMethodDescriptor()
          Gets the wait(long, int) method descriptor.
 java.beans.MethodDescriptor wait_longMethodDescriptor()
          Gets the wait(long) method descriptor.
 java.beans.MethodDescriptor waitMethodDescriptor()
          Gets the wait() method descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantBeanInfo

public ConstantBeanInfo()
Method Detail

classPropertyDescriptor

public java.beans.PropertyDescriptor classPropertyDescriptor()
Gets the class property descriptor.
Returns:
java.beans.PropertyDescriptor

constantPropertyDescriptor

public java.beans.PropertyDescriptor constantPropertyDescriptor()
Gets the constant property descriptor.
Returns:
java.beans.PropertyDescriptor

equals_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor equals_javalangObjectMethodDescriptor()
Gets the equals(java.lang.Object) method descriptor.
Returns:
java.beans.MethodDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.String methodName,
                                                  int parameterCount)
Find the method by comparing (name & parameter size) against the methods in the class.
Parameters:
aClass - java.lang.Class
methodName - java.lang.String
parameterCount - int
Returns:
java.lang.reflect.Method

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanClassName

public static java.lang.String getBeanClassName()
Gets the bean class name.
Returns:
java.lang.String

getBeanDescriptor

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

getClassMethodDescriptor

public java.beans.MethodDescriptor getClassMethodDescriptor()
Gets the getClass() method descriptor.
Returns:
java.beans.MethodDescriptor

getConstantMethodDescriptor

public java.beans.MethodDescriptor getConstantMethodDescriptor()
Gets the getConstant() method descriptor.
Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getIcon

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

getMethodDescriptors

public java.beans.MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.
Overrides:
getMethodDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.
Overrides:
getPropertyDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]

getValueMethodDescriptor

public java.beans.MethodDescriptor getValueMethodDescriptor()
Gets the getValue() method descriptor.
Returns:
java.beans.MethodDescriptor

hashCodeMethodDescriptor

public java.beans.MethodDescriptor hashCodeMethodDescriptor()
Gets the hashCode() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyAllMethodDescriptor

public java.beans.MethodDescriptor notifyAllMethodDescriptor()
Gets the notifyAll() method descriptor.
Returns:
java.beans.MethodDescriptor

notifyMethodDescriptor

public java.beans.MethodDescriptor notifyMethodDescriptor()
Gets the notify() method descriptor.
Returns:
java.beans.MethodDescriptor

setConstant_intMethodDescriptor

public java.beans.MethodDescriptor setConstant_intMethodDescriptor()
Gets the setConstant(int) method descriptor.
Returns:
java.beans.MethodDescriptor

toStringMethodDescriptor

public java.beans.MethodDescriptor toStringMethodDescriptor()
Gets the toString() method descriptor.
Returns:
java.beans.MethodDescriptor

valuePropertyDescriptor

public java.beans.PropertyDescriptor valuePropertyDescriptor()
Gets the value property descriptor.
Returns:
java.beans.PropertyDescriptor

wait_long_intMethodDescriptor

public java.beans.MethodDescriptor wait_long_intMethodDescriptor()
Gets the wait(long, int) method descriptor.
Returns:
java.beans.MethodDescriptor

wait_longMethodDescriptor

public java.beans.MethodDescriptor wait_longMethodDescriptor()
Gets the wait(long) method descriptor.
Returns:
java.beans.MethodDescriptor

waitMethodDescriptor

public java.beans.MethodDescriptor waitMethodDescriptor()
Gets the wait() method descriptor.
Returns:
java.beans.MethodDescriptor