Uses of Class
com.luciad.view.lightspeed.editor.operation.TLspEditHandleResult
Packages that use 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
Methods in com.luciad.view.lightspeed.editor.handle that return TLspEditHandleResultModifier and TypeMethodDescriptionprotected 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 TLspEditHandleResultALspCreateHandle.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 TLspEditHandleResultALspEditHandle.handleAWTEvent(AWTEvent aEvent, TLspEditContext aEditContext) Handle the given input event for the given edit context.abstract TLspEditHandleResultALspMultiObjectHandle.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 TLspEditHandleResultALsp3StepEditHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultALspObjectTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultALspOutlineResizeHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected TLspEditHandleResultTLspObjectHeightTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.onActivate(AWTEvent aEvent, TLspEditContext aEditContext) Called when this handle is activated (aftercanActivatehas returnedtrue.protected abstract TLspEditHandleResultALsp3StepEditHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultALspObjectTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultALspOutlineResizeHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected TLspEditHandleResultTLspObjectHeightTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.onDeactivate(AWTEvent aEvent, TLspEditContext aEditContext) Performs some action with the event after the handle is deactivated.protected abstract TLspEditHandleResultALsp3StepEditHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultALspOutlineResizeHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) Process the given event.protected TLspEditHandleResultTLspObjectHeightTranslationHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspObjectTranslationHandle.process(AWTEvent aEvent, TLspEditContext aEditContext) protected TLspEditHandleResultTLspPointTranslationHandle.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.