jadex.swing
Class ClassViewControllerBeanInfo

java.lang.Object
  |
  +--java.beans.SimpleBeanInfo
        |
        +--jadex.swing.ClassViewControllerBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class ClassViewControllerBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for jadex.swing.ClassViewController.


Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
ClassViewControllerBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor classNamePropertyDescriptor()
          Gets the className property descriptor.
 java.beans.PropertyDescriptor currentPanelPropertyDescriptor()
          Gets the currentPanel property descriptor.
static java.lang.reflect.Method findMethod(java.lang.Class aClass, java.lang.String methodName, int parameterCount)
          Find the method by comparing (name & parameter size) against the methods in the class.
 java.beans.BeanInfo[] getAdditionalBeanInfo()
          Returns the BeanInfo of the superclass of this bean to inherit its features.
static java.lang.Class getBeanClass()
          Gets the bean class.
static java.lang.String getBeanClassName()
          Gets the bean class name.
 java.beans.BeanDescriptor getBeanDescriptor()
          Deny knowledge about the class and customizer of the bean.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassViewControllerBeanInfo

public ClassViewControllerBeanInfo()
Method Detail

classNamePropertyDescriptor

public java.beans.PropertyDescriptor classNamePropertyDescriptor()
Gets the className property descriptor.
Returns:
java.beans.PropertyDescriptor

currentPanelPropertyDescriptor

public java.beans.PropertyDescriptor currentPanelPropertyDescriptor()
Gets the currentPanel property descriptor.
Returns:
java.beans.PropertyDescriptor

findMethod

public static java.lang.reflect.Method findMethod(java.lang.Class aClass,
                                                  java.lang.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

getAdditionalBeanInfo

public java.beans.BeanInfo[] getAdditionalBeanInfo()
Returns the BeanInfo of the superclass of this bean to inherit its features.
Overrides:
getAdditionalBeanInfo in class java.beans.SimpleBeanInfo
Returns:
java.beans.BeanInfo[]

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanClassName

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

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Description copied from class: java.beans.SimpleBeanInfo
Deny knowledge about the class and customizer of the bean. You can override this if you wish to provide explicit info.
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo
Following copied from interface: java.beans.BeanInfo
Returns:
A BeanDescriptor providing overall information about the bean, such as its displayName, its customizer, etc. May return null if the information should be obtained by automatic analysis.

getEventSetDescriptors

public java.beans.EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.
Overrides:
getEventSetDescriptors in class java.beans.SimpleBeanInfo
Returns:
java.beans.EventSetDescriptor[]

getMethodDescriptors

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

getPropertyDescriptors

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