IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Class SpTableBeanInfo

java.lang.Object
  extended byjava.beans.SimpleBeanInfo
      extended bycom.ibm.dse.gui.SpTableBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class SpTableBeanInfo
extends java.beans.SimpleBeanInfo

The bean information class for com.ibm.dse.gui.SpTable.


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SpTableBeanInfo()
           
 
Method Summary
 java.beans.MethodDescriptor actionactionPerformed_javaawteventActionEventMethodEventDescriptor()
          Gets the action.actionPerformed(java.awt.event.ActionEvent) method descriptor.
 java.beans.EventSetDescriptor actionEventSetDescriptor()
          Gets the action event set descriptor.
 java.beans.PropertyDescriptor activatedOkKeyPropertyDescriptor()
          Gets the activatedOkKey property descriptor.
 java.beans.MethodDescriptor addActionListener_javaawteventActionListenerMethodDescriptor()
          Gets the addActionListener(java.awt.event.ActionListener) method descriptor.
 java.beans.MethodDescriptor addDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
          Gets the addDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.
 java.beans.PropertyDescriptor allColorsPropertyDescriptor()
          Gets the allColors property descriptor.
 java.beans.PropertyDescriptor alternativeDataNamePropertyDescriptor()
          Gets the alternativeDataName property descriptor.
 java.beans.PropertyDescriptor autoResizeModePropertyDescriptor()
          Gets the autoResizeMode property descriptor.
 java.beans.PropertyDescriptor backgroundPropertyDescriptor()
          Gets the background property descriptor.
 java.beans.PropertyDescriptor beansReactionsPropertyDescriptor()
          Gets the beansReactions property descriptor.
 java.beans.MethodDescriptor convertFromEurosMethodDescriptor()
          Gets the convertFromEuros() method descriptor.
 java.beans.MethodDescriptor convertToEurosMethodDescriptor()
          Gets the convertToEuros() method descriptor.
 java.beans.EventSetDescriptor dataChangedEventSetDescriptor()
          Gets the dataChanged event set descriptor.
 java.beans.MethodDescriptor dataChangedhandleDataChanged_comibmdseguiDataChangedEventMethodEventDescriptor()
          Gets the dataChanged.handleDataChanged(com.ibm.dse.gui.DataChangedEvent) method descriptor.
 java.beans.PropertyDescriptor dataDirectionPropertyDescriptor()
          Gets the dataDirection property descriptor.
 java.beans.PropertyDescriptor dataNameAndColumnsPropertyDescriptor()
          Gets the dataNameAndColumns property descriptor.
 java.beans.PropertyDescriptor dataNameForListPropertyDescriptor()
          Gets the dataNameForList property descriptor.
 java.beans.PropertyDescriptor dataNamePropertyDescriptor()
          Gets the dataName property descriptor.
 java.beans.PropertyDescriptor dataToClearPropertyDescriptor()
          Gets the dataToClear property descriptor.
 java.beans.PropertyDescriptor dataValueForListPropertyDescriptor()
          Gets the dataValueForList property descriptor.
 java.beans.PropertyDescriptor dataValuePropertyDescriptor()
          Gets the dataValue 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.PropertyDescriptor foregroundPropertyDescriptor()
          Gets the foreground property descriptor.
 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()
           
 java.beans.MethodDescriptor getDataDirectionMethodDescriptor()
          Gets the getDataDirection() method descriptor.
 java.beans.MethodDescriptor getDataNameMethodDescriptor()
          Gets the getDataName() method descriptor.
 java.beans.MethodDescriptor getDataValueMethodDescriptor()
          Gets the getDataValue() method descriptor.
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.awt.Image getIcon(int iconKind)
           
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 java.beans.MethodDescriptor getValueInEMUCurrencyMethodDescriptor()
          Gets the getValueInEMUCurrency() method descriptor.
 java.beans.MethodDescriptor getValueInEurosMethodDescriptor()
          Gets the getValueInEuros() method descriptor.
 java.beans.PropertyDescriptor helpIDPropertyDescriptor()
          Gets the helpID property descriptor.
 java.beans.PropertyDescriptor inErrorPropertyDescriptor()
          Gets the inError property descriptor.
 java.beans.MethodDescriptor isInErrorMethodDescriptor()
          Gets the isInError() method descriptor.
 java.beans.MethodDescriptor isRequiredMethodDescriptor()
          Gets the isRequired() method descriptor.
 java.beans.PropertyDescriptor navigationParametersPropertyDescriptor()
          Gets the navigationParameters property descriptor.
 java.beans.MethodDescriptor removeActionListener_javaawteventActionListenerMethodDescriptor()
          Gets the removeActionListener(java.awt.event.ActionListener) method descriptor.
 java.beans.MethodDescriptor removeDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
          Gets the removeDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.
 java.beans.PropertyDescriptor selectionBackgroundPropertyDescriptor()
          Gets the selectionBackground property descriptor.
 java.beans.PropertyDescriptor selectionForegroundPropertyDescriptor()
          Gets the selectionForeground property descriptor.
 java.beans.PropertyDescriptor selectionModePropertyDescriptor()
          Gets the selectionMode property descriptor.
 java.beans.PropertyDescriptor selectionRequiredPropertyDescriptor()
          Gets the selectionRequired property descriptor.
 java.beans.MethodDescriptor setDataDirection_javalangStringMethodDescriptor()
          Gets the setDataDirection(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setDataName_javalangStringMethodDescriptor()
          Gets the setDataName(java.lang.String) method descriptor.
 java.beans.MethodDescriptor setDataValue_javalangObjectMethodDescriptor()
          Gets the setDataValue(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor setValueInEMUCurrency_javalangObjectMethodDescriptor()
          Gets the setValueInEMUCurrency(java.lang.Object) method descriptor.
 java.beans.MethodDescriptor setValueInEuros_javalangObjectMethodDescriptor()
          Gets the setValueInEuros(java.lang.Object) method descriptor.
 java.beans.PropertyDescriptor typePropertyDescriptor()
          Gets the type property descriptor.
 java.beans.PropertyDescriptor valueInEMUCurrencyPropertyDescriptor()
          Gets the valueInEMUCurrency property descriptor.
 java.beans.PropertyDescriptor valueInEurosPropertyDescriptor()
          Gets the valueInEuros property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getDefaultEventIndex, getDefaultPropertyIndex, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpTableBeanInfo

public SpTableBeanInfo()
Method Detail

actionactionPerformed_javaawteventActionEventMethodEventDescriptor

public java.beans.MethodDescriptor actionactionPerformed_javaawteventActionEventMethodEventDescriptor()
Gets the action.actionPerformed(java.awt.event.ActionEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

actionEventSetDescriptor

public java.beans.EventSetDescriptor actionEventSetDescriptor()
Gets the action event set descriptor.

Returns:
java.beans.EventSetDescriptor

activatedOkKeyPropertyDescriptor

public java.beans.PropertyDescriptor activatedOkKeyPropertyDescriptor()
Gets the activatedOkKey property descriptor.

Returns:
java.beans.PropertyDescriptor

addActionListener_javaawteventActionListenerMethodDescriptor

public java.beans.MethodDescriptor addActionListener_javaawteventActionListenerMethodDescriptor()
Gets the addActionListener(java.awt.event.ActionListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor

public java.beans.MethodDescriptor addDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
Gets the addDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.

Returns:
java.beans.MethodDescriptor

allColorsPropertyDescriptor

public java.beans.PropertyDescriptor allColorsPropertyDescriptor()
Gets the allColors property descriptor.

Returns:
java.beans.PropertyDescriptor

alternativeDataNamePropertyDescriptor

public java.beans.PropertyDescriptor alternativeDataNamePropertyDescriptor()
Gets the alternativeDataName property descriptor.

Returns:
java.beans.PropertyDescriptor

autoResizeModePropertyDescriptor

public java.beans.PropertyDescriptor autoResizeModePropertyDescriptor()
Gets the autoResizeMode property descriptor.

Returns:
java.beans.PropertyDescriptor

backgroundPropertyDescriptor

public java.beans.PropertyDescriptor backgroundPropertyDescriptor()
Gets the background property descriptor.

Returns:
java.beans.PropertyDescriptor

beansReactionsPropertyDescriptor

public java.beans.PropertyDescriptor beansReactionsPropertyDescriptor()
Gets the beansReactions property descriptor.

Returns:
java.beans.PropertyDescriptor

convertFromEurosMethodDescriptor

public java.beans.MethodDescriptor convertFromEurosMethodDescriptor()
Gets the convertFromEuros() method descriptor.

Returns:
java.beans.MethodDescriptor

convertToEurosMethodDescriptor

public java.beans.MethodDescriptor convertToEurosMethodDescriptor()
Gets the convertToEuros() method descriptor.

Returns:
java.beans.MethodDescriptor

dataChangedEventSetDescriptor

public java.beans.EventSetDescriptor dataChangedEventSetDescriptor()
Gets the dataChanged event set descriptor.

Returns:
java.beans.EventSetDescriptor

dataChangedhandleDataChanged_comibmdseguiDataChangedEventMethodEventDescriptor

public java.beans.MethodDescriptor dataChangedhandleDataChanged_comibmdseguiDataChangedEventMethodEventDescriptor()
Gets the dataChanged.handleDataChanged(com.ibm.dse.gui.DataChangedEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

dataDirectionPropertyDescriptor

public java.beans.PropertyDescriptor dataDirectionPropertyDescriptor()
Gets the dataDirection property descriptor.

Returns:
java.beans.PropertyDescriptor

dataNameAndColumnsPropertyDescriptor

public java.beans.PropertyDescriptor dataNameAndColumnsPropertyDescriptor()
Gets the dataNameAndColumns property descriptor.

Returns:
java.beans.PropertyDescriptor

dataNameForListPropertyDescriptor

public java.beans.PropertyDescriptor dataNameForListPropertyDescriptor()
Gets the dataNameForList property descriptor.

Returns:
java.beans.PropertyDescriptor

dataNamePropertyDescriptor

public java.beans.PropertyDescriptor dataNamePropertyDescriptor()
Gets the dataName property descriptor.

Returns:
java.beans.PropertyDescriptor

dataToClearPropertyDescriptor

public java.beans.PropertyDescriptor dataToClearPropertyDescriptor()
Gets the dataToClear property descriptor.

Returns:
java.beans.PropertyDescriptor

dataValueForListPropertyDescriptor

public java.beans.PropertyDescriptor dataValueForListPropertyDescriptor()
Gets the dataValueForList property descriptor.

Returns:
java.beans.PropertyDescriptor

dataValuePropertyDescriptor

public java.beans.PropertyDescriptor dataValuePropertyDescriptor()
Gets the dataValue 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

foregroundPropertyDescriptor

public java.beans.PropertyDescriptor foregroundPropertyDescriptor()
Gets the foreground property descriptor.

Returns:
java.beans.PropertyDescriptor

getAdditionalBeanInfo

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

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()

getDataDirectionMethodDescriptor

public java.beans.MethodDescriptor getDataDirectionMethodDescriptor()
Gets the getDataDirection() method descriptor.

Returns:
java.beans.MethodDescriptor

getDataNameMethodDescriptor

public java.beans.MethodDescriptor getDataNameMethodDescriptor()
Gets the getDataName() method descriptor.

Returns:
java.beans.MethodDescriptor

getDataValueMethodDescriptor

public java.beans.MethodDescriptor getDataValueMethodDescriptor()
Gets the getDataValue() method descriptor.

Returns:
java.beans.MethodDescriptor

getEventSetDescriptors

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

Returns:
java.beans.EventSetDescriptor[]

getIcon

public java.awt.Image getIcon(int iconKind)

getMethodDescriptors

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

Returns:
java.beans.MethodDescriptor[]

getPropertyDescriptors

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

Returns:
java.beans.PropertyDescriptor[]

getValueInEMUCurrencyMethodDescriptor

public java.beans.MethodDescriptor getValueInEMUCurrencyMethodDescriptor()
Gets the getValueInEMUCurrency() method descriptor.

Returns:
java.beans.MethodDescriptor

getValueInEurosMethodDescriptor

public java.beans.MethodDescriptor getValueInEurosMethodDescriptor()
Gets the getValueInEuros() method descriptor.

Returns:
java.beans.MethodDescriptor

helpIDPropertyDescriptor

public java.beans.PropertyDescriptor helpIDPropertyDescriptor()
Gets the helpID property descriptor.

Returns:
java.beans.PropertyDescriptor

inErrorPropertyDescriptor

public java.beans.PropertyDescriptor inErrorPropertyDescriptor()
Gets the inError property descriptor.

Returns:
java.beans.PropertyDescriptor

isInErrorMethodDescriptor

public java.beans.MethodDescriptor isInErrorMethodDescriptor()
Gets the isInError() method descriptor.

Returns:
java.beans.MethodDescriptor

isRequiredMethodDescriptor

public java.beans.MethodDescriptor isRequiredMethodDescriptor()
Gets the isRequired() method descriptor.

Returns:
java.beans.MethodDescriptor

navigationParametersPropertyDescriptor

public java.beans.PropertyDescriptor navigationParametersPropertyDescriptor()
Gets the navigationParameters property descriptor.

Returns:
java.beans.PropertyDescriptor

removeActionListener_javaawteventActionListenerMethodDescriptor

public java.beans.MethodDescriptor removeActionListener_javaawteventActionListenerMethodDescriptor()
Gets the removeActionListener(java.awt.event.ActionListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor

public java.beans.MethodDescriptor removeDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
Gets the removeDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.

Returns:
java.beans.MethodDescriptor

selectionBackgroundPropertyDescriptor

public java.beans.PropertyDescriptor selectionBackgroundPropertyDescriptor()
Gets the selectionBackground property descriptor.

Returns:
java.beans.PropertyDescriptor

selectionForegroundPropertyDescriptor

public java.beans.PropertyDescriptor selectionForegroundPropertyDescriptor()
Gets the selectionForeground property descriptor.

Returns:
java.beans.PropertyDescriptor

selectionModePropertyDescriptor

public java.beans.PropertyDescriptor selectionModePropertyDescriptor()
Gets the selectionMode property descriptor.

Returns:
java.beans.PropertyDescriptor

selectionRequiredPropertyDescriptor

public java.beans.PropertyDescriptor selectionRequiredPropertyDescriptor()
Gets the selectionRequired property descriptor.

Returns:
java.beans.PropertyDescriptor

setDataDirection_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setDataDirection_javalangStringMethodDescriptor()
Gets the setDataDirection(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setDataName_javalangStringMethodDescriptor

public java.beans.MethodDescriptor setDataName_javalangStringMethodDescriptor()
Gets the setDataName(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setDataValue_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor setDataValue_javalangObjectMethodDescriptor()
Gets the setDataValue(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

setValueInEMUCurrency_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor setValueInEMUCurrency_javalangObjectMethodDescriptor()
Gets the setValueInEMUCurrency(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

setValueInEuros_javalangObjectMethodDescriptor

public java.beans.MethodDescriptor setValueInEuros_javalangObjectMethodDescriptor()
Gets the setValueInEuros(java.lang.Object) method descriptor.

Returns:
java.beans.MethodDescriptor

typePropertyDescriptor

public java.beans.PropertyDescriptor typePropertyDescriptor()
Gets the type property descriptor.

Returns:
java.beans.PropertyDescriptor

valueInEMUCurrencyPropertyDescriptor

public java.beans.PropertyDescriptor valueInEMUCurrencyPropertyDescriptor()
Gets the valueInEMUCurrency property descriptor.

Returns:
java.beans.PropertyDescriptor

valueInEurosPropertyDescriptor

public java.beans.PropertyDescriptor valueInEurosPropertyDescriptor()
Gets the valueInEuros property descriptor.

Returns:
java.beans.PropertyDescriptor

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005