Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class JFormattedTextFieldBeanInfo

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

public class JFormattedTextFieldBeanInfo
extends SimpleBeanInfo

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


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
JFormattedTextFieldBeanInfo()
           
 
Method Summary
 PropertyDescriptor backgroundPropertyDescriptor()
          Gets the background property descriptor.
 MethodDescriptor convertInternalToUnformatted_javalangStringMethodDescriptor()
          Gets the convertInternalToUnformatted(java.lang.String) method descriptor.
 MethodDescriptor convertUnformattedToInternal_javalangStringMethodDescriptor()
          Gets the convertUnformattedToInternal(java.lang.String) method descriptor.
 MethodDescriptor CopyrightMethodDescriptor()
          Gets the Copyright() method descriptor.
 MethodDescriptor editmaskAttributesChanged_comibmivjet400utilEditmaskAttributesChangeEventMethodDescriptor()
          Gets the editmaskAttributesChanged(com.ibm.etools.iseries.ui.EditmaskAttributesChangeEvent) method descriptor.
 PropertyDescriptor editmaskAttributesPropertyDescriptor()
          Gets the editmaskAttributes property descriptor.
 PropertyDescriptor editmaskViewUIPropertyDescriptor()
          Gets the editmaskViewUI property descriptor.
 PropertyDescriptor fieldModelPropertyDescriptor()
          Gets the fieldModel 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 focusGained_javaawteventFocusEventMethodDescriptor()
          Gets the focusGained(java.awt.event.FocusEvent) method descriptor.
 MethodDescriptor focusLost_javaawteventFocusEventMethodDescriptor()
          Gets the focusLost(java.awt.event.FocusEvent) 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 getEditmaskAttributesMethodDescriptor()
          Gets the getEditmaskAttributes() method descriptor.
 MethodDescriptor getEditmaskViewUIMethodDescriptor()
          Gets the getEditmaskViewUI() method descriptor.
 EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 MethodDescriptor getFieldModelMethodDescriptor()
          Gets the getFieldModel() method descriptor.
 Image getIcon(int iconKind)
           
 MethodDescriptor getInternalValueMethodDescriptor()
          Gets the getInternalValue() method descriptor.
 MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 MethodDescriptor getUnformattedTextMethodDescriptor()
          Gets the getUnformattedText() method descriptor.
 PropertyDescriptor internalValuePropertyDescriptor()
          Gets the internalValue property descriptor.
 MethodDescriptor setEditmaskAttributes_comibmivjet400utilAttributesMethodDescriptor()
          Gets the setEditmaskAttributes(com.ibm.etools.iseries.ui.Attributes) method descriptor.
 MethodDescriptor setEditmaskViewUI_comibmivjet400utilEditmaskViewInterfaceMethodDescriptor()
          Gets the setEditmaskViewUI(com.ibm.etools.iseries.ui.EditmaskViewInterface) method descriptor.
 MethodDescriptor setFieldModel_comibmivjet400utilFieldModelMethodDescriptor()
          Gets the setFieldModel(com.ibm.etools.iseries.ui.FieldModel) method descriptor.
 MethodDescriptor setInternalValue_javalangStringMethodDescriptor()
          Gets the setInternalValue(java.lang.String) method descriptor.
 MethodDescriptor setUnformattedText_javalangStringMethodDescriptor()
          Gets the setUnformattedText(java.lang.String) method descriptor.
 PropertyDescriptor textPropertyDescriptor()
          Gets the text property descriptor.
 PropertyDescriptor unformattedTextPropertyDescriptor()
          Gets the unformattedText 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
 

Field Detail

Copyright

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

JFormattedTextFieldBeanInfo

public JFormattedTextFieldBeanInfo()
Method Detail

backgroundPropertyDescriptor

public PropertyDescriptor backgroundPropertyDescriptor()
Gets the background property descriptor.

Returns:
java.beans.PropertyDescriptor

convertInternalToUnformatted_javalangStringMethodDescriptor

