Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Change target of an action to another item
Change target of an action to another item [message #1395712] Mon, 07 July 2014 09:33
Tommaso De Sica is currently offline Tommaso De SicaFriend
Messages: 131
Registered: March 2012
Location: Italy
Senior Member

I've got a tree in a view builded with Common Navigation Framework. I've got a custom item MyTreeEntry that contains an IFolder object.

public class MyTreeEntry implements IWorkbenchAdapter {

   private IFolder iFolder;

[...]
}


I want to see for MyTreeEntry item all menu entries as IFolder (New, Open in new window...) and when an action is invoked, it must act on IFolder contained.

Is it possible and how?
Previous Topic:Problems in different computer
Next Topic:Access view in other perspective.
Goto Forum:
  


Current Time: Thu Apr 25 08:07:58 GMT 2024

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

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

Back to the top