Uses of Interface
com.luciad.lucy.gui.ILcyCustomizerFactory
Packages that use ILcyCustomizerFactory
Package
Description
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.-
Uses of ILcyCustomizerFactory in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyCustomizerFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeCustomizerFactory()
Deprecated.ILcyLucyEnv.getCustomizerFactory
(int aIndex) Deprecated.Methods in com.luciad.lucy with parameters of type ILcyCustomizerFactoryModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addCustomizerFactory
(ILcyCustomizerFactory aCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanel
framework has been introduced aside of this functionality.void
ILcyLucyEnv.removeCustomizerFactory
(ILcyCustomizerFactory aCustomizerFactory) Deprecated.
ILcyLucyEnv.addObjectCustomizerFactory(ILcyObjectCustomizerFactory)