dartboard::PlanetPanelBeanInfo Class Reference

List of all members.

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)

Detailed Description

The bean information class for AMS.PlanetPanel.


Member Function Documentation

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.

Returns:
java.lang.reflect.Method
Parameters:
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.

Returns:
java.beans.BeanInfo[]

References getBeanDescriptor().

static java.lang.Class dartboard::PlanetPanelBeanInfo::getBeanClass (  )  [inline, static]
static java.lang.String dartboard::PlanetPanelBeanInfo::getBeanClassName (  )  [inline, static]

Gets the bean class name.

Returns:
java.lang.String
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.

Returns:
java.beans.EventSetDescriptor[]

References handleException().

java.beans.MethodDescriptor [] dartboard::PlanetPanelBeanInfo::getMethodDescriptors (  )  [inline]

Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]

References getSunRightAscensionLabelMethodDescriptor(), handleException(), and main_javalangString__MethodDescriptor().

java.beans.PropertyDescriptor [] dartboard::PlanetPanelBeanInfo::getPropertyDescriptors (  )  [inline]
java.beans.MethodDescriptor dartboard::PlanetPanelBeanInfo::getSunRightAscensionLabelMethodDescriptor (  )  [inline]

Gets the getSunRightAscensionLabel() method descriptor.

Returns:
java.beans.MethodDescriptor

References findMethod(), getBeanClass(), and handleException().

Referenced by getMethodDescriptors().

void dartboard::PlanetPanelBeanInfo::handleException ( java.lang.Throwable  exception  )  [inline, private]
java.beans.MethodDescriptor dartboard::PlanetPanelBeanInfo::main_javalangString__MethodDescriptor (  )  [inline]

Gets the main(java.lang.String[]) method descriptor.

Returns:
java.beans.MethodDescriptor

References findMethod(), getBeanClass(), and handleException().

Referenced by getMethodDescriptors().

java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::moonDeclinationLabelPropertyDescriptor (  )  [inline]

Gets the moonDeclinationLabel property descriptor.

Returns:
java.beans.PropertyDescriptor

References findMethod(), getBeanClass(), and handleException().

Referenced by getPropertyDescriptors().

java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::moonRightAscensionLabelPropertyDescriptor (  )  [inline]

Gets the moonRightAscensionLabel property descriptor.

Returns:
java.beans.PropertyDescriptor

References getBeanClass(), and handleException().

Referenced by getPropertyDescriptors().

java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::sunDeclinationLabelPropertyDescriptor (  )  [inline]

Gets the sunDeclinationLabel property descriptor.

Returns:
java.beans.PropertyDescriptor

References findMethod(), getBeanClass(), and handleException().

Referenced by getPropertyDescriptors().

java.beans.PropertyDescriptor dartboard::PlanetPanelBeanInfo::sunRightAscensionLabelPropertyDescriptor (  )  [inline]

Gets the sunRightAscensionLabel property descriptor.

Returns:
java.beans.PropertyDescriptor

References findMethod(), getBeanClass(), and handleException().

Referenced by getPropertyDescriptors().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2