public class CopyDetailsToClipboardHandler
extends java.lang.Object
| Constructor and Description |
|---|
CopyDetailsToClipboardHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute(ParsedAnyData[] parsedAnyData) |
void |
execute(ParsedAnyData[] parsedAnyData)
Receives the selection from the event detail part.
|
public boolean canExecute(ParsedAnyData[] parsedAnyData) throws ExecutionException
ExecutionExceptionpublic void execute(ParsedAnyData[] parsedAnyData) throws ExecutionException
It may be my lack of understanding of good Eclipse 4 RCP practices that I wish I could handle the mouse menu action locally in the event detail part, instead of sending the data via selection service to separate handler. Perhaps to be refactored once this becomes clearer.
ExecutionException