Uses of Class
com.luciad.lucy.addons.drawing.lightspeed.ALcyLspDomainObjectSupplier
Packages that use ALcyLspDomainObjectSupplier
Package
Description
This package provides the
TLcyLspDrawingAddOn
.This package contains the default toolbar factory for editing drawing models on a Lightspeed view.
-
Uses of ALcyLspDomainObjectSupplier in com.luciad.lucy.addons.drawing.lightspeed
Subclasses of ALcyLspDomainObjectSupplier in com.luciad.lucy.addons.drawing.lightspeedModifier and TypeClassDescriptionclass
Lightspeed counterpart ofTLcySLDDomainObjectSupplier
.Methods in com.luciad.lucy.addons.drawing.lightspeed that return ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplier
TLcyLspDrawingFormat.createLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplier
for the specifiedALcyDomainObjectSupplier
.Methods in com.luciad.lucy.addons.drawing.lightspeed that return types with arguments of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionTLcyLspDrawingFormat.getLspDomainObjectSuppliers()
Returns an unmodifiableList
of all theALcyLspDomainObjectSupplier
instances of this format.Methods in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionvoid
TLcyLspDrawingFormat.addLspDomainObjectSupplier
(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier) Shortcut foraddLspDomainObjectSupplier(aLspDomainObjectSupplier, ILcyLucyEnv.PRIORITY_DEFAULT)
void
TLcyLspDrawingFormat.addLspDomainObjectSupplier
(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier, int aPriority) Adds the specifiedALcyLspDomainObjectSupplier
to theList
of instances that are used to visualize and edit the domain objects in the Lightspeed view.void
TLcyLspDrawingFormat.removeLspDomainObjectSupplier
(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier) Removes the specifiedALcyLspDomainObjectSupplier
from the collection of instances that are used to visualize and edit the domain objects in the Lightspeed view -
Uses of ALcyLspDomainObjectSupplier in com.luciad.lucy.addons.drawing.lightspeed.gui
Methods in com.luciad.lucy.addons.drawing.lightspeed.gui that return types with arguments of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionprotected final Enumeration
<ALcyLspDomainObjectSupplier> TLcyLspDrawingToolBarFactory.getAvailableDomainObjectSuppliers()
Returns an enumeration of all available domain object suppliers.Methods in com.luciad.lucy.addons.drawing.lightspeed.gui with parameters of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionprotected ILcyActiveSettable
TLcyLspDrawingToolBarFactory.createActiveSettableForDomainObjectSupplier
(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anILcyActiveSettable
for the given domain object supplier.protected ALspCreateControllerModel
TLcyLspDrawingToolBarFactory.createCreateControllerModelForDomainObjectSupplier
(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anALspCreateControllerModel
for the givenALcyLspDomainObjectSupplier
.protected Object
TLcyLspDrawingToolBarFactory.getActiveSettableContextForDomainObjectSupplier
(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Returns the context with which the dynamic active settable for the domain object supplieraDomainObjectSupplier
will be inserted in the configured action bars.protected ILcyActiveSettable
TLcyLspDrawingToolBarFactory.getActiveSettableForDomainObjectSupplier
(ALcyLspDomainObjectSupplier aDomainObjectSupplier) Returns theILcyActiveSettable
for the given domain object supplier.protected final ALspCreateControllerModel
TLcyLspDrawingToolBarFactory.getCreateControllerModelForDomainObjectSupplier
(ALcyLspDomainObjectSupplier aDomainObjectSupplier) Returns theALspCreateControllerModel
for the givenALcyLspDomainObjectSupplier
.