24252627282930
public EOModelClipboardHandler() { _cutAction = new CutAction(); _copyAction = new CopyAction(); _pasteAction = new PasteAction(); _deleteAction = new DeleteAction(); }