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.
-
ALcyDataPropertyCustomizerPanel
is a base class that can be used to create custom customizer panels. Amongst other things it makes it easier to handle alignment. -
TLcyDataPropertyValueCustomizerPanelFactories
offersILcyCustomizerPanelFactory
implementations that can create customizer panels to edit property values using text fields, check boxes and combo boxes. -
TLcyDataPropertyValueFilters
is a utility class that can be used to create the filters needed byTLcyDataPropertyValueCustomizerPanelFactories
.
- Since:
- 2013.0
-
ClassDescriptionAbstract base class for data property value customizer panels.Utility class to create instances of
ILcyCustomizerPanelFactory
that 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
.