planetj.gui
Class CMInternalFrameJBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--planetj.gui.CMInternalFrameJBeanInfo
All Implemented Interfaces:
BeanInfo

public class CMInternalFrameJBeanInfo
extends SimpleBeanInfo

The bean information class for planetj.gui.CMInternalFrameJ.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
CMInternalFrameJBeanInfo()
           
 
Method Summary
 PropertyDescriptor componentOrientationPropertyDescriptor()
          Gets the componentOrientation property descriptor.
 MethodDescriptor debugMessage_javalangExceptionMethodDescriptor()
          Gets the debugMessage(java.lang.Exception) method descriptor.
 MethodDescriptor debugMessage_javalangString_javalangExceptionMethodDescriptor()
          Gets the debugMessage(java.lang.String, java.lang.Exception) method descriptor.
 MethodDescriptor debugMessage_javalangStringMethodDescriptor()
          Gets the debugMessage(java.lang.String) method descriptor.
static Method findMethod(Class aClass, String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 MethodDescriptor generateException_javalangString_javalangObject__MethodDescriptor()
          Gets the generateException(java.lang.String, java.lang.Object[]) method descriptor.
 MethodDescriptor generateException_javalangString_javalangString_javalangString_javalangStringMethodDescriptor()
          Gets the generateException(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method descriptor.
 MethodDescriptor generateException_javalangString_javalangString_javalangStringMethodDescriptor()
          Gets the generateException(java.lang.String, java.lang.String, java.lang.String) method descriptor.
 MethodDescriptor generateException_javalangString_javalangStringMethodDescriptor()
          Gets the generateException(java.lang.String, java.lang.String) method descriptor.
 MethodDescriptor generateException_javalangStringMethodDescriptor()
          Gets the generateException(java.lang.String) method descriptor.
 BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static Class getBeanClass()
          Gets the bean class.
static String getBeanClassName()
          Gets the bean class name.
 BeanDescriptor getBeanDescriptor()
           
 EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMInternalFrameJBeanInfo

public CMInternalFrameJBeanInfo()
Method Detail

componentOrientationPropertyDescriptor

public PropertyDescriptor componentOrientationPropertyDescriptor()
Gets the componentOrientation property descriptor.

Returns:
java.beans.PropertyDescriptor

debugMessage_javalangExceptionMethodDescriptor

public MethodDescriptor debugMessage_javalangExceptionMethodDescriptor()
Gets the debugMessage(java.lang.Exception) method descriptor.

Returns:
java.beans.MethodDescriptor

debugMessage_javalangString_javalangExceptionMethodDescriptor

public MethodDescriptor debugMessage_javalangString_javalangExceptionMethodDescriptor()
Gets the debugMessage(java.lang.String, java.lang.Exception) method descriptor.

Returns:
java.beans.MethodDescriptor

debugMessage_javalangStringMethodDescriptor

public MethodDescriptor debugMessage_javalangStringMethodDescriptor()
Gets the debugMessage(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

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

generateException_javalangString_javalangObject__MethodDescriptor

public MethodDescriptor generateException_javalangString_javalangObject__MethodDescriptor()
Gets the generateException(java.lang.String, java.lang.Object[]) method descriptor.

Returns:
java.beans.MethodDescriptor

generateException_javalangString_javalangString_javalangString_javalangStringMethodDescriptor

public MethodDescriptor generateException_javalangString_javalangString_javalangString_javalangStringMethodDescriptor()
Gets the generateException(java.lang.String, java.lang.String, java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

generateException_javalangString_javalangString_javalangStringMethodDescriptor

public MethodDescriptor generateException_javalangString_javalangString_javalangStringMethodDescriptor()
Gets the generateException(java.lang.String, java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

generateException_javalangString_javalangStringMethodDescriptor

public MethodDescriptor generateException_javalangString_javalangStringMethodDescriptor()
Gets the generateException(java.lang.String, java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

generateException_javalangStringMethodDescriptor

public MethodDescriptor generateException_javalangStringMethodDescriptor()
Gets the generateException(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

getAdditionalBeanInfo

public BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.

Specified by:
getAdditionalBeanInfo in interface BeanInfo
Overrides:
getAdditionalBeanInfo in class SimpleBeanInfo
Returns:
java.beans.BeanInfo[]

getBeanClass

public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class

getBeanClassName

public static String getBeanClassName()
Gets the bean class name.

Returns:
java.lang.String

getBeanDescriptor

public BeanDescriptor getBeanDescriptor()
Specified by:
getBeanDescriptor in interface BeanInfo
Overrides:
getBeanDescriptor in class SimpleBeanInfo

getEventSetDescriptors

public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Specified by:
getEventSetDescriptors in interface BeanInfo
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getMethodDescriptors

public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Specified by:
getMethodDescriptors in interface BeanInfo
Overrides:
getMethodDescriptors in class SimpleBeanInfo
Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Specified by:
getPropertyDescriptors in interface BeanInfo
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
Returns:
java.beans.PropertyDescriptor[]