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 TypeClassDescriptionclassLightspeed counterpart ofTLcySLDDomainObjectSupplier.Methods in com.luciad.lucy.addons.drawing.lightspeed that return ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplierTLcyLspDrawingFormat.createLspDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplierfor the specifiedALcyDomainObjectSupplier.Methods in com.luciad.lucy.addons.drawing.lightspeed that return types with arguments of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionTLcyLspDrawingFormat.getLspDomainObjectSuppliers()Returns an unmodifiableListof all theALcyLspDomainObjectSupplierinstances of this format.Methods in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyLspDomainObjectSupplierModifier and TypeMethodDescriptionvoidTLcyLspDrawingFormat.addLspDomainObjectSupplier(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier) Shortcut foraddLspDomainObjectSupplier(aLspDomainObjectSupplier, ILcyLucyEnv.PRIORITY_DEFAULT)voidTLcyLspDrawingFormat.addLspDomainObjectSupplier(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier, int aPriority) Adds the specifiedALcyLspDomainObjectSupplierto theListof instances that are used to visualize and edit the domain objects in the Lightspeed view.voidTLcyLspDrawingFormat.removeLspDomainObjectSupplier(ALcyLspDomainObjectSupplier aLspDomainObjectSupplier) Removes the specifiedALcyLspDomainObjectSupplierfrom 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 ILcyActiveSettableTLcyLspDrawingToolBarFactory.createActiveSettableForDomainObjectSupplier(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anILcyActiveSettablefor the given domain object supplier.protected ALspCreateControllerModelTLcyLspDrawingToolBarFactory.createCreateControllerModelForDomainObjectSupplier(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anALspCreateControllerModelfor the givenALcyLspDomainObjectSupplier.protected ObjectTLcyLspDrawingToolBarFactory.getActiveSettableContextForDomainObjectSupplier(ALcyLspDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Returns the context with which the dynamic active settable for the domain object supplieraDomainObjectSupplierwill be inserted in the configured action bars.protected ILcyActiveSettableTLcyLspDrawingToolBarFactory.getActiveSettableForDomainObjectSupplier(ALcyLspDomainObjectSupplier aDomainObjectSupplier) Returns theILcyActiveSettablefor the given domain object supplier.protected final ALspCreateControllerModelTLcyLspDrawingToolBarFactory.getCreateControllerModelForDomainObjectSupplier(ALcyLspDomainObjectSupplier aDomainObjectSupplier) Returns theALspCreateControllerModelfor the givenALcyLspDomainObjectSupplier.