Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.ui
Class JFormattedTextFieldCellEditorBeanInfo

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

public class JFormattedTextFieldCellEditorBeanInfo
extends SimpleBeanInfo

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


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
JFormattedTextFieldCellEditorBeanInfo()
           
 
Method Summary
 MethodDescriptor actionPerformed_javaawteventActionEventMethodDescriptor()
          Gets the actionPerformed(java.awt.event.ActionEvent) method descriptor.
 MethodDescriptor addCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
          Gets the addCellEditorListener(javax.swing.event.CellEditorListener) method descriptor.
 MethodDescriptor cancelCellEditingMethodDescriptor()
          Gets the cancelCellEditing() method descriptor.
 PropertyDescriptor caretPropertyDescriptor()
          Gets the caret property descriptor.
 MethodDescriptor cellEditoreditingCanceled_javaxswingeventChangeEventMethodEventDescriptor()
          Gets the cellEditor.editingCanceled(javax.swing.event.ChangeEvent) method descriptor.
 MethodDescriptor cellEditoreditingStopped_javaxswingeventChangeEventMethodEventDescriptor()
          Gets the cellEditor.editingStopped(javax.swing.event.ChangeEvent) method descriptor.
 EventSetDescriptor cellEditorEventSetDescriptor()
          Gets the cellEditor event set descriptor.
 PropertyDescriptor cellEditorValuePropertyDescriptor()
          Gets the cellEditorValue property descriptor.
 PropertyDescriptor clickCountToStartPropertyDescriptor()
          Gets the clickCountToStart property 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.
 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 getCellEditorValueMethodDescriptor()
          Gets the getCellEditorValue() method descriptor.
 MethodDescriptor getClickCountToStartMethodDescriptor()
          Gets the getClickCountToStart() method descriptor.
 EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 Image getIcon(int iconKind)
           
 MethodDescriptor getListenerListMethodDescriptor()
          Gets the getListenerList() method descriptor.
 MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 MethodDescriptor getNoFocusBorderMethodDescriptor()
          Gets the getNoFocusBorder() method descriptor.
 PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
 MethodDescriptor getTableCellEditorComponent_javaxswingJTable_javalangObject_boolean_int_intMethodDescriptor()
          Gets the getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int) method descriptor.
 MethodDescriptor isCellEditable_javautilEventObjectMethodDescriptor()
          Gets the isCellEditable(java.util.EventObject) method descriptor.
 PropertyDescriptor listenerListPropertyDescriptor()
          Gets the listenerList property descriptor.
 PropertyDescriptor noFocusBorderPropertyDescriptor()
          Gets the noFocusBorder property descriptor.
 MethodDescriptor removeCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
          Gets the removeCellEditorListener(javax.swing.event.CellEditorListener) method descriptor.
 MethodDescriptor setClickCountToStart_intMethodDescriptor()
          Gets the setClickCountToStart(int) method descriptor.
 MethodDescriptor setNoFocusBorder_javaxswingborderBorderMethodDescriptor()
          Gets the setNoFocusBorder(javax.swing.border.Border) method descriptor.
 MethodDescriptor shouldSelectCell_javautilEventObjectMethodDescriptor()
          Gets the shouldSelectCell(java.util.EventObject) method descriptor.
 MethodDescriptor stopCellEditingMethodDescriptor()
          Gets the stopCellEditing() method 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

JFormattedTextFieldCellEditorBeanInfo

public JFormattedTextFieldCellEditorBeanInfo()
Method Detail

actionPerformed_javaawteventActionEventMethodDescriptor

