Public Member Functions | |
java.beans.BeanInfo[] | getAdditionalBeanInfo () |
java.beans.BeanDescriptor | getBeanDescriptor () |
java.beans.EventSetDescriptor[] | getEventSetDescriptors () |
java.beans.MethodDescriptor[] | getMethodDescriptors () |
java.beans.PropertyDescriptor[] | getPropertyDescriptors () |
java.beans.MethodDescriptor | getSunRightAscensionLabelMethodDescriptor () |
java.beans.MethodDescriptor | main_javalangString__MethodDescriptor () |
java.beans.PropertyDescriptor | moonDeclinationLabelPropertyDescriptor () |
java.beans.PropertyDescriptor | moonRightAscensionLabelPropertyDescriptor () |
java.beans.PropertyDescriptor | sunDeclinationLabelPropertyDescriptor () |
java.beans.PropertyDescriptor | sunRightAscensionLabelPropertyDescriptor () |
Static Public Member Functions | |
static java.lang.reflect.Method | findMethod (java.lang.Class aClass, java.lang.String methodName, int parameterCount) |
static java.lang.Class | getBeanClass () |
static java.lang.String | getBeanClassName () |
Private Member Functions | |
void | handleException (java.lang.Throwable exception) |
The bean information class for AMS.PlanetPanel.
static java.lang.reflect.Method dartboard::PlanetPanelBeanInfo::findMethod | ( | java.lang.Class | aClass, | |
java.lang.String | methodName, | |||
int | parameterCount | |||
) | [inline, static] |
Find the method by comparing (name & parameter size) against the methods in the class.
aClass | java.lang.Class | |
methodName | java.lang.String | |
parameterCount | int |
Referenced by getSunRightAscensionLabelMethodDescriptor(), main_javalangString__MethodDescriptor(), moonDeclinationLabelPropertyDescriptor(), sunDeclinationLabelPropertyDescriptor(), and sunRightAscensionLabelPropertyDescriptor().
java.beans.BeanInfo [] dartboard::PlanetPanelBeanInfo::getAdditionalBeanInfo | ( | ) | [inline] |
Returns the BeanInfo of the superclass of this bean to inherit its features.
References getBeanDescriptor().
static java.lang.Class dartboard::PlanetPanelBeanInfo::getBeanClass | ( | ) | [inline, static] |
Gets the bean class.
Referenced by getSunRightAscensionLabelMethodDescriptor(), main_javalangString__MethodDescriptor(), moonDeclinationLabelPropertyDescriptor(), moonRightAscensionLabelPropertyDescriptor(), sunDeclinationLabelPropertyDescriptor(), and sunRightAscensionLabelPropertyDescriptor().
static java.lang.String dartboard::PlanetPanelBeanInfo::getBeanClassName | ( | ) | [inline, static] |
Gets the bean class name.
java.beans.BeanDescriptor dartboard::PlanetPanelBeanInfo::getBeanDescriptor | ( | ) | [inline] |
Referenced by getAdditionalBeanInfo().
java.beans.EventSetDescriptor [] dartboard::PlanetPanelBeanInfo::getEventSetDescriptors | ( | ) | [inline] |
Return the event set descriptors for this bean.
References handleException().
java.beans.MethodDescriptor [] dartboard::PlanetPanelBeanInfo::getMethodDescriptors | ( | ) | [inline] |
Return the method descriptors for this bean.
References getSunRightAscensionLabelMethodDescriptor(), handleException(), and main_javalangString__MethodDescriptor().
java.beans.PropertyDescriptor [] dartboard::PlanetPanelBeanInfo::getPropertyDescriptors | ( | ) | [inline] |
Return the property descriptors for this bean.
References handleException(), moonDeclinationLabelPropertyDescriptor(), moonRightAscensionLabelPropertyDescriptor(), sunDeclinationLabelPropertyDescriptor(), and sunRightAscensionLabelPropertyDescriptor().
java.beans.MethodDescriptor dartboard::PlanetPanelBeanInfo::getSunRightAscensionLabelMethodDescriptor | ( | ) | [inline] |
Gets the getSunRightAscensionLabel() method descriptor.
References findMethod(), getBeanClass(), and handleException().
Referenced by getMethodDescriptors().
void dartboard::PlanetPanelBeanInfo::handleException | ( | java.lang.Throwable | exception | ) | [inline, private] |
Called whenever the bean information class throws an exception.
exception | java.lang.Throwable |
Referenced by getEventSetDescriptors(), getMethodDescriptors(), getPropertyDescriptors(), getSunRightAscensionLabelMethodDescriptor(), main_javalangString__MethodDescriptor(), moonDeclinationLabelPropertyDescriptor(), moonRightAscensionLabelPropertyDescriptor(), sunDeclinationLabelPropertyDescriptor(), and sunRightAscensionLabelPropertyDescriptor().
java.beans.MethodDescriptor dartboard::PlanetPanelBeanInfo::main_javalangString__MethodDescriptor | ( | ) | [inline] |
Gets the main(java.lang.String[]) method descriptor.
References findMethod(), getBeanClass(), and handleException().
Referenced by getMethodDescriptors().
java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::moonDeclinationLabelPropertyDescriptor | ( | ) | [inline] |
Gets the moonDeclinationLabel property descriptor.
References findMethod(), getBeanClass(), and handleException().
Referenced by getPropertyDescriptors().
java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::moonRightAscensionLabelPropertyDescriptor | ( | ) | [inline] |
Gets the moonRightAscensionLabel property descriptor.
References getBeanClass(), and handleException().
Referenced by getPropertyDescriptors().
java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::sunDeclinationLabelPropertyDescriptor | ( | ) | [inline] |
Gets the sunDeclinationLabel property descriptor.
References findMethod(), getBeanClass(), and handleException().
Referenced by getPropertyDescriptors().
java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::sunRightAscensionLabelPropertyDescriptor | ( | ) | [inline] |
Gets the sunRightAscensionLabel property descriptor.
References findMethod(), getBeanClass(), and handleException().
Referenced by getPropertyDescriptors().