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 TypeMethodDescriptionvoidILcyLucyEnv.addObjectCustomizerFactory(ILcyObjectCustomizerFactory aObjectCustomizerFactory) Deprecated.A more powerfulILcyCustomizerPanelframework has been introduced aside of this functionality.voidILcyLucyEnv.removeObjectCustomizerFactory(ILcyObjectCustomizerFactory aObjectCustomizerFactory) -
Uses of ILcyObjectCustomizerFactory in com.luciad.lucy.addons.print
Classes in com.luciad.lucy.addons.print that implement ILcyObjectCustomizerFactoryModifier and TypeClassDescriptionclassThis factory creates theCustomizerorILcyCustomizerPanel(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 theILcyObjectCustomizerFactorythat is used by this addon.Methods in com.luciad.lucy.addons.print with parameters of type ILcyObjectCustomizerFactoryModifier and TypeMethodDescriptionvoidTLcyPrintAddOn.setPrintAreaCustomizerFactory(ILcyObjectCustomizerFactory aPrintAreaCustomizerFactory) Sets theILcyObjectCustomizerFactorythat should be used by this addon.
ILcyLucyEnv.addObjectCustomizerFactory(ILcyObjectCustomizerFactory)