Uses of Class
com.luciad.view.lightspeed.controller.selection.TLspSelectControllerModel
Packages that use TLspSelectControllerModel
Package
Description
Provides functionality for selection of domain objects in a view.
Provides controller implementations that work with touch input instead of
mouse input.
-
Uses of TLspSelectControllerModel in com.luciad.view.lightspeed.controller.selection
Methods in com.luciad.view.lightspeed.controller.selection that return TLspSelectControllerModelModifier and TypeMethodDescriptionTLspSelectController.getControllerModel()Returns the controller model of this controller.Methods in com.luciad.view.lightspeed.controller.selection with parameters of type TLspSelectControllerModelModifier and TypeMethodDescriptionvoidTLspSelectController.setControllerModel(TLspSelectControllerModel aModel) Sets the controller model of this controller to the given model.Constructors in com.luciad.view.lightspeed.controller.selection with parameters of type TLspSelectControllerModelModifierConstructorDescriptionTLspSelectController(TLspSelectControllerModel aControllerModel) Create a new TLspSelectController using the provided controller model. -
Uses of TLspSelectControllerModel in com.luciad.view.lightspeed.controller.touch
Methods in com.luciad.view.lightspeed.controller.touch that return TLspSelectControllerModelModifier and TypeMethodDescriptionTLspTouchSelectEditController.getSelectControllerModel()Returns the controller model used for selection.Methods in com.luciad.view.lightspeed.controller.touch with parameters of type TLspSelectControllerModelModifier and TypeMethodDescriptionvoidTLspTouchSelectEditController.setSelectControllerModel(TLspSelectControllerModel aControllerModel) Configures the controller model used for selection