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 TypeClassDescriptionclassILspSelectionCandidateHandlerused by theTLspSelectControllerModelto update the selection forTLspSelectChoice.DEFAULT.classILspSelectionCandidateHandlerthat 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 TypeMethodDescriptionvoidTLspSelectControllerModel.setSelectionCandidateHandlerFor(TLspSelectChoice aChoice, ILspSelectionCandidateHandler aHandler) RegistersaHandleras the selection candidate handler to use foraChoice.