|
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.ComparisonRangeValidatorBeanInfo
public class ComparisonRangeValidatorBeanInfo
The bean information class for com.ibm.etools.iseries.ui.ComparisonRangeValidator.
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 | |
---|---|
ComparisonRangeValidatorBeanInfo()
|
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 |
collatorStrengthPropertyDescriptor()
Gets the collatorStrength property descriptor. |
PropertyDescriptor |
comparisonTypePropertyDescriptor()
Gets the comparisonType property descriptor. |
PropertyDescriptor |
comparisonValuePropertyDescriptor()
Gets the comparisonValue property descriptor. |
PropertyDescriptor |
dataAttributesPropertyDescriptor()
Gets the dataAttributes property descriptor. |
PropertyDescriptor |
decompositionModePropertyDescriptor()
Gets the decompositionMode 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 |
getCollatorStrengthMethodDescriptor()
Gets the getCollatorStrength() method descriptor. |
MethodDescriptor |
getComparisonTypeMethodDescriptor()
Gets the getComparisonType() method descriptor. |
MethodDescriptor |
getComparisonValueMethodDescriptor()
Gets the getComparisonValue() method descriptor. |
MethodDescriptor |
getDecompositionModeMethodDescriptor()
Gets the getDecompositionMode() method descriptor. |
EventSetDescriptor[] |
getEventSetDescriptors()
Return the event set descriptors for this bean. |
MethodDescriptor |
getMaximumRangeMethodDescriptor()
Gets the getMaximumRange() method descriptor. |
MethodDescriptor[] |
getMethodDescriptors()
Return the method descriptors for this bean. |
MethodDescriptor |
getMinimumRangeMethodDescriptor()
Gets the getMinimumRange() method descriptor. |
MethodDescriptor |
getNullAllowedMethodDescriptor()
Gets the getNullAllowed() method descriptor. |
PropertyDescriptor[] |
getPropertyDescriptors()
Return the property descriptors for this bean. |
MethodDescriptor |
getValidityCheckTypeMethodDescriptor()
Gets the getValidityCheckType() method descriptor. |
PropertyDescriptor |
maximumRangePropertyDescriptor()
Gets the maximumRange property descriptor. |
PropertyDescriptor |
minimumRangePropertyDescriptor()
Gets the minimumRange property descriptor. |
PropertyDescriptor |
nullAllowedPropertyDescriptor()
Gets the nullAllowed property 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. |
MethodDescriptor |
removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
Gets the removePropertyChangeListener(java.beans.PropertyChangeListener) method descriptor. |
MethodDescriptor |
removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
Gets the removeVetoableChangeListener(java.beans.VetoableChangeListener) method descriptor. |
MethodDescriptor |
setCollatorStrength_intMethodDescriptor()
Gets the setCollatorStrength(int) method descriptor. |
MethodDescriptor |
setComparisonType_intMethodDescriptor()
Gets the setComparisonType(int) method descriptor. |
MethodDescriptor |
setComparisonValue_javalangStringMethodDescriptor()
Gets the setComparisonValue(java.lang.String) method descriptor. |
MethodDescriptor |
setDecompositionMode_intMethodDescriptor()
Gets the setDecompositionMode(int) method descriptor. |
MethodDescriptor |
setMaximumRange_javalangStringMethodDescriptor()
Gets the setMaximumRange(java.lang.String) method descriptor. |
MethodDescriptor |
setMinimumRange_javalangStringMethodDescriptor()
Gets the setMinimumRange(java.lang.String) method descriptor. |
MethodDescriptor |
setNullAllowed_booleanMethodDescriptor()
Gets the setNullAllowed(boolean) method descriptor. |
MethodDescriptor |
setValidityCheckType_intMethodDescriptor()
Gets the setValidityCheckType(int) method descriptor. |
PropertyDescriptor |
validityCheckTypePropertyDescriptor()
Gets the validityCheckType 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 |
---|
public static final String Copyright
Constructor Detail |
---|
public ComparisonRangeValidatorBeanInfo()
Method Detail |
---|
public MethodDescriptor addPropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
public MethodDescriptor addVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
public PropertyDescriptor collatorStrengthPropertyDescriptor()
public PropertyDescriptor comparisonTypePropertyDescriptor()
public PropertyDescriptor comparisonValuePropertyDescriptor()
public PropertyDescriptor dataAttributesPropertyDescriptor()
public PropertyDescriptor decompositionModePropertyDescriptor()
public static Method findMethod(Class aClass, String methodName, int parameterCount)
aClass
- java.lang.ClassmethodName
- java.lang.StringparameterCount
- int
public MethodDescriptor firePropertyChange_javalangString_javalangObject_javalangObjectMethodDescriptor()
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 getCollatorStrengthMethodDescriptor()
public MethodDescriptor getComparisonTypeMethodDescriptor()
public MethodDescriptor getComparisonValueMethodDescriptor()
public MethodDescriptor getDecompositionModeMethodDescriptor()
public EventSetDescriptor[] getEventSetDescriptors()
getEventSetDescriptors
in interface BeanInfo
getEventSetDescriptors
in class SimpleBeanInfo
public MethodDescriptor getMaximumRangeMethodDescriptor()
public MethodDescriptor[] getMethodDescriptors()
getMethodDescriptors
in interface BeanInfo
getMethodDescriptors
in class SimpleBeanInfo
public MethodDescriptor getMinimumRangeMethodDescriptor()
public MethodDescriptor getNullAllowedMethodDescriptor()
public PropertyDescriptor[] getPropertyDescriptors()
getPropertyDescriptors
in interface BeanInfo
getPropertyDescriptors
in class SimpleBeanInfo
public MethodDescriptor getValidityCheckTypeMethodDescriptor()
public PropertyDescriptor maximumRangePropertyDescriptor()
public PropertyDescriptor minimumRangePropertyDescriptor()
public PropertyDescriptor nullAllowedPropertyDescriptor()
public MethodDescriptor propertyChange_javabeansPropertyChangeEventMethodDescriptor()
public EventSetDescriptor propertyChangeEventSetDescriptor()
public MethodDescriptor propertyChangepropertyChange_javabeansPropertyChangeEventMethodEventDescriptor()
public MethodDescriptor removePropertyChangeListener_javabeansPropertyChangeListenerMethodDescriptor()
public MethodDescriptor removeVetoableChangeListener_javabeansVetoableChangeListenerMethodDescriptor()
public MethodDescriptor setCollatorStrength_intMethodDescriptor()
public MethodDescriptor setComparisonType_intMethodDescriptor()
public MethodDescriptor setComparisonValue_javalangStringMethodDescriptor()
public MethodDescriptor setDecompositionMode_intMethodDescriptor()
public MethodDescriptor setMaximumRange_javalangStringMethodDescriptor()
public MethodDescriptor setMinimumRange_javalangStringMethodDescriptor()
public MethodDescriptor setNullAllowed_booleanMethodDescriptor()
public MethodDescriptor setValidityCheckType_intMethodDescriptor()
public PropertyDescriptor validityCheckTypePropertyDescriptor()
public MethodDescriptor vetoableChange_javabeansPropertyChangeEventMethodDescriptor()
public EventSetDescriptor vetoableChangeEventSetDescriptor()
public MethodDescriptor vetoableChangevetoableChange_javabeansPropertyChangeEventMethodEventDescriptor()
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |