|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.beans.SimpleBeanInfo com.ibm.etools.iseries.ui.JFormattedComboBoxCellEditorBeanInfo
public class JFormattedComboBoxCellEditorBeanInfo
The bean information class for com.ibm.etools.iseries.ui.JFormattedComboBoxCellEditor.
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 | |
---|---|
JFormattedComboBoxCellEditorBeanInfo()
|
Method Summary | |
---|---|
MethodDescriptor |
addCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
Gets the addCellEditorListener(javax.swing.event.CellEditorListener) method descriptor. |
MethodDescriptor |
cancelCellEditingMethodDescriptor()
Gets the cancelCellEditing() method 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 |
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. |
MethodDescriptor |
itemStateChanged_javaawteventItemEventMethodDescriptor()
Gets the itemStateChanged(java.awt.event.ItemEvent) 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 |
---|
public static final String Copyright
Constructor Detail |
---|
public JFormattedComboBoxCellEditorBeanInfo()
Method Detail |
---|
public MethodDescriptor addCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
public MethodDescriptor cancelCellEditingMethodDescriptor()
public MethodDescriptor cellEditoreditingCanceled_javaxswingeventChangeEventMethodEventDescriptor()
public MethodDescriptor cellEditoreditingStopped_javaxswingeventChangeEventMethodEventDescriptor()
public EventSetDescriptor cellEditorEventSetDescriptor()
public PropertyDescriptor cellEditorValuePropertyDescriptor()
public PropertyDescriptor clickCountToStartPropertyDescriptor()
public PropertyDescriptor fieldModelPropertyDescriptor()
public static Method findMethod(Class aClass, String methodName, int parameterCount)
aClass
- java.lang.ClassmethodName
- java.lang.StringparameterCount
- int
public BeanInfo[] getAdditionalBeanInfo()
getAdditionalBeanInfo
in interface BeanInfo
getAdditionalBeanInfo
in class SimpleBeanInfo
public static Class getBeanClass()
public static String getBeanClassName()
public BeanDescriptor getBeanDescriptor()
getBeanDescriptor
in interface BeanInfo
getBeanDescriptor
in class SimpleBeanInfo
public MethodDescriptor getCellEditorValueMethodDescriptor()
public MethodDescriptor getClickCountToStartMethodDescriptor()
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface BeanInfo
getEventSetDescriptors
in class SimpleBeanInfo
public Image getIcon(int iconKind)
getIcon
in interface BeanInfo
getIcon
in class SimpleBeanInfo
public MethodDescriptor getListenerListMethodDescriptor()
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface BeanInfo
getMethodDescriptors
in class SimpleBeanInfo
public MethodDescriptor getNoFocusBorderMethodDescriptor()
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface BeanInfo
getPropertyDescriptors
in class SimpleBeanInfo
public MethodDescriptor getTableCellEditorComponent_javaxswingJTable_javalangObject_boolean_int_intMethodDescriptor()
public MethodDescriptor isCellEditable_javautilEventObjectMethodDescriptor()
public MethodDescriptor itemStateChanged_javaawteventItemEventMethodDescriptor()
public PropertyDescriptor listenerListPropertyDescriptor()
public PropertyDescriptor noFocusBorderPropertyDescriptor()
public MethodDescriptor removeCellEditorListener_javaxswingeventCellEditorListenerMethodDescriptor()
public MethodDescriptor setClickCountToStart_intMethodDescriptor()
public MethodDescriptor setNoFocusBorder_javaxswingborderBorderMethodDescriptor()
public MethodDescriptor shouldSelectCell_javautilEventObjectMethodDescriptor()
public MethodDescriptor stopCellEditingMethodDescriptor()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |