Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class EditcodeEditwordFormatterBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by com.ibm.etools.iseries.ui.EditcodeEditwordFormatterBeanInfo
All Implemented Interfaces:
BeanInfo

public class EditcodeEditwordFormatterBeanInfo
extends SimpleBeanInfo

The bean information class for com.ibm.etools.iseries.ui.EditcodeEditwordFormatter.


Field Summary
static String Copyright
           
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
EditcodeEditwordFormatterBeanInfo()
           
 
Method Summary
 MethodDescriptor addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
          Gets the addPropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
 MethodDescriptor addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
          Gets the addVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.
 PropertyDescriptor currencySymbolPropertyDescriptor()
          Gets the currencySymbol property descriptor.
 PropertyDescriptor dataAttributesPropertyDescriptor()
          Gets the dataAttributes property descriptor.
 PropertyDescriptor dateSeparatorPropertyDescriptor()
          Gets the dateSeparator property descriptor.
 PropertyDescriptor editCodeParmTypePropertyDescriptor()
          Gets the editCodeParmType property descriptor.
 PropertyDescriptor editCodePropertyDescriptor()
          Gets the editCode property descriptor.
 PropertyDescriptor editWordPropertyDescriptor()
          Gets the editWord property 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 firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor()
          Gets the firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object) 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()
           
 MethodDescriptor getCurrencySymbolMethodDescriptor()
          Gets the getCurrencySymbol() method descriptor.
 MethodDescriptor getDateSeparatorMethodDescriptor()
          Gets the getDateSeparator() method descriptor.
 MethodDescriptor getEditCodeMethodDescriptor()
          Gets the getEditCode() method descriptor.
 MethodDescriptor getEditCodeParmTypeMethodDescriptor()
          Gets the getEditCodeParmType() method descriptor.
 MethodDescriptor getEditWordMethodDescriptor()
          Gets the getEditWord() method descriptor.
 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.
 MethodDescriptor getQdecfmtJValueMethodDescriptor()
          Gets the getQdecfmtJValue() method descriptor.
 MethodDescriptor getThousandSeparatorMethodDescriptor()
          Gets the getThousandSeparator() method descriptor.
 MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
          Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 EventSetDescriptor propertyChangeEventSetDescriptor()
          Gets the propertyChange event set descriptor.
 MethodDescriptor propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor()
          Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.
 PropertyDescriptor qdecfmtJValuePropertyDescriptor()
          Gets the qdecfmtJValue property descriptor.
 MethodDescriptor removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
          Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.
 MethodDescriptor removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
          Gets the removeVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.
 MethodDescriptor setCurrencySymbol_charMethodDescriptor()
          Gets the setCurrencySymbol(char) method descriptor.
 MethodDescriptor setDateSeparator_charMethodDescriptor()
          Gets the setDateSeparator(char) method descriptor.
 MethodDescriptor setEditCode_charMethodDescriptor()
          Gets the setEditCode(char) method descriptor.
 MethodDescriptor setEditCodeParmType_intMethodDescriptor()
          Gets the setEditCodeParmType(int) method descriptor.
 MethodDescriptor setEditWord_javalangStringMethodDescriptor()
          Gets the setEditWord(java.lang.String) method descriptor.
 MethodDescriptor setQdecfmtJValue_booleanMethodDescriptor()
          Gets the setQdecfmtJValue(boolean) method descriptor.
 MethodDescriptor setThousandSeparator_charMethodDescriptor()
          Gets the setThousandSeparator(char) method descriptor.
 PropertyDescriptor thousandSeparatorPropertyDescriptor()
          Gets the thousandSeparator property descriptor.
 MethodDescriptor vetoableChange_javabeansPropertyChangeEventMethodDescriptor()
          Gets the vetoableChange(java.beans.PropertyChangeEvent) method descriptor.
 EventSetDescriptor vetoableChangeEventSetDescriptor()
          Gets the vetoableChange event set descriptor.
 MethodDescriptor vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor()
          Gets the vetoableChange.vetoableChange(java.beans.PropertyChangeEvent) method descriptor.
 
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
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

EditcodeEditwordFormatterBeanInfo

public EditcodeEditwordFormatterBeanInfo()
Method Detail

addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor

public MethodDescriptor addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
Gets the addPropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor

public MethodDescriptor addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
Gets the addVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

currencySymbolPropertyDescriptor

public PropertyDescriptor currencySymbolPropertyDescriptor()
Gets the currencySymbol property descriptor.

Returns:
java.beans.PropertyDescriptor

dataAttributesPropertyDescriptor

public PropertyDescriptor dataAttributesPropertyDescriptor()
Gets the dataAttributes property descriptor.

Returns:
java.beans.PropertyDescriptor

dateSeparatorPropertyDescriptor

public PropertyDescriptor dateSeparatorPropertyDescriptor()
Gets the dateSeparator property descriptor.

Returns:
java.beans.PropertyDescriptor

editCodeParmTypePropertyDescriptor

public PropertyDescriptor editCodeParmTypePropertyDescriptor()
Gets the editCodeParmType property descriptor.

