IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Class SpPasswordFieldBeanInfo

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

public class SpPasswordFieldBeanInfo
extends java.beans.SimpleBeanInfo

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


Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
SpPasswordFieldBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor activatedOkKeyPropertyDescriptor()
          Gets the activatedOkKey property descriptor.
 java.beans.MethodDescriptor addDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
          Gets the addDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.
 java.beans.PropertyDescriptor alternativeDataNamePropertyDescriptor()
          Gets the alternativeDataName property descriptor.
 java.beans.PropertyDescriptor beansReactionsPropertyDescriptor()
          Gets the beansReactions property 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 dataNamePropertyDescriptor()
          Gets the dataName property descriptor.
 java.beans.PropertyDescriptor dataToClearPropertyDescriptor()
          Gets the dataToClear 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.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.PropertyDescriptor helpIDPropertyDescriptor()
          Gets the helpID property descriptor.
 java.beans.PropertyDescriptor horizontalAlignmentPropertyDescriptor()
          Gets the horizontalAlignment 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 removeDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor()
          Gets the removeDataChangedListener(com.ibm.dse.gui.DataChangedListener) method descriptor.
 java.beans.PropertyDescriptor requiredPropertyDescriptor()
          Gets the required 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.PropertyDescriptor typePropertyDescriptor()
          Gets the type 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

SpPasswordFieldBeanInfo

public SpPasswordFieldBeanInfo()
Method Detail

activatedOkKeyPropertyDescriptor

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

Returns:
java.beans.PropertyDescriptor

addDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor

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

Returns:
java.beans.MethodDescriptor

alternativeDataNamePropertyDescriptor

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

Returns:
java.beans.PropertyDescriptor

beansReactionsPropertyDescriptor

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

Returns:
java.beans.PropertyDescriptor

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

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

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

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[]

helpIDPropertyDescriptor

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

Returns:
java.beans.PropertyDescriptor

horizontalAlignmentPropertyDescriptor

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

removeDataChangedListener_comibmdseguiDataChangedListenerMethodDescriptor

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

Returns:
java.beans.MethodDescriptor

requiredPropertyDescriptor

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

typePropertyDescriptor

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

Returns:
java.beans.PropertyDescriptor

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005