Package com.luciad.lucy.gui.customizer.dataproperty
package com.luciad.lucy.gui.customizer.dataproperty
This package provides functionality to create customizer panel factories for instances of
TLcdDataPropertyValueContext. This can for instance be used to implement the editing
of properties of a ILcdDataObject in the table view.
-
ALcyDataPropertyCustomizerPanelis a base class that can be used to create custom customizer panels. Amongst other things it makes it easier to handle alignment. -
TLcyDataPropertyValueCustomizerPanelFactoriesoffersILcyCustomizerPanelFactoryimplementations that can create customizer panels to edit property values using text fields, check boxes and combo boxes. -
TLcyDataPropertyValueFiltersis a utility class that can be used to create the filters needed byTLcyDataPropertyValueCustomizerPanelFactories.
- Since:
- 2013.0
-
ClassesClassDescriptionAbstract base class for data property value customizer panels.Utility class to create instances of
ILcyCustomizerPanelFactorythat can be used to create customizer panels for instances ofTLcdDataPropertyValueContext.This class offers methods to create filters that can be used to create customizer panel factories in theTLcyDataPropertyValueCustomizerPanelFactories.