Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

dartboard::DartboardBeanBeanInfo Class Reference

List of all members.

Public Member Functions

BeanDescriptor getBeanDescriptor ()
PropertyDescriptor[] getPropertyDescriptors ()
EventSetDescriptor[] getEventSetDescriptors ()
MethodDescriptor[] getMethodDescriptors ()
int getDefaultPropertyIndex ()
int getDefaultEventIndex ()
BeanDescriptor getBeanDescriptor ()
PropertyDescriptor[] getPropertyDescriptors ()
EventSetDescriptor[] getEventSetDescriptors ()
MethodDescriptor[] getMethodDescriptors ()
int getDefaultPropertyIndex ()
int getDefaultEventIndex ()

Static Private Member Functions

BeanDescriptor getBdescriptor ()
PropertyDescriptor[] getPdescriptor ()
EventSetDescriptor[] getEdescriptor ()
MethodDescriptor[] getMdescriptor ()
BeanDescriptor getBdescriptor ()
PropertyDescriptor[] getPdescriptor ()
EventSetDescriptor[] getEdescriptor ()
MethodDescriptor[] getMdescriptor ()

Static Private Attributes

final int PROPERTY_moonAzimuth = 0
final int PROPERTY_moonDeclination = 1
final int PROPERTY_moonElevation = 2
final int PROPERTY_moonPhase = 3
final int PROPERTY_moonRightAscension = 4
final int PROPERTY_settable = 5
final int PROPERTY_sunAzimuth = 6
final int PROPERTY_sunDeclination = 7
final int PROPERTY_sunElevation = 8
final int PROPERTY_sunRightAscension = 9
final int PROPERTY_telescopeAzimuth = 10
final int PROPERTY_telescopeDestinationAzimuth = 11
final int PROPERTY_telescopeDestinationElevation = 12
final int PROPERTY_telescopeElevation = 13
final int PROPERTY_windDirection = 14
final int PROPERTY_windSpeed = 15
final int METHOD_getMoonAzimuth0 = 0
final int METHOD_getMoonDeclination1 = 1
final int METHOD_getMoonElevation2 = 2
final int METHOD_getMoonPhase3 = 3
final int METHOD_getMoonRightAscension4 = 4
final int METHOD_getSunAzimuth5 = 5
final int METHOD_getSunDeclination6 = 6
final int METHOD_getSunElevation7 = 7
final int METHOD_getSunRightAscension8 = 8
final int METHOD_getTelescopeAzimuth9 = 9
final int METHOD_getTelescopeElevation10 = 10
final int METHOD_getWindDirection11 = 11
final int METHOD_getWindSpeed12 = 12
final int METHOD_setMoonDeclination13 = 13
final int METHOD_setMoonRightAscension14 = 14
final int METHOD_setSunDeclination15 = 15
final int METHOD_setSunRightAscension16 = 16
final int defaultPropertyIndex = -1
final int defaultEventIndex = -1

Member Function Documentation

BeanDescriptor dartboard::DartboardBeanBeanInfo::getBdescriptor  )  [inline, static, private]
 

BeanDescriptor dartboard::DartboardBeanBeanInfo::getBdescriptor  )  [inline, static, private]
 

BeanDescriptor dartboard::DartboardBeanBeanInfo::getBeanDescriptor  )  [inline]
 

Gets the bean's BeanDescriptors.

Returns:
BeanDescriptor describing the editable properties of this bean. May return null if the information should be obtained by automatic analysis.

BeanDescriptor dartboard::DartboardBeanBeanInfo::getBeanDescriptor  )  [inline]
 

Gets the bean's BeanDescriptors.

Returns:
BeanDescriptor describing the editable properties of this bean. May return null if the information should be obtained by automatic analysis.

int dartboard::DartboardBeanBeanInfo::getDefaultEventIndex  )  [inline]
 

A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.

Returns:
Index of default event in the EventSetDescriptor array returned by getEventSetDescriptors.
Returns -1 if there is no default event.

int dartboard::DartboardBeanBeanInfo::getDefaultEventIndex  )  [inline]
 

A bean may have a "default" event that is the event that will mostly commonly be used by human's when using the bean.

Returns:
Index of default event in the EventSetDescriptor array returned by getEventSetDescriptors.
Returns -1 if there is no default event.

int dartboard::DartboardBeanBeanInfo::getDefaultPropertyIndex  )  [inline]
 

A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.

