Uses of Class
com.luciad.lucy.addons.drawing.lightspeed.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
Modifier and TypeClassDescriptionclass
Lightspeed counterpart ofTLcySLDDomainObjectSupplier
.Modifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplier
TLcyLspDrawingFormat.createLspDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplier
for the specifiedALcyDomainObjectSupplier
.Modifier and TypeMethodDescriptionTLcyLspDrawingFormat.getLspDomainObjectSuppliers()
Returns an unmodifiableList
of all theALcyLspDomainObjectSupplier
instances of this format.Modifier 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
Modifier and TypeMethodDescriptionprotected final Enumeration
<ALcyLspDomainObjectSupplier> TLcyLspDrawingToolBarFactory.getAvailableDomainObjectSuppliers()
Returns an enumeration of all available domain object suppliers.Modifier 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
.