Uses of Interface
com.luciad.view.lightspeed.controller.selection.ILspSelectionCandidateHandler
Package
Description
Provides functionality for selection of domain objects in a view.
-
Uses of ILspSelectionCandidateHandler in com.luciad.view.lightspeed.controller.selection
Modifier 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.Modifier and TypeMethodDescriptionvoid
TLspSelectControllerModel.setSelectionCandidateHandlerFor
(TLspSelectChoice aChoice, ILspSelectionCandidateHandler aHandler) RegistersaHandler
as the selection candidate handler to use foraChoice
.