Package com.luciad.lucy.addons.app6a
Class TLcyEditableAPP6AObjectCustomizerPanelFactory
java.lang.Object
com.luciad.lucy.gui.customizer.ALcyCustomizerPanelFactory
com.luciad.lucy.addons.app6a.TLcyEditableAPP6AObjectCustomizerPanelFactory
- All Implemented Interfaces:
ILcyCustomizerPanelFactory
@Deprecated
public class TLcyEditableAPP6AObjectCustomizerPanelFactory
extends ALcyCustomizerPanelFactory
Deprecated.
Factory for creating domain object customizer panels for APP-6 symbology, based on
TLcdAPP6AObjectCustomizer
. This factory is used by the format of the
TLcyAPP6AAddOn
to create domain object customizer panels.
It requires objects of type TLcyDomainObjectContext
whose domain object implements
ILcdEditableAPP6ACoded
.
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a newTLcyEditableAPP6AObjectCustomizerPanelFactory
. -
Method Summary
Modifier and TypeMethodDescriptionprotected TLcdAPP6AObjectCustomizer
Deprecated.Creates theTLcdAPP6AObjectCustomizer
that is shown in the customizer panel.createCustomizerPanelImpl
(Object aObject) Deprecated.Called bycreateCustomizerPanel
if the given object has passed the filter.Methods inherited from class com.luciad.lucy.gui.customizer.ALcyCustomizerPanelFactory
canCreateCustomizerPanel, createCustomizerPanel, getFilter, setFilter
-
Constructor Details
-
TLcyEditableAPP6AObjectCustomizerPanelFactory
public TLcyEditableAPP6AObjectCustomizerPanelFactory()Deprecated.Creates a newTLcyEditableAPP6AObjectCustomizerPanelFactory
.
-
-
Method Details
-
createCustomizerPanelImpl
Deprecated.Description copied from class:ALcyCustomizerPanelFactory
Called bycreateCustomizerPanel
if the given object has passed the filter. Please refer toILcyCustomizerPanelFactory.createCustomizerPanel(Object)
for more details about what this method should do.- Specified by:
createCustomizerPanelImpl
in classALcyCustomizerPanelFactory
- Parameters:
aObject
- The object to customize, it is guaranteed to have passed the filter.- Returns:
- The created
ILcyCustomizerPanel
. This should never benull
.
-
createAPP6AObjectCustomizer
Deprecated.Creates theTLcdAPP6AObjectCustomizer
that is shown in the customizer panel.- Returns:
- a
TLcdAPP6AObjectCustomizer
that will be shown in the customizer panel.
-
TLcyAPP6AAddOn
for more information.