This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34716 - Support for clipboard operations
Summary: Support for clipboard operations
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@projects
URL:
Keywords: API
Depends on:
Blocks: 30962
  Show dependency tree
 
Reported: 2003-07-01 18:26 UTC by Jan Pokorsky
Modified: 2004-04-19 16:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2003-07-01 18:26:51 UTC
Since projects do not intend to build on the
DataSystems any more and provide own File
Manipulation API it would be useful to come up
with a support for clipboard operations. This
support should be able to create the tranfarable
object for a project member (file object) and vice
versa.

Please also consider to provide a look, for each
project member, implementing Look.clipboardCopy
and Look.clipboardCut. In case  the project member
is a folder then Look.getPasteTypes should be
implemented.
Comment 1 Jan Pokorsky 2003-07-04 15:05:06 UTC
Here is the api part:

/cvs/projects/ide/src/org/netbeans/api/projects/ide/Attic/ProjectUtil.java
new revision: 1.1.2.20; previous revision: 1.1.2.19
/cvs/projects/ide/src/org/netbeans/modules/projects/ide/Attic/ProjectMemberTransfer.java
new revision: 1.1.2.1; previous revision: 1.1
Comment 2 Jan Pokorsky 2003-08-05 15:40:01 UTC
And here is the look providing support for copy, cut, drag, rename and
destroy operations.

/cvs/projects/ide/src/org/netbeans/modules/projects/ide/ui/looks/Attic/ProjectMemberLook.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
Comment 3 Jan Becicka 2003-11-25 14:02:44 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 4 Jan Becicka 2003-11-25 14:11:42 UTC
---> CLOSED