Uses of Class
com.luciad.view.gxy.controller.ALcdGXYNewControllerModel2
Package
Description
This package contains the default toolbar for editing drawing models used in the drawing add on.
Provides actions that have a relationship with a map.
Contains controllers for a map component.
Representation aspects of APP-6A symbols in xy space.
Representation aspects of MIL-STD 2525 military symbols in xy space.
Controllers for 2D views.
Touch controllers for the 2D view.
-
Uses of ALcdGXYNewControllerModel2 in com.luciad.lucy.addons.drawing.gui
Modifier and TypeMethodDescriptionprotected ALcdGXYNewControllerModel2
TLcyDrawingToolBarFactory.createNewControllerModelForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anALcdGXYNewControllerModel2
for the givenALcyDomainObjectSupplier
.protected ALcdGXYNewControllerModel2
TLcyDrawingToolBarFactory.getNewControllerModelForDomainObjectSupplier
(ALcyDomainObjectSupplier aDomainObjectSupplier) Returns the new controller model for the given domain object supplier. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.lucy.map.action
ModifierConstructorDescriptionprotected
ALcyGXYNewControllerActiveSettable
(ALcdGXYNewControllerModel2 aNewControllerModel, ILcyMapComponent aMapComponent, ILcyLucyEnv aLucyEnv) Utility constructor that creates a newALcyGXYNewControllerActiveSettable
for the givenALcdGXYNewControllerModel2
.TLcyGXYNewControllerActiveSettable
(ALcdGXYNewControllerModel2 aControllerModel, ILcyMapComponent aMapComponent, ILcyLucyEnv aLucyEnv) Utility constructor that creates a newTLcyNewController2ActiveSettable
for the givenALcdGXYNewControllerModel2
using a newTLcdGXYNewController2
.TLcyGXYTouchNewControllerActiveSettable
(ALcdGXYNewControllerModel2 aNewControllerModel, ILcyMapComponent aMapComponent, ILcdAction aActionToTriggerAfterCommit, ILcyLucyEnv aLucyEnv, ALcyProperties aProperties, String aConfigPrefix) Creates a touch new controller active settableTLcyGXYTouchNewControllerActiveSettable
(ALcdGXYNewControllerModel2 aNewControllerModel, ILcyMapComponent aMapComponent, ILcyLucyEnv aLucyEnv, ALcyProperties aProperties, String aConfigPrefix) Creates a touch new controller active settable with as action to trigger after commit a action that sets the touch select controller on the view. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.lucy.map.controller
Modifier and TypeClassDescriptionclass
An implementation ofALcdGXYNewControllerModel2
that has acurrentLayer
property. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.symbology.app6a.view.gxy
Modifier and TypeClassDescriptionclass
Abstract implementation ofALcdGXYNewControllerModel2
that contains the logic for creating new APP-6A objects on anILcdGXYView
. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.symbology.milstd2525b.view.gxy
Modifier and TypeClassDescriptionclass
Abstract implementation ofALcdGXYNewControllerModel2
that contains the logic for creating new MIL-STD 2525b objects on anILcdGXYView
. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.view.gxy.controller
Modifier and TypeMethodDescriptionTLcdGXYNewController2.getNewControllerModel()
Returns theILcdGXYNewControllerModel
thisTLcdGXYNewController
delegates to.Modifier and TypeMethodDescriptionvoid
TLcdGXYNewController2.setNewControllerModel
(ALcdGXYNewControllerModel2 aControllerModel) Sets theILcdGXYNewControllerModel
to delegate to.ModifierConstructorDescriptionTLcdGXYNewController2
(ALcdGXYNewControllerModel2 aControllerModel) Constructs a controller to create and initialize new objects via mouse interaction. -
Uses of ALcdGXYNewControllerModel2 in com.luciad.view.gxy.controller.touch
Modifier and TypeMethodDescriptionTLcdGXYTouchNewController.getNewControllerModel()
Returns theALcdGXYNewControllerModel2
this controller delegates to.Modifier and TypeMethodDescriptionvoid
TLcdGXYTouchNewController.setNewControllerModel
(ALcdGXYNewControllerModel2 aControllerModel) Sets theALcdGXYNewControllerModel2
to delegate to.ModifierConstructorDescriptionTLcdGXYTouchNewController
(ALcdGXYNewControllerModel2 aNewControllerModel) Creates a new Controller with the specified new controller model.