ilog.views.maps.propertysheet
Interface IlvMapStylePropertySheet.PropertyProvider

All Known Implementing Classes:
IlvMapCompositeStyle
Enclosing class:
IlvMapStylePropertySheet

public static interface IlvMapStylePropertySheet.PropertyProvider

This interface is used to add custom properties to the property sheet, in addition to the properties that are obtained automatically through introspection.

Since:
JViews 7.5

Method Summary
 ilog.views.util.psheet.IlvPropertyDescriptor[] getAdditionalDescriptors(Object target, ilog.views.util.psheet.IlvPropertyDescriptor[] descriptors)
          Returns the descriptors of the properties that must be added to the property sheet.
 

Method Detail

getAdditionalDescriptors

ilog.views.util.psheet.IlvPropertyDescriptor[] getAdditionalDescriptors(Object target,
                                                                        ilog.views.util.psheet.IlvPropertyDescriptor[] descriptors)
Returns the descriptors of the properties that must be added to the property sheet.

Parameters:
target - The target object.
descriptors - The descriptors that have been obtained by the property sheet by introspecting the target object.
Returns:
The property descriptors to be added.
Since:
JViews 7.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.