Class TLcyEditableMS2525bObjectCustomizerPanelFactory
java.lang.Object
com.luciad.lucy.gui.customizer.ALcyCustomizerPanelFactory
com.luciad.lucy.addons.milstd2525b.TLcyEditableMS2525bObjectCustomizerPanelFactory
- All Implemented Interfaces:
ILcyCustomizerPanelFactory
@Deprecated
public class TLcyEditableMS2525bObjectCustomizerPanelFactory
extends ALcyCustomizerPanelFactory
Deprecated.
Factory for creating domain object customizer panels for MIL-STD 2525b symbology, based on
TLcdMS2525bObjectCustomizer
.
This factory is used by the format of the TLcyMS2525bAddOn
to
create domain object customizer panels.
It requires objects of type TLcyDomainObjectContext
whose domain object implements
ILcdEditableMS2525bCoded
.
-
Constructor Summary
ConstructorDescriptionDeprecated.Creates a newTLcyEditableMS2525bObjectCustomizerPanelFactory
. -
Method Summary
Modifier and TypeMethodDescriptioncreateCustomizerPanelImpl
(Object aObject) Deprecated.Called bycreateCustomizerPanel
if the given object has passed the filter.protected TLcdMS2525bObjectCustomizer
Deprecated.Creates theTLcdMS2525bObjectCustomizer
customizer that is shown in the customizer panel.Methods inherited from class com.luciad.lucy.gui.customizer.ALcyCustomizerPanelFactory
canCreateCustomizerPanel, createCustomizerPanel, getFilter, setFilter
-
Constructor Details
-
TLcyEditableMS2525bObjectCustomizerPanelFactory
public TLcyEditableMS2525bObjectCustomizerPanelFactory()Deprecated.Creates a newTLcyEditableMS2525bObjectCustomizerPanelFactory
.
-
-
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
.
-
createMS2525bObjectCustomizer
Deprecated.Creates theTLcdMS2525bObjectCustomizer
customizer that is shown in the customizer panel.- Returns:
- a
TLcdMS2525bObjectCustomizer
customizer that will be shown in the customizer panel.
-
TLcyMS2525bAddOn
for more information.