Class TLspEditHandleResult
java.lang.Object
com.luciad.view.lightspeed.editor.operation.ALspEditHandleResult<AWTEvent>
com.luciad.view.lightspeed.editor.operation.TLspEditHandleResult
Implementation of
ALspEditHandleResult
for java.awt.AWTEvent
.- Since:
- 2012.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTLspEditHandleResult
(TLspEditOperation aEditOperation, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResult
with the givenTLspEditOperation
and event.TLspEditHandleResult
(Collection<TLspEditOperation> aEditOperations, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResult
with the givenTLspEditOperation
objects and event.TLspEditHandleResult
(EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResult
withoutTLspEditOperation
and the given event and interaction status. -
Method Summary
Modifier and TypeMethodDescriptionfinal AWTEvent
Returns the partially consumed interaction event ornull
when the incoming event was used completely.Methods inherited from class com.luciad.view.lightspeed.editor.operation.ALspEditHandleResult
getEditOperations, getInteractionStatus, toString
-
Constructor Details
-
TLspEditHandleResult
Creates a newTLspEditHandleResult
withoutTLspEditOperation
and the given event and interaction status.- Parameters:
aProcessedEvent
- an eventaInteractionStatus
- the interaction status of this operation.
-
TLspEditHandleResult
public TLspEditHandleResult(TLspEditOperation aEditOperation, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResult
with the givenTLspEditOperation
and event.- Parameters:
aEditOperation
- an edit operationaProcessedEvent
- an eventaInteractionStatus
- the interaction status of this operation.
-
TLspEditHandleResult
public TLspEditHandleResult(Collection<TLspEditOperation> aEditOperations, EventObject aProcessedEvent, ELspInteractionStatus aInteractionStatus) Creates a newTLspEditHandleResult
with the givenTLspEditOperation
objects and event.- Parameters:
aEditOperations
- a collection of edit operationsaProcessedEvent
- an eventaInteractionStatus
- the interaction status of this operation.
-
-
Method Details
-
getProcessedEvent
Description copied from class:ALspEditHandleResult
Returns the partially consumed interaction event ornull
when the incoming event was used completely.- Specified by:
getProcessedEvent
in classALspEditHandleResult<AWTEvent>
- Returns:
- the partially consumed interaction event or
null
when the incoming event was used completely.
-