Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Tree/TreeViewer Cut/Copy/Paste
Tree/TreeViewer Cut/Copy/Paste [message #437396] Thu, 03 June 2004 17:28 Go to next message
Eclipse UserFriend
Originally posted by: jackie88x.yahoo.com

Does SWT Tree or JFace Treeviewer has in-built functionality to do
cut/copy/paste.

Or is having the right click context menu and implementing those actions
ourself is standard way for now ?

Jackie
Re: Tree/TreeViewer Cut/Copy/Paste [message #437418 is a reply to message #437396] Fri, 04 June 2004 06:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cburleso.us.ibm.com

You have to register an action to the context menu. Then use the dnd
pacakge to handle your drag-and-drop and cut,copy,paste transfers off the
actions.
Re: Tree/TreeViewer Cut/Copy/Paste [message #437485 is a reply to message #437418] Fri, 04 June 2004 17:26 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Jackie88x.yahoo.com

I should have mentioned that this is not a view or perspective in Eclipse.
This is standard SWT window application.
Re: Tree/TreeViewer Cut/Copy/Paste [message #437488 is a reply to message #437485] Fri, 04 June 2004 20:24 Go to previous message
Veronika Irvine is currently offline Veronika IrvineFriend
Messages: 1272
Registered: July 2009
Senior Member
Then you have to use the SWT Clipboard class.

"Jackie" <Jackie88x@yahoo.com> wrote in message
news:c9qbck$vd8$1@eclipse.org...
> I should have mentioned that this is not a view or perspective in Eclipse.
> This is standard SWT window application.
>
>
Previous Topic:How to check if Tray is available
Next Topic:Wizard Second Page Not Displaying
Goto Forum:
  


Current Time: Thu Apr 25 19:23:48 GMT 2024

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

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

Back to the top