Uses of Class
com.luciad.view.lightspeed.editor.TLspEditContext
Package
Description
Provides controllers for the manipulation of domain objects in a view.
Provides support for interactive editing of domain objects in a model.
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.Handles editors for labels.
Defines a mechanism for snapping between objects that are being edited.
-
Uses of TLspEditContext in com.luciad.view.lightspeed.controller.manipulation
Modifier and TypeMethodDescriptionvoid
ALspCreateControllerModel.canceled
(TLspEditContext aEditContext) Called when object creation has been canceled.void
ALspCreateControllerModel.finished
(TLspEditContext aEditContext) Called when object creation has finished.int
ALspCreateControllerModel.getMaximumPointCount
(TLspEditContext aEditContext) A method that determines the maximum pointcount for a pointlist during creation.int
ALspCreateControllerModel.getMinimumPointCount
(TLspEditContext aEditContext) A method that determines the minimum pointcount for a pointlist during creation. -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionboolean
ALspEditor.canEdit
(TLspEditContext aContext) Determines whether or not thegeometry inside the given context
can be edited by this editor.boolean
ILspEditor.canEdit
(TLspEditContext aContext) Determines whether or not the specified object can be edited by this editor.boolean
TLsp2DEditableShapeEditor.canEdit
(TLspEditContext aContext) boolean
TLsp2DPointListEditor.canEdit
(TLspEditContext aContext) boolean
TLsp3DArcBandEditor.canEdit
(TLspEditContext aContext) boolean
TLsp3DPointListEditor.canEdit
(TLspEditContext aContext) boolean
TLspArcBandEditor.canEdit
(TLspEditContext aContext) boolean
TLspArcBy3PointsEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcd2DEditableCircularArcBy3Points
.boolean
TLspArcByBulgeEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcd2DEditableCircularArcByBulge
.boolean
TLspArcByCenterEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcd2DEditableCircularArcByCenterPoint
.boolean
TLspArcEditor.canEdit
(TLspEditContext aContext) boolean
TLspBoundsEditor.canEdit
(TLspEditContext aContext) boolean
TLspCircleBy3PointsEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcd2DEditableCircleBy3Points
.boolean
TLspCircleEditor.canEdit
(TLspEditContext aContext) boolean
TLspComplexPolygonEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcdEditableComplexPolygon
.boolean
TLspCompositeCurveEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcdEditableCompositeCurve
.boolean
TLspCompositeEditor.canEdit
(TLspEditContext aContext) Returnstrue
if one of the editors this composite is composed of can edit the given object.boolean
TLspDomeEditor.canEdit
(TLspEditContext aContext) boolean
TLspEllipseEditor.canEdit
(TLspEditContext aContext) boolean
TLspExtrudedShapeEditor.canEdit
(TLspEditContext aContext) Determines whether or not thegeometry inside the given context
can be edited by this editor.boolean
TLspGeoBufferEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofTLcdLonLatBuffer
or an instance ofILcd2DEditableGeoBuffer
.boolean
TLspLonLatHeightBufferEditor.canEdit
(TLspEditContext aContext) boolean
TLspPointEditor.canEdit
(TLspEditContext aContext) boolean
TLspShapeListEditor.canEdit
(TLspEditContext aContext) Determines whether or not thegeometry inside the given context
can be edited by this editor.boolean
TLspSphereEditor.canEdit
(TLspEditContext aContext) boolean
TLspSurfaceEditor.canEdit
(TLspEditContext aContext) boolean
TLspTextEditor.canEdit
(TLspEditContext aContext) boolean
TLspVariableGeoBufferEditor.canEdit
(TLspEditContext aContext) Returnstrue
ifsuper
returnstrue
and the given object is an instance ofILcd2DEditableVariableGeoBuffer
.boolean
ALspEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.boolean
ILspEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.boolean
TLspCompositeEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) boolean
TLspExtrudedShapeEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.boolean
TLspShapeListEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.protected ALspEditHandle
TLspBoundsEditor.createBoundsResizeHandle
(ILcd2DEditableBounds aBounds, TLspEditContext aContext, TLspBoundsEditor.HandleIdentifier aPointID) Creates a handle that allows the user to resize the given bounds object by translating one of its corner points.protected ALspEditHandle
TLspGeoBufferEditor.createBufferOutlineHandle
(Object aObject, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the width of the given buffer by modifying its outline.protected ALspEditHandle
TLspLonLatHeightBufferEditor.createBufferResizeHandle
(TLcdLonLatHeightBuffer aBuffer, TLspEditContext aContext, TLspLonLatHeightBufferEditor.ResizeHandleLocation aHandleLocation) Creates an edit handle on the given location that allows the user to resize the given buffer's width and height.protected ALspEditHandle
TLspArcByBulgeEditor.createBulgeHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its bulge point.protected ALspEditHandle
TLspArcBandEditor.createCenterHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcBy3PointsEditor.createCenterHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcByBulgeEditor.createCenterHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by dragging its center point.protected ALspEditHandle
TLspArcByCenterEditor.createCenterHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspArcEditor.createCenterHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createCenterHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandle
TLspCircleEditor.createCenterHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandle
TLspDomeEditor.createCenterHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given dome in 2D by dragging it.protected ALspEditHandle
TLspEllipseEditor.createCenterHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to translate the ellipse by dragging the center point.protected ALspEditHandle
TLspSphereEditor.createCenterHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given sphere in 2D by dragging it.protected ALspEditHandle
TLspArcByBulgeEditor.createEndHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcByCenterEditor.createEndHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcBy3PointsEditor.createEndPointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspArcEditor.createEndPointHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createFirstIntermediateHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its first intermediate point.protected ALspEditHandle
TLspExtrudedShapeEditor.createHeightHandle
(ILcdEditableExtrudedShape shape, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the minimum- and maximum height of the given extruded shape simultaneously by dragging the shape up/down.protected ALspEditHandle
TLspPointEditor.createHeightHandle
(ILcd3DEditablePoint aPoint, TLspEditContext aContext) Creates a handle to modify the point's height.protected ALspEditHandle
TLsp3DArcBandEditor.createHeightTranslationHandle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given shape by dragging it up/down.protected ALspEditHandle
TLspBoundsEditor.createHeightTranslationHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the height above the terrain of the given 3D bounds by dragging the bounds up/down.protected ALspEditHandle
TLspDomeEditor.createHeightTranslationHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given dome by dragging it up/down.protected ALspEditHandle
TLspSphereEditor.createHeightTranslationHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to alter the height above the terrain of the given sphere by dragging it up/down.protected ALspEditHandle
TLsp3DArcBandEditor.createHighPitchHandleAtEndAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, end angle, pitch end angle).protected ALspEditHandle
TLsp3DArcBandEditor.createHighPitchHandleAtStartAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, start angle, pitch end angle).protected ALspEditHandle
TLsp2DPointListEditor.createInsertPointHandle
(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to insert points into the given point list.protected ALspEditHandle
TLsp3DPointListEditor.createInsertPointHandle
(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to insert points into the given point list.protected ALspEditHandle
TLspArcBy3PointsEditor.createIntermediatePointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating an intermediate point.protected ALspEditHandle
TLspPointEditor.createLocationHandle
(ILcd2DEditablePoint aPoint, TLspEditContext aContext) Creates a handle to modify the point's location.protected ALspEditHandle
TLsp3DArcBandEditor.createLowPitchHandleAtEndAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, end angle, pitch start angle).protected ALspEditHandle
TLsp3DArcBandEditor.createLowPitchHandleAtStartAngle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the pitch angles of the 3D arc band by translating the corner point located at (max radius, start angle, pitch start angle).protected ALspEditHandle
TLspArcEditor.createMajorAxisHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the major axis of the given arc.protected ALspEditHandle
TLspEllipseEditor.createMajorAxisHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the major axis of the ellipse.protected ALspEditHandle
TLspExtrudedShapeEditor.createMaximumHandle
(ILcdEditableExtrudedShape shape, ILcdPoint basePoint, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the maximum height of the given extruded shape by dragging it up/down.protected ALspEditHandle
TLspBoundsEditor.createMaximumHeightHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the depth of the given 3D bounds by dragging it up/down.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusEndCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_END_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the max radius property of the arc band.protected ALspEditHandle
TLspArcBandEditor.createMaxRadiusStartCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_START_CORNER
point.protected ALspEditHandle
TLspExtrudedShapeEditor.createMinimumHandle
(ILcdEditableExtrudedShape shape, ILcdPoint basePoint, TLspEditContext aContext) Creates an edit handle that allows the user to adjust the minimum height of the given extruded shape by dragging it up/down.protected ALspEditHandle
TLspBoundsEditor.createMinimumHeightHandle
(ILcd3DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to edit the Z-value of the given 3D bounds' location by dragging it up/down.protected ALspEditHandle
TLspArcEditor.createMinorAxisHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the minor axis of the given arc.protected ALspEditHandle
TLspEllipseEditor.createMinorAxisHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the minor axis of the ellipse.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusEndCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_END_CORNER
point.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the min radius property of the arc band.protected ALspEditHandle
TLspArcBandEditor.createMinRadiusStartCornerHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_START_CORNER
point.protected ALspEditHandle
TLsp2DEditableShapeEditor.createObjectTranslationHandle
(ILcd2DEditableShape aShape, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLsp2DPointListEditor.createObjectTranslationHandle
(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLsp3DArcBandEditor.createObjectTranslationHandle
(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLsp3DPointListEditor.createObjectTranslationHandle
(ILcd3DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given point list horizontally (i.e. parallel to the terrain).protected ALspEditHandle
TLspArcBandEditor.createObjectTranslationHandle
(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcBy3PointsEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcByBulgeEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcByCenterEditor.createObjectTranslationHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspArcEditor.createObjectTranslationHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspBoundsEditor.createObjectTranslationHandle
(ILcd2DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspCircleBy3PointsEditor.createObjectTranslationHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspCircleEditor.createObjectTranslationHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspComplexPolygonEditor.createObjectTranslationHandle
(ILcdComplexPolygon aComplexPolygon, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspCompositeCurveEditor.createObjectTranslationHandle
(ILcdEditableCompositeCurve aCurve, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspDomeEditor.createObjectTranslationHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspEllipseEditor.createObjectTranslationHandle
(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspSphereEditor.createObjectTranslationHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspSurfaceEditor.createObjectTranslationHandle
(ILcdEditableSurface aSurface, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspTextEditor.createObjectTranslationHandle
(ILcd2DEditableText aText, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandle
TLspVariableGeoBufferEditor.createObjectTranslationHandle
(ILcd2DEditableVariableGeoBuffer aBuffer, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given buffer horizontally (i.e. parallel to the terrain).protected ALspEditHandle
TLspVariableGeoBufferEditor.createOutlineWidthHandle
(ILcdVariableGeoBuffer aBuffer, TLspEditContext aContext) Creates a handle to edit the width of all points of the buffer.protected ALspEditHandle
TLsp2DPointListEditor.createPointHandle
(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates an edit handle for the point with indexaIndex
of the given point list.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointHeightAboveHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height above property of a point of the buffer.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointHeightBelowHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height below property of a point of the buffer.protected ALspEditHandle
TLsp3DPointListEditor.createPointHeightTranslationHandle
(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point height handle.protected ALspEditHandle
TLsp3DPointListEditor.createPointPositionHandle
(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point position handle.protected ALspEditHandle
TLspVariableGeoBufferEditor.createPointWidthHandle
(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the width property of a point of the buffer.protected List
<ALspEditHandle> TLsp3DArcBandEditor.createProjectedArcBandHandles
(TLspEditContext aContext) Creates edit handles that allows the user to edit the 3D arc band by using the edit handles of a 2D arc band.protected ALspEditHandle
TLspExtrudedShapeEditor.createProjectedShapeTranslationHandle
(ILcdEditableExtrudedShape shape, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given extruded shape in 2D (i.e. parallel to the terrain).protected ALspEditHandle
TLspCircleEditor.createRadiusHandle
(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to change the radius of the given circle by dragging a point on the radius.protected ALspEditHandle
TLspDomeEditor.createRadiusHandle
(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to edit the radius of the given dome by dragging it.protected ALspEditHandle
TLspSphereEditor.createRadiusHandle
(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to edit the radius of the given sphere by dragging it.protected ALspEditHandle
TLsp2DPointListEditor.createRemovePointHandle
(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates a point removal handle for the point with indexaIndex
of the given point list.protected ALspEditHandle
TLsp3DPointListEditor.createRemovePointHandle
(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates a point removal handle for the point with indexaIndex
of the given point list.protected ALspEditHandle
TLspCircleBy3PointsEditor.createSecondIntermediateHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given circle by translating its second intermediate point.protected ALspEditHandle
TLspArcByBulgeEditor.createStartHandle
(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandle
TLspArcByCenterEditor.createStartHandle
(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandle
TLspArcBy3PointsEditor.createStartPointHandle
(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandle
TLspArcEditor.createStartPointHandle
(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandle
TLspCircleBy3PointsEditor.createStartPointHandle
(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given circle by translating its start point.ALspEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Applies an interaction obtained from a handle to the object being edited.ILspEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Applies an interaction obtained from a handle to the object being edited.TLspCompositeEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) TLspExtrudedShapeEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Applies an interaction obtained from a handle to the object being edited.TLspShapeListEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Applies an interaction obtained from a handle to the object being edited.protected abstract TLspEditOperationResult
ALspEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLsp2DEditableShapeEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLsp2DPointListEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.TLsp3DArcBandEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLsp3DPointListEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.TLspArcBandEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspArcBy3PointsEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspArcByBulgeEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspArcByCenterEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspArcEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspBoundsEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspCircleBy3PointsEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspCircleEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspComplexPolygonEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspCompositeCurveEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspDomeEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspEllipseEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspExtrudedShapeEditor.editImpl
(TLspEditOperation aEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspGeoBufferEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspLonLatHeightBufferEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspPointEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspShapeListEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspSphereEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspSurfaceEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspTextEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.protected TLspEditOperationResult
TLspVariableGeoBufferEditor.editImpl
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theedit
method to edit the given object based on the givenedit operation
.ILspEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLsp2DEditableShapeEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLsp2DPointListEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLsp3DArcBandEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLsp3DPointListEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspArcBandEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspArcBy3PointsEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspArcByBulgeEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspArcByCenterEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspArcEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspBoundsEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspCircleBy3PointsEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspCircleEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspComplexPolygonEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspCompositeCurveEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspCompositeEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspDomeEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspEllipseEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspExtrudedShapeEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspGeoBufferEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspLonLatHeightBufferEditor.getCreateHandle
(TLspEditContext aContext) TLspPointEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspShapeListEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspSphereEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspSurfaceEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspTextEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.TLspVariableGeoBufferEditor.getCreateHandle
(TLspEditContext aContext) Returns a handle that is used to create the given object.ILspEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLsp2DEditableShapeEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLsp2DPointListEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLsp3DArcBandEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLsp3DPointListEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspArcBandEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspArcBy3PointsEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspArcByBulgeEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspArcByCenterEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspArcEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspBoundsEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspCircleBy3PointsEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspCircleEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspComplexPolygonEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspCompositeCurveEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspCompositeEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspDomeEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspEllipseEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspExtrudedShapeEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspGeoBufferEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspLonLatHeightBufferEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspPointEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspShapeListEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspSphereEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspSurfaceEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspTextEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.TLspVariableGeoBufferEditor.getEditHandles
(TLspEditContext aContext) Returns a set of handles for editing the given object.ModifierConstructorDescriptionTLspEditContext
(TLspEditContext aEditContext) Creates a new context from the given context. -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor.handle
Modifier and TypeMethodDescriptionprotected abstract boolean
ALsp3StepEditHandle.canActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected boolean
ALsp3StepEditHandle.canActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canActivate(AWTEvent, TLspEditContext)
.protected boolean
ALspObjectTranslationHandle.canActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected boolean
ALspObjectTranslationHandle.canActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canActivate(AWTEvent, TLspEditContext)
.protected boolean
ALspOutlineResizeHandle.canActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected boolean
ALspOutlineResizeHandle.canActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canActivate(AWTEvent, TLspEditContext)
.protected boolean
TLspPointTranslationHandle.canActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected boolean
TLspPointTranslationHandle.canActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canActivate(AWTEvent, TLspEditContext)
.protected abstract boolean
ALsp3StepEditHandle.canDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected boolean
ALsp3StepEditHandle.canDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canDeactivate(AWTEvent, TLspEditContext)
.protected boolean
ALspObjectTranslationHandle.canDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected boolean
ALspObjectTranslationHandle.canDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canDeactivate(AWTEvent, TLspEditContext)
.protected boolean
ALspOutlineResizeHandle.canDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected boolean
ALspOutlineResizeHandle.canDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canDeactivate(AWTEvent, TLspEditContext)
.protected boolean
TLspPointTranslationHandle.canDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected boolean
TLspPointTranslationHandle.canDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canDeactivate(AWTEvent, TLspEditContext)
.protected abstract boolean
ALsp3StepEditHandle.canProcess
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected boolean
ALsp3StepEditHandle.canProcess
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canProcess(AWTEvent, TLspEditContext)
.protected boolean
ALspObjectTranslationHandle.canProcess
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected boolean
ALspObjectTranslationHandle.canProcess
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canProcess(AWTEvent, TLspEditContext)
.protected boolean
ALspOutlineResizeHandle.canProcess
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected boolean
ALspOutlineResizeHandle.canProcess
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canProcess(AWTEvent, TLspEditContext)
.protected boolean
TLspPointTranslationHandle.canProcess
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected boolean
TLspPointTranslationHandle.canProcess
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canProcess(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
TLspPointSetHandle.createEditHandleResult
(ILcdPoint aViewPoint, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) Deprecated.protected TLspEditHandleResult
TLspPointSetHandle.createEditHandleResult
(ILcdPoint aViewPoint, AWTEvent aOriginalEvent, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) This method is called when a new point has been calculated correctly.protected TLspEditHandleResult
TLspPointTranslationHandle.createEditHandleResult
(ILcdPoint aViewPoint, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) Creates a new edit handle result for the given view point.protected TLspEditHandleResultFX
TLspPointSetHandle.createEditHandleResultFX
(ILcdPoint aViewPoint, Event aOriginalEvent, Event aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspPointTranslationHandle.createEditHandleResultFX
(ILcdPoint aViewPoint, Event aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) protected abstract ALspEditHandle
ALspDynamicCreateHandle.createNewEditHandle
(AWTEvent aEvent, TLspEditContext aEditContext) This method creates the next handle that should be used by this create handle.protected ALspEditHandle
ALspDynamicCreateHandle.createNewEditHandle
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspDynamicCreateHandle.createNewEditHandle(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspCreateHandle.deactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called right before the handle is deactivatedprotected TLspEditHandleResultFX
ALspCreateHandle.deactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.deactivate(AWTEvent, TLspEditContext)
.ALsp3StepEditHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) Handle the given input event for the given edit context.ALspCreateHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) Processes the given event if this create handle is active.abstract TLspEditHandleResult
ALspEditHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) Handle the given input event for the given edit context.ALspOutlineResizeHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) TLspPointSetHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) Handle the given input event for the given edit context.ALsp3StepEditHandle.handleFXEvent
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.handleAWTEvent(AWTEvent, TLspEditContext)
.ALspCreateHandle.handleFXEvent
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.handleAWTEvent(AWTEvent, TLspEditContext)
.ALspEditHandle.handleFXEvent
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspEditHandle.handleAWTEvent(AWTEvent, TLspEditContext)
.ALspOutlineResizeHandle.handleFXEvent
(Event aEvent, TLspEditContext aEditContext) TLspPointSetHandle.handleFXEvent
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointSetHandle.handleAWTEvent(AWTEvent, TLspEditContext)
.protected abstract boolean
ALspCreateHandle.hasNext
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected boolean
ALspCreateHandle.hasNext
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.hasNext(AWTEvent, TLspEditContext)
.protected boolean
ALspDynamicCreateHandle.hasNext
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected boolean
ALspDynamicCreateHandle.hasNext
(Event aEvent, TLspEditContext aEditContext) protected boolean
TLspStaticCreateHandle.hasNext
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected boolean
TLspStaticCreateHandle.hasNext
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspStaticCreateHandle.hasNext(AWTEvent, TLspEditContext)
.protected boolean
ALspCreateHandle.hasPrevious
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a previous handle used in the creation process, or a currently active handle.protected boolean
ALspCreateHandle.hasPrevious
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.hasPrevious(AWTEvent, TLspEditContext)
.protected boolean
ALspObjectTranslationHandle.isObjectTouched
(int aX, int aY, TLspEditContext aEditContext) Returns whether the edited object is touched.protected boolean
TLspProjectedObjectTranslationHandle.isObjectTouched
(int aX, int aY, TLspEditContext aEditContext) protected boolean
ALspOutlineResizeHandle.isOutlineTouched
(int aX, int aY, TLspEditContext aEditContext) Checks if the outline of the given object is touched, based on the given view coordinates.protected abstract ALspEditHandle
ALspCreateHandle.next
(AWTEvent aEvent, TLspEditContext aEditContext) Makes the next handle the active handle.protected ALspEditHandle
ALspCreateHandle.next
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.next(AWTEvent, TLspEditContext)
.ALspDynamicCreateHandle.next
(AWTEvent aEvent, TLspEditContext aEditContext) Creates a new handle by callingcreateNewEditHandle
, and sets the appropriate properties.ALspDynamicCreateHandle.next
(Event aEvent, TLspEditContext aEditContext) TLspStaticCreateHandle.next
(AWTEvent aEvent, TLspEditContext aEditContext) Makes the next handle the active handle.TLspStaticCreateHandle.next
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspStaticCreateHandle.next(AWTEvent, TLspEditContext)
.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResultFX
ALsp3StepEditHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.onActivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspObjectTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResultFX
ALspObjectTranslationHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.onActivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspOutlineResizeHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResultFX
ALspOutlineResizeHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.onActivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectHeightTranslationHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectTranslationHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResultFX
TLspPointTranslationHandle.onActivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.onActivate(AWTEvent, TLspEditContext)
.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFX
ALsp3StepEditHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.onDeactivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspObjectTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFX
ALspObjectTranslationHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.onDeactivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspOutlineResizeHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFX
ALspOutlineResizeHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.onDeactivate(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectHeightTranslationHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectTranslationHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFX
TLspPointTranslationHandle.onDeactivate
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.onDeactivate(AWTEvent, TLspEditContext)
.protected void
ALspCreateHandle.previous
(AWTEvent aEvent, TLspEditContext aEditContext) Makes the previous handle the current handle.protected void
ALspCreateHandle.previous
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.previous(AWTEvent, TLspEditContext)
.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFX
ALsp3StepEditHandle.process
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.process(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
ALspOutlineResizeHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFX
ALspOutlineResizeHandle.process
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.process(AWTEvent, TLspEditContext)
.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectHeightTranslationHandle.process
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFX
TLspObjectTranslationHandle.process
(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFX
TLspPointTranslationHandle.process
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.process(AWTEvent, TLspEditContext)
.protected abstract boolean
ALspCreateHandle.requestsDeactivation
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the create handle should be deactivated.protected boolean
ALspCreateHandle.requestsDeactivation
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.requestsDeactivation(AWTEvent, TLspEditContext)
.protected boolean
TLspStaticCreateHandle.requestsDeactivation
(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the create handle should be deactivated.protected boolean
TLspStaticCreateHandle.requestsDeactivation
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspStaticCreateHandle.requestsDeactivation(AWTEvent, TLspEditContext)
.boolean
ALspCreateHandle.requestsFocus
(AWTEvent aEvent, TLspEditContext aEditContext) boolean
ALspCreateHandle.requestsFocus
(Event aEvent, TLspEditContext aEditContext) boolean
ALspEditHandle.requestsFocus
(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
ALspEditHandle.requestsFocus
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspEditHandle.requestsFocus(AWTEvent, TLspEditContext)
.boolean
ALspObjectTranslationHandle.requestsFocus
(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
ALspObjectTranslationHandle.requestsFocus
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.requestsFocus(AWTEvent, TLspEditContext)
.boolean
ALspOutlineResizeHandle.requestsFocus
(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
ALspOutlineResizeHandle.requestsFocus
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.requestsFocus(AWTEvent, TLspEditContext)
.boolean
TLspPointTranslationHandle.requestsFocus
(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.boolean
TLspPointTranslationHandle.requestsFocus
(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.requestsFocus(AWTEvent, TLspEditContext)
. -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor.label
Modifier and TypeMethodDescriptionboolean
TLspLabelEditor.canEdit
(TLspEditContext aContext) boolean
ALspLabelEditFilter.canEditLabel
(TLspLabelID aLabel, TLspEditContext aContext) Determines whether or not label can be edited by an editor.boolean
TLspLabelEditor.canPerformOperation
(TLspEditOperation aOperation, TLspEditContext aContext) TLspLabelEditor.edit
(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) TLspLabelEditor.getCreateHandle
(TLspEditContext aContext) TLspLabelEditor.getEditHandles
(TLspEditContext aContext) -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor.snapping
Modifier and TypeMethodDescriptionboolean
ILspSnapper.canSnap
(TLspEditOperation aIncomingOperation, TLspEditContext aContext) Returns true if snapping can be performed on the given incoming operation.ILspSnapper.snap
(TLspEditOperation aIncomingOperation, TLspEditContext aContext) Performs snapping, if possible, based on the incoming edit operation.
createEditHandleResult
, which performs the same work but offers additional context information on the original event used to generate the view point.