All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.lotspiech.poker.applet.CardPanelBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.lotspiech.poker.applet.CardPanelBeanInfo

public class CardPanelBeanInfo
extends SimpleBeanInfo
The bean information class for com.lotspiech.poker.CardComponent.

Copyright 2001, 2002 by Jeffrey B. Lotspiech. This program is open source; it is licensed under the Common Public License Version 0.5.

Author:
Jeffrey B. Lotspiech

Variable Index

 o COPYRIGHT

Constructor Index

 o CardPanelBeanInfo()

Method Index

 o actionPerformed_javaawteventActionEventMethodDescriptor()
Gets the actionPerformed(java.awt.event.ActionEvent) method descriptor.
 o cardPropertyDescriptor()
Gets the card property descriptor.
 o findMethod(Class, String, int)
Find the method by comparing (name & parameter size) against the methods in the class.
 o getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
 o getBeanClass()
Gets the bean class.
 o getBeanClassName()
Gets the bean class name.
 o getBeanDescriptor()
 o getEventSetDescriptors()
Return the event set descriptors for this bean.
 o getMethodDescriptors()
Return the method descriptors for this bean.
 o getPropertyDescriptors()
Return the property descriptors for this bean.
 o handleException(Throwable)
Called whenever the bean information class throws an exception.
 o hold_ActionPerformed_javaawteventActionEventMethodDescriptor()
Gets the hold_ActionPerformed(java.awt.event.ActionEvent) method descriptor.
 o main_javalangString__MethodDescriptor()
Gets the main(java.lang.String[]) method descriptor.
 o setCard_comlotspiechpokerCardMethodDescriptor()
Gets the setCard(com.lotspiech.poker.Card) method descriptor.

Variables

 o COPYRIGHT
 private static final String COPYRIGHT

Constructors

 o CardPanelBeanInfo
 public CardPanelBeanInfo()

Methods

 o actionPerformed_javaawteventActionEventMethodDescriptor
 public MethodDescriptor actionPerformed_javaawteventActionEventMethodDescriptor()
Gets the actionPerformed(java.awt.event.ActionEvent) method descriptor.

Returns:
java.beans.MethodDescriptor
 o cardPropertyDescriptor
 public PropertyDescriptor cardPropertyDescriptor()
Gets the card property descriptor.

Returns:
java.beans.PropertyDescriptor
 o findMethod
 public static Method findMethod(Class aClass,
                                 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
 o getAdditionalBeanInfo
 public BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.

Returns:
java.beans.BeanInfo[]
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
 o getBeanClass
 public static Class getBeanClass()
Gets the bean class.

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

Returns:
java.lang.String
 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
 o getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

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

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

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
 o handleException
 private void handleException(Throwable exception)
Called whenever the bean information class throws an exception.

Parameters:
exception - java.lang.Throwable
 o hold_ActionPerformed_javaawteventActionEventMethodDescriptor
 public MethodDescriptor hold_ActionPerformed_javaawteventActionEventMethodDescriptor()
Gets the hold_ActionPerformed(java.awt.event.ActionEvent) method descriptor.

Returns:
java.beans.MethodDescriptor
 o main_javalangString__MethodDescriptor
 public MethodDescriptor main_javalangString__MethodDescriptor()
Gets the main(java.lang.String[]) method descriptor.

Returns:
java.beans.MethodDescriptor
 o setCard_comlotspiechpokerCardMethodDescriptor
 public MethodDescriptor setCard_comlotspiechpokerCardMethodDescriptor()
Gets the setCard(com.lotspiech.poker.Card) method descriptor.

Returns:
java.beans.MethodDescriptor

All Packages  Class Hierarchy  This Package  Previous  Next  Index