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 TypeMethodDescriptionvoidILcyLucyEnv.addModelCustomizerFactory(ILcyModelCustomizerFactory aModelCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanelframework has been introduced aside of this functionality.voidILcyLucyEnv.removeModelCustomizerFactory(ILcyModelCustomizerFactory aModelCustomizerFactory)
ILcyLucyEnv.addModelCustomizerFactory(ILcyModelCustomizerFactory)