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 104281 - Enhance NodeModel with rename and copy/paste functionality
Summary: Enhance NodeModel with rename and copy/paste functionality
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: API, API_REVIEW_FAST
Depends on:
Blocks: 37757 82618
  Show dependency tree
 
Reported: 2007-05-18 15:09 UTC by Martin Entlicher
Modified: 2010-04-29 09:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The proposed API change (39.67 KB, text/plain)
2007-05-25 16:28 UTC, Martin Entlicher
Details
New API class ExtendedNodeModel (4.85 KB, text/plain)
2007-05-25 16:29 UTC, Martin Entlicher
Details
New API class ExtendedNodeModelFilter (5.09 KB, text/plain)
2007-05-25 16:29 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2007-05-18 15:09:59 UTC
This would be very handy e.g. for Watches view.
Comment 1 Martin Entlicher 2007-05-21 17:13:57 UTC
We will not add support for DnD into the API yet - we can not implement due to
issue #29031.

Therefore changing the summary, we will add just a support for rename,
cut/copy/paste and setIconBaseWithExtension (see issue #82618).
Comment 2 Martin Entlicher 2007-05-25 16:28:00 UTC
Created attachment 42797 [details]
The proposed API change
Comment 3 Martin Entlicher 2007-05-25 16:29:01 UTC
Created attachment 42798 [details]
New API class ExtendedNodeModel
Comment 4 Martin Entlicher 2007-05-25 16:29:37 UTC
Created attachment 42799 [details]
New API class ExtendedNodeModelFilter
Comment 5 Martin Entlicher 2007-05-25 16:30:35 UTC
Please review...
Comment 6 Martin Entlicher 2007-06-06 09:48:28 UTC
Thanks for the review.
Comment 7 Martin Entlicher 2007-06-06 21:32:34 UTC
The change is committed into trunk:

/shared/data/ccvs/repository/debuggercore/viewmodel/apichanges.xml,v  <-- 
apichanges.xml
new revision: 1.18; previous revision: 1.17

/shared/data/ccvs/repository/debuggercore/viewmodel/manifest.mf,v  <--  manifest.mf
new revision: 1.18; previous revision: 1.17

/shared/data/ccvs/repository/debuggercore/viewmodel/nbproject/project.properties,v
 <--  project.properties
new revision: 1.8; previous revision: 1.7

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/modules/viewmodel/TreeModelNode.java,v
 <--  TreeModelNode.java
new revision: 1.52; previous revision: 1.51

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/modules/viewmodel/TreeTable.java,v
 <--  TreeTable.java
new revision: 1.28; previous revision: 1.27

RCS file:
/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/ExtendedNodeModel.java,v

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/ExtendedNodeModel.java,v
 <--  ExtendedNodeModel.java
initial revision: 1.1

RCS file:
/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/ExtendedNodeModelFilter.java,v

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/ExtendedNodeModelFilter.java,v
 <--  ExtendedNodeModelFilter.java
initial revision: 1.1

/shared/data/ccvs/repository/debuggercore/viewmodel/src/org/netbeans/spi/viewmodel/Models.java,v
 <--  Models.java
new revision: 1.31; previous revision: 1.30
Comment 8 Quality Engineering 2010-04-29 09:33:17 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.