public MethodDescriptor convertInternalToUnformatted_javalangStringMethodDescriptor()
Gets the convertInternalToUnformatted(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

convertUnformattedToInternal_javalangStringMethodDescriptor

public MethodDescriptor convertUnformattedToInternal_javalangStringMethodDescriptor()
Gets the convertUnformattedToInternal(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

CopyrightMethodDescriptor

public MethodDescriptor CopyrightMethodDescriptor()
Gets the Copyright() method descriptor.

Returns:
java.beans.MethodDescriptor

editmaskAttributesChanged_comibmivjet400utilEditmaskAttributesChangeEventMethodDescriptor

public MethodDescriptor editmaskAttributesChanged_comibmivjet400utilEditmaskAttributesChangeEventMethodDescriptor()
Gets the editmaskAttributesChanged(com.ibm.etools.iseries.ui.EditmaskAttributesChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

editmaskAttributesPropertyDescriptor

public PropertyDescriptor editmaskAttributesPropertyDescriptor()
Gets the editmaskAttributes property descriptor.

Returns:
java.beans.PropertyDescriptor

editmaskViewUIPropertyDescriptor

public PropertyDescriptor editmaskViewUIPropertyDescriptor()
Gets the editmaskViewUI property descriptor.

Returns:
java.beans.PropertyDescriptor

fieldModelPropertyDescriptor

public PropertyDescriptor fieldModelPropertyDescriptor()
Gets the fieldModel 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

focusGained_javaawteventFocusEventMethodDescriptor

public MethodDescriptor focusGained_javaawteventFocusEventMethodDescriptor()
Gets the focusGained(java.awt.event.FocusEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

focusLost_javaawteventFocusEventMethodDescriptor

public MethodDescriptor focusLost_javaawteventFocusEventMethodDescriptor()
Gets the focusLost(java.awt.event.FocusEvent) 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

getEditmaskAttributesMethodDescriptor

public MethodDescriptor getEditmaskAttributesMethodDescriptor()
Gets the getEditmaskAttributes() method descriptor.

Returns:
java.beans.MethodDescriptor

getEditmaskViewUIMethodDescriptor

public MethodDescriptor getEditmaskViewUIMethodDescriptor()
Gets the getEditmaskViewUI() 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[]

getFieldModelMethodDescriptor

public MethodDescriptor getFieldModelMethodDescriptor()
Gets the getFieldModel() method descriptor.

Returns:
java.beans.MethodDescriptor

getIcon

public Image getIcon(int iconKind)
Specified by:
getIcon in interface BeanInfo
Overrides:
getIcon in class SimpleBeanInfo

getInternalValueMethodDescriptor

public MethodDescriptor getInternalValueMethodDescriptor()
Gets the getInternalValue() method descriptor.

Returns:
java.beans.MethodDescriptor

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

getUnformattedTextMethodDescriptor

public MethodDescriptor getUnformattedTextMethodDescriptor()
Gets the getUnformattedText() method descriptor.

Returns:
java.beans.MethodDescriptor

internalValuePropertyDescriptor

public PropertyDescriptor internalValuePropertyDescriptor()
Gets the internalValue property descriptor.

Returns:
java.beans.PropertyDescriptor

setEditmaskAttributes_comibmivjet400utilAttributesMethodDescriptor

public MethodDescriptor setEditmaskAttributes_comibmivjet400utilAttributesMethodDescriptor()
Gets the setEditmaskAttributes(com.ibm.etools.iseries.ui.Attributes) method descriptor.

Returns:
java.beans.MethodDescriptor

setEditmaskViewUI_comibmivjet400utilEditmaskViewInterfaceMethodDescriptor

public MethodDescriptor setEditmaskViewUI_comibmivjet400utilEditmaskViewInterfaceMethodDescriptor()
Gets the setEditmaskViewUI(com.ibm.etools.iseries.ui.EditmaskViewInterface) method descriptor.

Returns:
java.beans.MethodDescriptor

setFieldModel_comibmivjet400utilFieldModelMethodDescriptor

public MethodDescriptor setFieldModel_comibmivjet400utilFieldModelMethodDescriptor()
Gets the setFieldModel(com.ibm.etools.iseries.ui.FieldModel) method descriptor.

Returns:
java.beans.MethodDescriptor

setInternalValue_javalangStringMethodDescriptor

public MethodDescriptor setInternalValue_javalangStringMethodDescriptor()
Gets the setInternalValue(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

setUnformattedText_javalangStringMethodDescriptor

public MethodDescriptor setUnformattedText_javalangStringMethodDescriptor()
Gets the setUnformattedText(java.lang.String) method descriptor.

Returns:
java.beans.MethodDescriptor

textPropertyDescriptor

public PropertyDescriptor textPropertyDescriptor()
Gets the text property descriptor.

Returns:
java.beans.PropertyDescriptor

unformattedTextPropertyDescriptor

public PropertyDescriptor unformattedTextPropertyDescriptor()
Gets the unformattedText property descriptor.

Returns:
java.beans.PropertyDescriptor

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.