Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Copy resources with their properties
Copy resources with their properties [message #629705] Wed, 29 September 2010 10:24
Mathieu C. is currently offline Mathieu C.Friend
Messages: 1
Registered: September 2010
Junior Member
Hi,

I'm working on a paste handler available in the navigator. I was using the CopyFilesAndFoldersOperation but I want to improve my handler in order to also copy associated properties when the resources are copied. These properties are stored in a project-scoped and I want to keep the do/undo available.

My first idea was to create an AbstractOperation which contains two CopyResourcesOperation (one for resources, one for associated properties) executed one after the other. It works but I would like to get the first CopyResourcesOperation from the CopyFilesAndFoldersOperation but this class is not intended to be subclassed by clients.

Do you see a good way to solve my problem ?

Thanks,
--
Mathieu
Previous Topic:Adding context sensitive help
Next Topic:IMemento: No putLong() / getLong() methods?
Goto Forum:
  


Current Time: Fri Apr 26 11:02:58 GMT 2024

Powered by FUDForum. Page generated in 0.02728 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top