This class is a default implmentation of PropertiesPresenter. It helps in easy way to compose
and provide infomrmations neccessary to create DesignComponent properties visiable in
the Properties Window.
addPropertiesCategory(String propertyCategory) Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
addProperty(String displayName, String toolTip, DesignPropertyEditor propertyEditor, String... propertyNames) Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
addProperty(String displayName, DesignPropertyEditor propertyEditor, String... propertyNames) Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
Creates instances of the PropertiesPresenter. Use this constructor if you'd like to
provide DesignEventFilterResolver to controll execution of designChange method of this
presenter.
Parameters: designEventFilterResolver -
Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
Parameters: propertyCategory - property's category as a String instance of DefaultPropertiesPresenter
Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
Parameters: displayName - display name of this property created based on this DesignPropertyDescriptor.This String represent display name of the property shown in the Properties Window. Parameters: toolTip - tool tip shown for this property in the Properties Window. Parameters: propertyEditor - custom property editor Parameters: propertyNames - names of the PropertyDescriptors connected with this DesignPropertyDescriptor instance of DefaultPropertiesPresenter
Based on this methods DesignPropertyEditor is created and automatically added to the list of DesignPropertyDesicriptors
available for this presenter.
Parameters: displayName - display name of this property created based on this DesignPropertyDescriptor.This String represent display name of the property shown in the Properties Window. Parameters: propertyEditor - custom property editor Parameters: propertyNames - names of the PropertyDescriptors connected with this DesignPropertyDescriptor instance of DefaultPropertiesPresenter