Uses of Interface
com.luciad.lucy.gui.ILcyObjectCustomizerFactory
Packages that use ILcyObjectCustomizerFactory
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
.Provides the addon that offers printing support to Lucy.
-
Uses of ILcyObjectCustomizerFactory in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyObjectCustomizerFactoryModifier and TypeMethodDescriptionILcyLucyEnv.getCompositeObjectCustomizerFactory()
Deprecated.ILcyLucyEnv.getObjectCustomizerFactory
(int aIndex) Methods in com.luciad.lucy with parameters of type ILcyObjectCustomizerFactoryModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addObjectCustomizerFactory
(ILcyObjectCustomizerFactory aObjectCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanel
framework has been introduced aside of this functionality.void
ILcyLucyEnv.removeObjectCustomizerFactory
(ILcyObjectCustomizerFactory aObjectCustomizerFactory) -
Uses of ILcyObjectCustomizerFactory in com.luciad.lucy.addons.print
Classes in com.luciad.lucy.addons.print that implement ILcyObjectCustomizerFactoryModifier and TypeClassDescriptionclass
This factory creates theCustomizer
orILcyCustomizerPanel
(the GUI) that allows the user to edit the print area when it is selected.Methods in com.luciad.lucy.addons.print that return ILcyObjectCustomizerFactoryModifier and TypeMethodDescriptionTLcyPrintAddOn.getPrintAreaCustomizerFactory()
Returns theILcyObjectCustomizerFactory
that is used by this addon.Methods in com.luciad.lucy.addons.print with parameters of type ILcyObjectCustomizerFactoryModifier and TypeMethodDescriptionvoid
TLcyPrintAddOn.setPrintAreaCustomizerFactory
(ILcyObjectCustomizerFactory aPrintAreaCustomizerFactory) Sets theILcyObjectCustomizerFactory
that should be used by this addon.
ILcyLucyEnv.addObjectCustomizerFactory(ILcyObjectCustomizerFactory)