Returns:
java.beans.PropertyDescriptor

editCodePropertyDescriptor

public PropertyDescriptor editCodePropertyDescriptor()
Gets the editCode property descriptor.

Returns:
java.beans.PropertyDescriptor

editWordPropertyDescriptor

public PropertyDescriptor editWordPropertyDescriptor()
Gets the editWord property descriptor.

Returns:
java.beans.PropertyDescriptor

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

firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor

public MethodDescriptor firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor()
Gets the firePropertyChange(java.lang.String, java.lang.Object, java.lang.Object) 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

getCurrencySymbolMethodDescriptor

public MethodDescriptor getCurrencySymbolMethodDescriptor()
Gets the getCurrencySymbol() method descriptor.

Returns:
java.beans.MethodDescriptor

getDateSeparatorMethodDescriptor

public MethodDescriptor getDateSeparatorMethodDescriptor()
Gets the getDateSeparator() method descriptor.

Returns:
java.beans.MethodDescriptor

getEditCodeMethodDescriptor

public MethodDescriptor getEditCodeMethodDescriptor()
Gets the getEditCode() method descriptor.

Returns:
java.beans.MethodDescriptor

getEditCodeParmTypeMethodDescriptor

public MethodDescriptor getEditCodeParmTypeMethodDescriptor()
Gets the getEditCodeParmType() method descriptor.

Returns:
java.beans.MethodDescriptor

getEditWordMethodDescriptor

public MethodDescriptor getEditWordMethodDescriptor()
Gets the getEditWord() method descriptor.

Returns:
java.beans.MethodDescriptor

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

getThousandSeparatorMethodDescriptor

public MethodDescriptor getThousandSeparatorMethodDescriptor()
Gets the getThousandSeparator() method descriptor.

Returns:
java.beans.MethodDescriptor

propertyChange_javabeansPropertyChangeEventMethodDescriptor

public MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
Gets the propertyChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

propertyChangeEventSetDescriptor

public EventSetDescriptor propertyChangeEventSetDescriptor()
Gets the propertyChange event set descriptor.

Returns:
java.beans.EventSetDescriptor

propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor

public MethodDescriptor propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor()
Gets the propertyChange.propertyChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor

public MethodDescriptor removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor

public MethodDescriptor removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
Gets the removeVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor.

Returns:
java.beans.MethodDescriptor

setCurrencySymbol_charMethodDescriptor

public MethodDescriptor setCurrencySymbol_charMethodDescriptor()
Gets the setCurrencySymbol(char) method descriptor.

Returns:
java.beans.MethodDescriptor

setDateSeparator_charMethodDescriptor

public MethodDescriptor setDateSeparator_charMethodDescriptor()
Gets the setDateSeparator(char) method descriptor.

Returns:
java.beans.MethodDescriptor

setEditCode_charMethodDescriptor

public MethodDescriptor setEditCode_charMethodDescriptor()
Gets the setEditCode(char) method descriptor.

Returns:
java.beans.MethodDescriptor

setEditCodeParmType_intMethodDescriptor

public MethodDescriptor setEditCodeParmType_intMethodDescriptor()
Gets the setEditCodeParmType(int) method descriptor.

Returns:
java.beans.MethodDescriptor

setEditWord_javalangStringMethodDescriptor

public MethodDescriptor setEditWord_javalangStringMethodDescriptor()
Gets the setEditWord(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setThousandSeparator_charMethodDescriptor

public MethodDescriptor setThousandSeparator_charMethodDescriptor()
Gets the setThousandSeparator(char) method descriptor.

Returns:
java.beans.MethodDescriptor

thousandSeparatorPropertyDescriptor

public PropertyDescriptor thousandSeparatorPropertyDescriptor()
Gets the thousandSeparator property descriptor.

Returns:
java.beans.PropertyDescriptor

vetoableChange_javabeansPropertyChangeEventMethodDescriptor

public MethodDescriptor vetoableChange_javabeansPropertyChangeEventMethodDescriptor()
Gets the vetoableChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

vetoableChangeEventSetDescriptor

public EventSetDescriptor vetoableChangeEventSetDescriptor()
Gets the vetoableChange event set descriptor.

Returns:
java.beans.EventSetDescriptor

vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor

public MethodDescriptor vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor()
Gets the vetoableChange.vetoableChange(java.beans.PropertyChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

getQdecfmtJValueMethodDescriptor

public MethodDescriptor getQdecfmtJValueMethodDescriptor()
Gets the getQdecfmtJValue() method descriptor.

Returns:
java.beans.MethodDescriptor

qdecfmtJValuePropertyDescriptor

public PropertyDescriptor qdecfmtJValuePropertyDescriptor()
Gets the qdecfmtJValue property descriptor.

Returns:
java.beans.PropertyDescriptor

setQdecfmtJValue_booleanMethodDescriptor

public MethodDescriptor setQdecfmtJValue_booleanMethodDescriptor()
Gets the setQdecfmtJValue(boolean) method descriptor.

Returns:
java.beans.MethodDescriptor

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.