Uses of Interface
com.luciad.lucy.gui.ILcyModelCustomizerFactory
Packages that use ILcyModelCustomizerFactory
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 ILcyModelCustomizerFactory in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyModelCustomizerFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeModelCustomizerFactory()
Deprecated.ILcyLucyEnv.getModelCustomizerFactory
(int aIndex) Methods in com.luciad.lucy with parameters of type ILcyModelCustomizerFactoryModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addModelCustomizerFactory
(ILcyModelCustomizerFactory aModelCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanel
framework has been introduced aside of this functionality.void
ILcyLucyEnv.removeModelCustomizerFactory
(ILcyModelCustomizerFactory aModelCustomizerFactory)
ILcyLucyEnv.addModelCustomizerFactory(ILcyModelCustomizerFactory)