PropertyInfo Class

PropertyInfo Class

This Package | All Packages

MemberInfo
  |
  +--PropertyInfo
public class PropertyInfo
extends MemberInfo

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.

Fields

PropertyInfo.type

Syntax
public Class type;
Description
Topic under construction.

Constructors

PropertyInfo.PropertyInfo

Syntax 1
public PropertyInfo( Class componentClass, String name, Class type, MemberAttribute[] attributes );
Description

Creates a PropertyInfo object.



Syntax 2
public PropertyInfo( Class componentClass, String name, Class type );
Description

Creates a PropertyInfo object.



Syntax 3
public PropertyInfo( Class componentClass, String name, Class type, MemberAttribute a1 );
Description

Creates a PropertyInfo object.



Syntax 4
public PropertyInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2 );
Description

Creates a PropertyInfo object.



Syntax 5
public PropertyInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3 );
Description

Creates a PropertyInfo object.



Syntax 6
public PropertyInfo( Class componentClass, String name, Class type, MemberAttribute a1, MemberAttribute a2, MemberAttribute a3, MemberAttribute a4 );
Description

Creates a PropertyInfo object.

Methods

PropertyInfo.changedValue

Syntax
public boolean changedValue( Object component );
Description

Topic under construction.

PropertyInfo.getChangedMethod

Syntax
public Method getChangedMethod();
Description

Topic under construction.

PropertyInfo.getGetMethod

Syntax
public Method getGetMethod();
Description

Topic under construction.

PropertyInfo.getResetMethod

Syntax
public Method getResetMethod();
Description

Topic under construction.

PropertyInfo.getSetMethod

Syntax
public Method getSetMethod();
Description

Topic under construction.

PropertyInfo.getType

Syntax
public Class getType();
Description

Topic under construction.

PropertyInfo.getValue

Syntax
public Object getValue( Object component );
Description

Topic under construction.

PropertyInfo.getValueEditor

Syntax
public IValueEditor getValueEditor();
Description

Topic under construction.

PropertyInfo.resetValue

Syntax
public void resetValue( Object component );
Description

Topic under construction.

PropertyInfo.setValue

Syntax
public void setValue( Object component, Object value );
Description

Topic under construction.