Uses of Class
com.luciad.lucy.util.context.TLcyDomainObjectContext
Packages that use TLcyDomainObjectContext
Package
Description
Provides the addon that offers printing support to Lucy.
Contains classes to create user-interface components for displaying and modifying the properties
of objects.
Provides actions that have a relationship with a map.
-
Uses of TLcyDomainObjectContext in com.luciad.lucy.addons.print
Methods in com.luciad.lucy.addons.print with parameters of type TLcyDomainObjectContextModifier and TypeMethodDescriptionprotected ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanel
(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Creates theILcyCustomizerPanel
that can modify the attributes of the print area (area that can be drawn on the map to exactly define what needs to be printed), by offering a user interface that allows modifying the properties stored in the given aPrintContext (seeALcyPrintContext.getProperties()
).protected ILcyCustomizerPanel
TLcyPrintAreaCustomizerFactory.createPrintAreaCustomizerPanelContent
(TLcyPrintContext aPrintContext, TLcyDomainObjectContext aContext) Retrieves allILcyCustomizerPanel
s and lays them out in one bigILcyCustomizerPanel
. -
Uses of TLcyDomainObjectContext in com.luciad.lucy.gui.customizer
Methods in com.luciad.lucy.gui.customizer that return TLcyDomainObjectContextModifier and TypeMethodDescriptionprotected final TLcyDomainObjectContext
ALcyDomainObjectCustomizerPanel.getDomainObjectContext()
Returns theTLcyDomainObjectContext
object that was set on this customizer. -
Uses of TLcyDomainObjectContext in com.luciad.lucy.map.action
Method parameters in com.luciad.lucy.map.action with type arguments of type TLcyDomainObjectContextModifier and TypeMethodDescriptionprotected abstract void
ALcyObjectSelectionAction.actionPerformed
(ActionEvent aActionEvent, List<TLcyDomainObjectContext> aSelection) Deprecated.Performs what the action should do.Constructor parameters in com.luciad.lucy.map.action with type arguments of type TLcyDomainObjectContextModifierConstructorDescriptionALcyObjectSelectionAction
(S aView, ILcdFilter<TLcyDomainObjectContext> aObjectFilter) Deprecated.Constructs a newALcyLspObjectSelectionAction
.ALcyObjectSelectionAction
(S aView, ILcdFilter<TLcyDomainObjectContext> aObjectFilter, int aMinObjectCount, int aMaxObjectCount, boolean aStrict) Deprecated.Constructs a newALcyLspObjectSelectionAction
.