Uses of Interface
com.luciad.view.gxy.controller.ILcdGXYNewControllerModel
Packages that use ILcdGXYNewControllerModel
-
Uses of ILcdGXYNewControllerModel in com.luciad.view.gxy.controller
Classes in com.luciad.view.gxy.controller that implement ILcdGXYNewControllerModelModifier and TypeClassDescriptionclassThis abstract class can be used as a basis for creating an implementation ofILcdGXYNewControllerModel.Methods in com.luciad.view.gxy.controller that return ILcdGXYNewControllerModelModifier and TypeMethodDescriptionTLcdGXYNewController.getControllerModel()Deprecated.Returns theILcdGXYNewControllerModelthisTLcdGXYNewControllerdelegates to.Methods in com.luciad.view.gxy.controller with parameters of type ILcdGXYNewControllerModelModifier and TypeMethodDescriptionvoidTLcdGXYNewController.setControllerModel(ILcdGXYNewControllerModel aControllerModel) Deprecated.Sets theILcdGXYNewControllerModelto delegate to.Constructors in com.luciad.view.gxy.controller with parameters of type ILcdGXYNewControllerModelModifierConstructorDescriptionTLcdGXYNewController(ILcdGXYNewControllerModel aControllerModel) Deprecated.Constructs a controller to create and initialize new objects via mouse interaction.