public class PlanetPanelBeanInfo
extends java.beans.SimpleBeanInfo
| Constructor and Description |
|---|
PlanetPanelBeanInfo() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.beans.BeanInfo[] |
getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
|
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.EventSetDescriptor[] |
getEventSetDescriptors()
Return the event set descriptors for this bean.
|
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 |
getSunRightAscensionLabelMethodDescriptor()
Gets the getSunRightAscensionLabel() method descriptor.
|
java.beans.MethodDescriptor |
main_javalangString__MethodDescriptor()
Gets the main(java.lang.String[]) method descriptor.
|
java.beans.PropertyDescriptor |
moonDeclinationLabelPropertyDescriptor()
Gets the moonDeclinationLabel property descriptor.
|
java.beans.PropertyDescriptor |
moonRightAscensionLabelPropertyDescriptor()
Gets the moonRightAscensionLabel property descriptor.
|
java.beans.PropertyDescriptor |
sunDeclinationLabelPropertyDescriptor()
Gets the sunDeclinationLabel property descriptor.
|
java.beans.PropertyDescriptor |
sunRightAscensionLabelPropertyDescriptor()
Gets the sunRightAscensionLabel property descriptor.
|
public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
java.lang.String methodName,
int parameterCount)
aClass - java.lang.ClassmethodName - java.lang.StringparameterCount - intpublic java.beans.BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo in interface java.beans.BeanInfogetAdditionalBeanInfo in class java.beans.SimpleBeanInfopublic static java.lang.Class getBeanClass()
public static java.lang.String getBeanClassName()
public java.beans.BeanDescriptor getBeanDescriptor()
getBeanDescriptor in interface java.beans.BeanInfogetBeanDescriptor in class java.beans.SimpleBeanInfopublic java.beans.EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors in interface java.beans.BeanInfogetEventSetDescriptors in class java.beans.SimpleBeanInfopublic java.beans.MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors in interface java.beans.BeanInfogetMethodDescriptors in class java.beans.SimpleBeanInfopublic java.beans.PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors in interface java.beans.BeanInfogetPropertyDescriptors in class java.beans.SimpleBeanInfopublic java.beans.MethodDescriptor getSunRightAscensionLabelMethodDescriptor()
public java.beans.MethodDescriptor main_javalangString__MethodDescriptor()
public java.beans.PropertyDescriptor moonDeclinationLabelPropertyDescriptor()
public java.beans.PropertyDescriptor moonRightAscensionLabelPropertyDescriptor()
public java.beans.PropertyDescriptor sunDeclinationLabelPropertyDescriptor()
public java.beans.PropertyDescriptor sunRightAscensionLabelPropertyDescriptor()