Uses of Class
com.luciad.view.lightspeed.editor.TLspEditContext
Packages that use 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
Methods in com.luciad.view.lightspeed.controller.manipulation with parameters of type TLspEditContextModifier and TypeMethodDescriptionvoidALspCreateControllerModel.canceled(TLspEditContext aEditContext) Called when object creation has been canceled.voidALspCreateControllerModel.finished(TLspEditContext aEditContext) Called when object creation has finished.intALspCreateControllerModel.getMaximumPointCount(TLspEditContext aEditContext) A method that determines the maximum pointcount for a pointlist during creation.intALspCreateControllerModel.getMinimumPointCount(TLspEditContext aEditContext) A method that determines the minimum pointcount for a pointlist during creation. -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor
Methods in com.luciad.view.lightspeed.editor with parameters of type TLspEditContextModifier and TypeMethodDescriptionbooleanALspEditor.canEdit(TLspEditContext aContext) Determines whether or not thegeometry inside the given contextcan be edited by this editor.booleanILspEditor.canEdit(TLspEditContext aContext) Determines whether or not the specified object can be edited by this editor.booleanTLsp2DEditableShapeEditor.canEdit(TLspEditContext aContext) booleanTLsp2DPointListEditor.canEdit(TLspEditContext aContext) booleanTLsp3DArcBandEditor.canEdit(TLspEditContext aContext) booleanTLsp3DPointListEditor.canEdit(TLspEditContext aContext) booleanTLspArcBandEditor.canEdit(TLspEditContext aContext) booleanTLspArcBy3PointsEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcd2DEditableCircularArcBy3Points.booleanTLspArcByBulgeEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcd2DEditableCircularArcByBulge.booleanTLspArcByCenterEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcd2DEditableCircularArcByCenterPoint.booleanTLspArcEditor.canEdit(TLspEditContext aContext) booleanTLspBoundsEditor.canEdit(TLspEditContext aContext) booleanTLspCircleBy3PointsEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcd2DEditableCircleBy3Points.booleanTLspCircleEditor.canEdit(TLspEditContext aContext) booleanTLspComplexPolygonEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcdEditableComplexPolygon.booleanTLspCompositeCurveEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcdEditableCompositeCurve.booleanTLspCompositeEditor.canEdit(TLspEditContext aContext) Returnstrueif one of the editors this composite is composed of can edit the given object.booleanTLspDomeEditor.canEdit(TLspEditContext aContext) booleanTLspEllipseEditor.canEdit(TLspEditContext aContext) booleanTLspExtrudedShapeEditor.canEdit(TLspEditContext aContext) Determines whether or not thegeometry inside the given contextcan be edited by this editor.booleanTLspGeoBufferEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofTLcdLonLatBufferor an instance ofILcd2DEditableGeoBuffer.booleanTLspLonLatHeightBufferEditor.canEdit(TLspEditContext aContext) booleanTLspPointEditor.canEdit(TLspEditContext aContext) booleanTLspShapeListEditor.canEdit(TLspEditContext aContext) Determines whether or not thegeometry inside the given contextcan be edited by this editor.booleanTLspSphereEditor.canEdit(TLspEditContext aContext) booleanTLspSurfaceEditor.canEdit(TLspEditContext aContext) booleanTLspTextEditor.canEdit(TLspEditContext aContext) booleanTLspVariableGeoBufferEditor.canEdit(TLspEditContext aContext) Returnstrueifsuperreturnstrueand the given object is an instance ofILcd2DEditableVariableGeoBuffer.booleanALspEditor.canPerformOperation(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.booleanILspEditor.canPerformOperation(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.booleanTLspCompositeEditor.canPerformOperation(TLspEditOperation aOperation, TLspEditContext aContext) booleanTLspExtrudedShapeEditor.canPerformOperation(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.booleanTLspShapeListEditor.canPerformOperation(TLspEditOperation aOperation, TLspEditContext aContext) Determines whether or not the editor knows how to apply the given edit operation to the supplied geometry.protected ALspEditHandleTLspBoundsEditor.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 ALspEditHandleTLspGeoBufferEditor.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 ALspEditHandleTLspLonLatHeightBufferEditor.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 ALspEditHandleTLspArcByBulgeEditor.createBulgeHandle(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its bulge point.protected ALspEditHandleTLspArcBandEditor.createCenterHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcBy3PointsEditor.createCenterHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcByBulgeEditor.createCenterHandle(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by dragging its center point.protected ALspEditHandleTLspArcByCenterEditor.createCenterHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspArcEditor.createCenterHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given arc by translating its center point.protected ALspEditHandleTLspCircleBy3PointsEditor.createCenterHandle(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandleTLspCircleEditor.createCenterHandle(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given circle by translating its center point.protected ALspEditHandleTLspDomeEditor.createCenterHandle(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given dome in 2D by dragging it.protected ALspEditHandleTLspEllipseEditor.createCenterHandle(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to translate the ellipse by dragging the center point.protected ALspEditHandleTLspSphereEditor.createCenterHandle(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given sphere in 2D by dragging it.protected ALspEditHandleTLspArcByBulgeEditor.createEndHandle(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcByCenterEditor.createEndHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcBy3PointsEditor.createEndPointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspArcEditor.createEndPointHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its end point.protected ALspEditHandleTLspCircleBy3PointsEditor.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 ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspPointEditor.createHeightHandle(ILcd3DEditablePoint aPoint, TLspEditContext aContext) Creates a handle to modify the point's height.protected ALspEditHandleTLsp3DArcBandEditor.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 ALspEditHandleTLspBoundsEditor.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 ALspEditHandleTLspDomeEditor.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 ALspEditHandleTLspSphereEditor.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 ALspEditHandleTLsp3DArcBandEditor.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 ALspEditHandleTLsp3DArcBandEditor.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 ALspEditHandleTLsp2DPointListEditor.createInsertPointHandle(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to insert points into the given point list.protected ALspEditHandleTLsp3DPointListEditor.createInsertPointHandle(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to insert points into the given point list.protected ALspEditHandleTLspArcBy3PointsEditor.createIntermediatePointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating an intermediate point.protected ALspEditHandleTLspPointEditor.createLocationHandle(ILcd2DEditablePoint aPoint, TLspEditContext aContext) Creates a handle to modify the point's location.protected ALspEditHandleTLsp3DArcBandEditor.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 ALspEditHandleTLsp3DArcBandEditor.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 ALspEditHandleTLspArcEditor.createMajorAxisHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the major axis of the given arc.protected ALspEditHandleTLspEllipseEditor.createMajorAxisHandle(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the major axis of the ellipse.protected ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspBoundsEditor.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 ALspEditHandleTLspArcBandEditor.createMaxRadiusEndCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_END_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createMaxRadiusHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the max radius property of the arc band.protected ALspEditHandleTLspArcBandEditor.createMaxRadiusStartCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMAX_RADIUS_START_CORNERpoint.protected ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspBoundsEditor.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 ALspEditHandleTLspArcEditor.createMinorAxisHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the minor axis of the given arc.protected ALspEditHandleTLspEllipseEditor.createMinorAxisHandle(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows to change the minor axis of the ellipse.protected ALspEditHandleTLspArcBandEditor.createMinRadiusEndCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_END_CORNERpoint.protected ALspEditHandleTLspArcBandEditor.createMinRadiusHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allow the user to edit the min radius property of the arc band.protected ALspEditHandleTLspArcBandEditor.createMinRadiusStartCornerHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to edit the arc band by translating itsMIN_RADIUS_START_CORNERpoint.protected ALspEditHandleTLsp2DEditableShapeEditor.createObjectTranslationHandle(ILcd2DEditableShape aShape, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLsp2DPointListEditor.createObjectTranslationHandle(ILcd2DEditablePointList aPointList, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLsp3DArcBandEditor.createObjectTranslationHandle(ILcd3DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLsp3DPointListEditor.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 ALspEditHandleTLspArcBandEditor.createObjectTranslationHandle(ILcd2DEditableArcBand aArcBand, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcBy3PointsEditor.createObjectTranslationHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcByBulgeEditor.createObjectTranslationHandle(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcByCenterEditor.createObjectTranslationHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspArcEditor.createObjectTranslationHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspBoundsEditor.createObjectTranslationHandle(ILcd2DEditableBounds aBounds, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspCircleBy3PointsEditor.createObjectTranslationHandle(ILcd2DEditableCircleBy3Points aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspCircleEditor.createObjectTranslationHandle(ILcd2DEditableCircle aCircle, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspComplexPolygonEditor.createObjectTranslationHandle(ILcdComplexPolygon aComplexPolygon, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspCompositeCurveEditor.createObjectTranslationHandle(ILcdEditableCompositeCurve aCurve, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspDomeEditor.createObjectTranslationHandle(ILcd3DEditableDome aDome, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspEllipseEditor.createObjectTranslationHandle(ILcd2DEditableEllipse aEllipse, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspSphereEditor.createObjectTranslationHandle(ILcd3DEditableSphere aSphere, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspSurfaceEditor.createObjectTranslationHandle(ILcdEditableSurface aSurface, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspTextEditor.createObjectTranslationHandle(ILcd2DEditableText aText, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.protected ALspEditHandleTLspVariableGeoBufferEditor.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 ALspEditHandleTLspVariableGeoBufferEditor.createOutlineWidthHandle(ILcdVariableGeoBuffer aBuffer, TLspEditContext aContext) Creates a handle to edit the width of all points of the buffer.protected ALspEditHandleTLsp2DPointListEditor.createPointHandle(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates an edit handle for the point with indexaIndexof the given point list.protected ALspEditHandleTLspVariableGeoBufferEditor.createPointHeightAboveHandle(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height above property of a point of the buffer.protected ALspEditHandleTLspVariableGeoBufferEditor.createPointHeightBelowHandle(ILcdVariableGeoBuffer aBuffer, int aPointIndex, TLspEditContext aContext) Creates a handle to edit the height below property of a point of the buffer.protected ALspEditHandleTLsp3DPointListEditor.createPointHeightTranslationHandle(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point height handle.protected ALspEditHandleTLsp3DPointListEditor.createPointPositionHandle(ILcd3DEditablePointList aPointList, int aPointIndex, TLspEditContext aContext) Creates a point position handle.protected ALspEditHandleTLspVariableGeoBufferEditor.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 ALspEditHandleTLspExtrudedShapeEditor.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 ALspEditHandleTLspCircleEditor.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 ALspEditHandleTLspDomeEditor.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 ALspEditHandleTLspSphereEditor.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 ALspEditHandleTLsp2DPointListEditor.createRemovePointHandle(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates a point removal handle for the point with indexaIndexof the given point list.protected ALspEditHandleTLsp3DPointListEditor.createRemovePointHandle(ILcd2DEditablePointList aPointList, int aIndex, TLspEditContext aContext) Creates a point removal handle for the point with indexaIndexof the given point list.protected ALspEditHandleTLspCircleBy3PointsEditor.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 ALspEditHandleTLspArcByBulgeEditor.createStartHandle(ILcd2DEditableCircularArcByBulge aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandleTLspArcByCenterEditor.createStartHandle(ILcd2DEditableCircularArcByCenterPoint aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandleTLspArcBy3PointsEditor.createStartPointHandle(ILcd2DEditableCircularArcBy3Points aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandleTLspArcEditor.createStartPointHandle(ILcd2DEditableArc aArc, TLspEditContext aContext) Creates an edit handle that allows the user to edit the given arc by translating its start point.protected ALspEditHandleTLspCircleBy3PointsEditor.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 TLspEditOperationResultALspEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLsp2DEditableShapeEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLsp2DPointListEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.TLsp3DArcBandEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLsp3DPointListEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.TLspArcBandEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspArcBy3PointsEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspArcByBulgeEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspArcByCenterEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspArcEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspBoundsEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspCircleBy3PointsEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspCircleEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspComplexPolygonEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspCompositeCurveEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspDomeEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspEllipseEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspExtrudedShapeEditor.editImpl(TLspEditOperation aEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspGeoBufferEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspLonLatHeightBufferEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspPointEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspShapeListEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspSphereEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspSurfaceEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspTextEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod to edit the given object based on the givenedit operation.protected TLspEditOperationResultTLspVariableGeoBufferEditor.editImpl(TLspEditOperation aOperation, ELspInteractionStatus aInteractionStatus, TLspEditContext aContext) Called by theeditmethod 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.Constructors in com.luciad.view.lightspeed.editor with parameters of type TLspEditContextModifierConstructorDescriptionTLspEditContext(TLspEditContext aEditContext) Creates a new context from the given context. -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor.handle
Methods in com.luciad.view.lightspeed.editor.handle with parameters of type TLspEditContextModifier and TypeMethodDescriptionprotected abstract booleanALsp3StepEditHandle.canActivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected booleanALsp3StepEditHandle.canActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canActivate(AWTEvent, TLspEditContext).protected booleanALspObjectTranslationHandle.canActivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected booleanALspObjectTranslationHandle.canActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canActivate(AWTEvent, TLspEditContext).protected booleanALspOutlineResizeHandle.canActivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected booleanALspOutlineResizeHandle.canActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canActivate(AWTEvent, TLspEditContext).protected booleanTLspPointTranslationHandle.canActivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be activated.protected booleanTLspPointTranslationHandle.canActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canActivate(AWTEvent, TLspEditContext).protected abstract booleanALsp3StepEditHandle.canDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected booleanALsp3StepEditHandle.canDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canDeactivate(AWTEvent, TLspEditContext).protected booleanALspObjectTranslationHandle.canDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected booleanALspObjectTranslationHandle.canDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canDeactivate(AWTEvent, TLspEditContext).protected booleanALspOutlineResizeHandle.canDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected booleanALspOutlineResizeHandle.canDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canDeactivate(AWTEvent, TLspEditContext).protected booleanTLspPointTranslationHandle.canDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the handle can be deactivated.protected booleanTLspPointTranslationHandle.canDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canDeactivate(AWTEvent, TLspEditContext).protected abstract booleanALsp3StepEditHandle.canProcess(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected booleanALsp3StepEditHandle.canProcess(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.canProcess(AWTEvent, TLspEditContext).protected booleanALspObjectTranslationHandle.canProcess(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected booleanALspObjectTranslationHandle.canProcess(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.canProcess(AWTEvent, TLspEditContext).protected booleanALspOutlineResizeHandle.canProcess(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected booleanALspOutlineResizeHandle.canProcess(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.canProcess(AWTEvent, TLspEditContext).protected booleanTLspPointTranslationHandle.canProcess(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the given event should be processed.protected booleanTLspPointTranslationHandle.canProcess(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.canProcess(AWTEvent, TLspEditContext).protected TLspEditHandleResultTLspPointSetHandle.createEditHandleResult(ILcdPoint aViewPoint, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) Deprecated.protected TLspEditHandleResultTLspPointSetHandle.createEditHandleResult(ILcdPoint aViewPoint, AWTEvent aOriginalEvent, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) This method is called when a new point has been calculated correctly.protected TLspEditHandleResultTLspPointTranslationHandle.createEditHandleResult(ILcdPoint aViewPoint, AWTEvent aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) Creates a new edit handle result for the given view point.protected TLspEditHandleResultFXTLspPointSetHandle.createEditHandleResultFX(ILcdPoint aViewPoint, Event aOriginalEvent, Event aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspPointTranslationHandle.createEditHandleResultFX(ILcdPoint aViewPoint, Event aProcessedEvent, ELspInteractionStatus aInteractionStatus, TLspEditContext aEditContext) protected abstract ALspEditHandleALspDynamicCreateHandle.createNewEditHandle(AWTEvent aEvent, TLspEditContext aEditContext) This method creates the next handle that should be used by this create handle.protected ALspEditHandleALspDynamicCreateHandle.createNewEditHandle(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspDynamicCreateHandle.createNewEditHandle(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspCreateHandle.deactivate(AWTEvent aEvent, TLspEditContext aEditContext) Called right before the handle is deactivatedprotected TLspEditHandleResultFXALspCreateHandle.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 TLspEditHandleResultALspEditHandle.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 booleanALspCreateHandle.hasNext(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected booleanALspCreateHandle.hasNext(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.hasNext(AWTEvent, TLspEditContext).protected booleanALspDynamicCreateHandle.hasNext(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected booleanALspDynamicCreateHandle.hasNext(Event aEvent, TLspEditContext aEditContext) protected booleanTLspStaticCreateHandle.hasNext(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a next handle to be used in the creation process.protected booleanTLspStaticCreateHandle.hasNext(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspStaticCreateHandle.hasNext(AWTEvent, TLspEditContext).protected booleanALspCreateHandle.hasPrevious(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether there is a previous handle used in the creation process, or a currently active handle.protected booleanALspCreateHandle.hasPrevious(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.hasPrevious(AWTEvent, TLspEditContext).protected booleanALspObjectTranslationHandle.isObjectTouched(int aX, int aY, TLspEditContext aEditContext) Returns whether the edited object is touched.protected booleanTLspProjectedObjectTranslationHandle.isObjectTouched(int aX, int aY, TLspEditContext aEditContext) protected booleanALspOutlineResizeHandle.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 ALspEditHandleALspCreateHandle.next(AWTEvent aEvent, TLspEditContext aEditContext) Makes the next handle the active handle.protected ALspEditHandleALspCreateHandle.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 TLspEditHandleResultALsp3StepEditHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultFXALsp3StepEditHandle.onActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.onActivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspObjectTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultFXALspObjectTranslationHandle.onActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.onActivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspOutlineResizeHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultFXALspOutlineResizeHandle.onActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.onActivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultTLspObjectHeightTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectHeightTranslationHandle.onActivate(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectTranslationHandle.onActivate(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultFXTLspPointTranslationHandle.onActivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.onActivate(AWTEvent, TLspEditContext).protected abstract TLspEditHandleResultALsp3StepEditHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFXALsp3StepEditHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.onDeactivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspObjectTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFXALspObjectTranslationHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.onDeactivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspOutlineResizeHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFXALspOutlineResizeHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.onDeactivate(AWTEvent, TLspEditContext).protected TLspEditHandleResultTLspObjectHeightTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectHeightTranslationHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectTranslationHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultFXTLspPointTranslationHandle.onDeactivate(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.onDeactivate(AWTEvent, TLspEditContext).protected voidALspCreateHandle.previous(AWTEvent aEvent, TLspEditContext aEditContext) Makes the previous handle the current handle.protected voidALspCreateHandle.previous(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.previous(AWTEvent, TLspEditContext).protected abstract TLspEditHandleResultALsp3StepEditHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFXALsp3StepEditHandle.process(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALsp3StepEditHandle.process(AWTEvent, TLspEditContext).protected TLspEditHandleResultALspOutlineResizeHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFXALspOutlineResizeHandle.process(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.process(AWTEvent, TLspEditContext).protected TLspEditHandleResultTLspObjectHeightTranslationHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectHeightTranslationHandle.process(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultFXTLspObjectTranslationHandle.process(Event aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultFXTLspPointTranslationHandle.process(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.process(AWTEvent, TLspEditContext).protected abstract booleanALspCreateHandle.requestsDeactivation(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the create handle should be deactivated.protected booleanALspCreateHandle.requestsDeactivation(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspCreateHandle.requestsDeactivation(AWTEvent, TLspEditContext).protected booleanTLspStaticCreateHandle.requestsDeactivation(AWTEvent aEvent, TLspEditContext aEditContext) Checks whether the create handle should be deactivated.protected booleanTLspStaticCreateHandle.requestsDeactivation(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspStaticCreateHandle.requestsDeactivation(AWTEvent, TLspEditContext).booleanALspCreateHandle.requestsFocus(AWTEvent aEvent, TLspEditContext aEditContext) booleanALspCreateHandle.requestsFocus(Event aEvent, TLspEditContext aEditContext) booleanALspEditHandle.requestsFocus(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanALspEditHandle.requestsFocus(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspEditHandle.requestsFocus(AWTEvent, TLspEditContext).booleanALspObjectTranslationHandle.requestsFocus(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanALspObjectTranslationHandle.requestsFocus(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspObjectTranslationHandle.requestsFocus(AWTEvent, TLspEditContext).booleanALspOutlineResizeHandle.requestsFocus(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanALspOutlineResizeHandle.requestsFocus(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofALspOutlineResizeHandle.requestsFocus(AWTEvent, TLspEditContext).booleanTLspPointTranslationHandle.requestsFocus(AWTEvent aEvent, TLspEditContext aEditContext) Indicates whether this handle requests focus for the given event.booleanTLspPointTranslationHandle.requestsFocus(Event aEvent, TLspEditContext aEditContext) JavaFX equivalent ofTLspPointTranslationHandle.requestsFocus(AWTEvent, TLspEditContext). -
Uses of TLspEditContext in com.luciad.view.lightspeed.editor.label
Methods in com.luciad.view.lightspeed.editor.label with parameters of type TLspEditContextModifier and TypeMethodDescriptionbooleanTLspLabelEditor.canEdit(TLspEditContext aContext) booleanALspLabelEditFilter.canEditLabel(TLspLabelID aLabel, TLspEditContext aContext) Determines whether or not label can be edited by an editor.booleanTLspLabelEditor.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
Methods in com.luciad.view.lightspeed.editor.snapping with parameters of type TLspEditContextModifier and TypeMethodDescriptionbooleanILspSnapper.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.