Uses of Interface
com.luciad.view.lightspeed.controller.selection.ILspSelectionCandidateHandler
Packages that use ILspSelectionCandidateHandler
Package
Description
Provides functionality for selection of domain objects in a view.
-
Uses of ILspSelectionCandidateHandler in com.luciad.view.lightspeed.controller.selection
Classes in com.luciad.view.lightspeed.controller.selection that implement ILspSelectionCandidateHandlerModifier and TypeClassDescriptionclass
ILspSelectionCandidateHandler
used by theTLspSelectControllerModel
to update the selection forTLspSelectChoice.DEFAULT
.class
ILspSelectionCandidateHandler
that shows a pop-up menu from which a user can chose a single selection candidate.Methods in com.luciad.view.lightspeed.controller.selection with parameters of type ILspSelectionCandidateHandlerModifier and TypeMethodDescriptionvoid
TLspSelectControllerModel.setSelectionCandidateHandlerFor
(TLspSelectChoice aChoice, ILspSelectionCandidateHandler aHandler) RegistersaHandler
as the selection candidate handler to use foraChoice
.