Uses of Class
com.luciad.view.lightspeed.editor.operation.TLspEditHandleResult
Package
Description
Defines the concept of edit handles and provides a number of implementations that can be used by
editors
.-
Uses of TLspEditHandleResult in com.luciad.view.lightspeed.editor.handle
Modifier and TypeMethodDescriptionprotected 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 TLspEditHandleResult
ALspCreateHandle.deactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called right before the handle is deactivatedALsp3StepEditHandle.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.abstract TLspEditHandleResult
ALspMultiObjectHandle.handleAWTEvent
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Handle the given input event for the given view.ALspOutlineResizeHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) TLspMultiObjectTranslationHandle.handleAWTEvent
(AWTEvent aEvent, TLspMultiObjectEditContext aEditContext) Handle the given input event for the given view.TLspPointSetHandle.handleAWTEvent
(AWTEvent aEvent, TLspEditContext aEditContext) Handle the given input event for the given edit context.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResult
ALspObjectTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResult
ALspOutlineResizeHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.onActivate
(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivate
has returnedtrue
.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResult
ALspObjectTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResult
ALspOutlineResizeHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.onDeactivate
(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected abstract TLspEditHandleResult
ALsp3StepEditHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResult
ALspOutlineResizeHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResult
TLspObjectHeightTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspObjectTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResult
TLspPointTranslationHandle.process
(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.
createEditHandleResult
, which performs the same work but offers additional context information on the original event used to generate the view point.