Returns:
Index of default property in the PropertyDescriptor array returned by getPropertyDescriptors.
Returns -1 if there is no default property.

int dartboard::DartboardBeanBeanInfo::getDefaultPropertyIndex  )  [inline]
 

A bean may have a "default" property that is the property that will mostly commonly be initially chosen for update by human's who are customizing the bean.

Returns:
Index of default property in the PropertyDescriptor array returned by getPropertyDescriptors.
Returns -1 if there is no default property.

EventSetDescriptor [] dartboard::DartboardBeanBeanInfo::getEdescriptor  )  [inline, static, private]
 

EventSetDescriptor [] dartboard::DartboardBeanBeanInfo::getEdescriptor  )  [inline, static, private]
 

EventSetDescriptor [] dartboard::DartboardBeanBeanInfo::getEventSetDescriptors  )  [inline]
 

Gets the bean's EventSetDescriptors.

Returns:
An array of EventSetDescriptors describing the kinds of events fired by this bean. May return null if the information should be obtained by automatic analysis.

EventSetDescriptor [] dartboard::DartboardBeanBeanInfo::getEventSetDescriptors  )  [inline]
 

Gets the bean's EventSetDescriptors.

Returns:
An array of EventSetDescriptors describing the kinds of events fired by this bean. May return null if the information should be obtained by automatic analysis.

MethodDescriptor [] dartboard::DartboardBeanBeanInfo::getMdescriptor  )  [inline, static, private]
 

MethodDescriptor [] dartboard::DartboardBeanBeanInfo::getMdescriptor  )  [inline, static, private]
 

MethodDescriptor [] dartboard::DartboardBeanBeanInfo::getMethodDescriptors  )  [inline]
 

Gets the bean's MethodDescriptors.

Returns:
An array of MethodDescriptors describing the methods implemented by this bean. May return null if the information should be obtained by automatic analysis.

MethodDescriptor [] dartboard::DartboardBeanBeanInfo::getMethodDescriptors  )  [inline]
 

Gets the bean's MethodDescriptors.

Returns:
An array of MethodDescriptors describing the methods implemented by this bean. May return null if the information should be obtained by automatic analysis.

PropertyDescriptor [] dartboard::DartboardBeanBeanInfo::getPdescriptor  )  [inline, static, private]
 

PropertyDescriptor [] dartboard::DartboardBeanBeanInfo::getPdescriptor  )  [inline, static, private]
 

PropertyDescriptor [] dartboard::DartboardBeanBeanInfo::getPropertyDescriptors  )  [inline]
 

Gets the bean's PropertyDescriptors.

Returns:
An array of PropertyDescriptors 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.

PropertyDescriptor [] dartboard::DartboardBeanBeanInfo::getPropertyDescriptors  )  [inline]
 

Gets the bean's PropertyDescriptors.

Returns:
An array of PropertyDescriptors 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.


Member Data Documentation

final int dartboard::DartboardBeanBeanInfo::defaultEventIndex = -1 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::defaultPropertyIndex = -1 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getMoonAzimuth0 = 0 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getMoonDeclination1 = 1 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getMoonElevation2 = 2 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getMoonPhase3 = 3 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getMoonRightAscension4 = 4 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getSunAzimuth5 = 5 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getSunDeclination6 = 6 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getSunElevation7 = 7 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getSunRightAscension8 = 8 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getTelescopeAzimuth9 = 9 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getTelescopeElevation10 = 10 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getWindDirection11 = 11 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_getWindSpeed12 = 12 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_setMoonDeclination13 = 13 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_setMoonRightAscension14 = 14 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_setSunDeclination15 = 15 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::METHOD_setSunRightAscension16 = 16 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_moonAzimuth = 0 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_moonDeclination = 1 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_moonElevation = 2 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_moonPhase = 3 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_moonRightAscension = 4 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_settable = 5 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_sunAzimuth = 6 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_sunDeclination = 7 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_sunElevation = 8 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_sunRightAscension = 9 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_telescopeAzimuth = 10 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_telescopeDestinationAzimuth = 11 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_telescopeDestinationElevation = 12 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_telescopeElevation = 13 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_windDirection = 14 [static, private]
 

final int dartboard::DartboardBeanBeanInfo::PROPERTY_windSpeed = 15 [static, private]
 


The documentation for this class was generated from the following files:
Generated on Thu Apr 30 03:13:20 2009 for ACS Java API by doxygen 1.3.8