MemberInfo | +--PropertyInfopublic class PropertyInfo
Describes a property.
Fields
Name | Description |
---|---|
type | Topic under construction. |
Constructors
Name | Description |
---|---|
PropertyInfo(Class componentClass, String name, Class type, MemberAttribute[] attributes) | Creates a PropertyInfo object. |
PropertyInfo(Class componentClass, String name, Class type) | Creates a PropertyInfo object. |
PropertyInfo(Class componentClass, String name, Class type, MemberAttribute a1) | Creates a PropertyInfo object. |
PropertyInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2) | Creates a PropertyInfo object. |
PropertyInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3) | Creates a PropertyInfo object. |
PropertyInfo(Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3, MemberAttribute a4) | Creates a PropertyInfo object. |
Methods
Name | Description |
---|---|
changedValue(Object component) | Topic under construction. |
getChangedMethod() | Topic under construction. |
getGetMethod() | Topic under construction. |
getResetMethod() | Topic under construction. |
getSetMethod() | Topic under construction. |
getType() | Topic under construction. |
getValue(Object component) | Topic under construction. |
getValueEditor() | Topic under construction. |
resetValue(Object component) | Topic under construction. |
setValue(Object component, Object value) | Topic under construction. |
Creates a PropertyInfo object.
Creates a PropertyInfo object.
Creates a PropertyInfo object.
Creates a PropertyInfo object.
Creates a PropertyInfo object.
Creates a PropertyInfo object.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.
Topic under construction.