public MethodDescriptor actionPerformed_javaawteventActionEventMethodDescriptor()
Gets the actionPerformed(java.awt.event.ActionEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

addCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor

public MethodDescriptor addCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
Gets the addCellEditorListener(javax.swing.event.CellEditorListener) method descriptor.

Returns:
java.beans.MethodDescriptor

cancelCellEditingMethodDescriptor

public MethodDescriptor cancelCellEditingMethodDescriptor()
Gets the cancelCellEditing() method descriptor.

Returns:
java.beans.MethodDescriptor

caretPropertyDescriptor

public PropertyDescriptor caretPropertyDescriptor()
Gets the caret property descriptor.

Returns:
java.beans.PropertyDescriptor

cellEditoreditingCanceled_javaxswingeventChangeEventMethodEventDescriptor

public MethodDescriptor cellEditoreditingCanceled_javaxswingeventChangeEventMethodEventDescriptor()
Gets the cellEditor.editingCanceled(javax.swing.event.ChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

cellEditoreditingStopped_javaxswingeventChangeEventMethodEventDescriptor

public MethodDescriptor cellEditoreditingStopped_javaxswingeventChangeEventMethodEventDescriptor()
Gets the cellEditor.editingStopped(javax.swing.event.ChangeEvent) method descriptor.

Returns:
java.beans.MethodDescriptor

cellEditorEventSetDescriptor

public EventSetDescriptor cellEditorEventSetDescriptor()
Gets the cellEditor event set descriptor.

Returns:
java.beans.EventSetDescriptor

cellEditorValuePropertyDescriptor

public PropertyDescriptor cellEditorValuePropertyDescriptor()
Gets the cellEditorValue property descriptor.

Returns:
java.beans.PropertyDescriptor

clickCountToStartPropertyDescriptor

public PropertyDescriptor clickCountToStartPropertyDescriptor()
Gets the clickCountToStart property descriptor.

Returns:
java.beans.PropertyDescriptor

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

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

getCellEditorValueMethodDescriptor

public MethodDescriptor getCellEditorValueMethodDescriptor()
Gets the getCellEditorValue() method descriptor.

Returns:
java.beans.MethodDescriptor

getClickCountToStartMethodDescriptor

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

getIcon

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

getListenerListMethodDescriptor

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

getNoFocusBorderMethodDescriptor

public MethodDescriptor getNoFocusBorderMethodDescriptor()
Gets the getNoFocusBorder() method descriptor.

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

getTableCellEditorComponent_javaxswingJTable_javalangObject_boolean_int_intMethodDescriptor

public MethodDescriptor getTableCellEditorComponent_javaxswingJTable_javalangObject_boolean_int_intMethodDescriptor()
Gets the getTableCellEditorComponent(javax.swing.JTable, java.lang.Object, boolean, int, int) method descriptor.

Returns:
java.beans.MethodDescriptor

isCellEditable_javautilEventObjectMethodDescriptor

public MethodDescriptor isCellEditable_javautilEventObjectMethodDescriptor()
Gets the isCellEditable(java.util.EventObject) method descriptor.

Returns:
java.beans.MethodDescriptor

listenerListPropertyDescriptor

public PropertyDescriptor listenerListPropertyDescriptor()
Gets the listenerList property descriptor.

Returns:
java.beans.PropertyDescriptor

noFocusBorderPropertyDescriptor

public PropertyDescriptor noFocusBorderPropertyDescriptor()
Gets the noFocusBorder property descriptor.

Returns:
java.beans.PropertyDescriptor

removeCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor

public MethodDescriptor removeCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
Gets the removeCellEditorListener(javax.swing.event.CellEditorListener) method descriptor.

Returns:
java.beans.MethodDescriptor

setClickCountToStart_intMethodDescriptor

public MethodDescriptor setClickCountToStart_intMethodDescriptor()
Gets the setClickCountToStart(int) method descriptor.

Returns:
java.beans.MethodDescriptor

setNoFocusBorder_javaxswingborderBorderMethodDescriptor

public MethodDescriptor setNoFocusBorder_javaxswingborderBorderMethodDescriptor()
Gets the setNoFocusBorder(javax.swing.border.Border) method descriptor.

Returns:
java.beans.MethodDescriptor

shouldSelectCell_javautilEventObjectMethodDescriptor

public MethodDescriptor shouldSelectCell_javautilEventObjectMethodDescriptor()
Gets the shouldSelectCell(java.util.EventObject) method descriptor.

Returns:
java.beans.MethodDescriptor

stopCellEditingMethodDescriptor

public MethodDescriptor stopCellEditingMethodDescriptor()
Gets the stopCellEditing() 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.