How to use ActionFactorY.Backward_History [message #437772] |
Tue, 04 October 2005 15:43 |
Eclipse User |
|
|
|
Originally posted by: balasubramani.balaiah.ge.com
I have a tree view when user clicks on the node of the tree, corresponding
view opens up on the right side. I would like to use
ActionFactorY.Backward_History to keep track of the nodes(in turn views)
visited by the user. The following code is not working
private ActionFactory.IWorkbenchAction backwardHistoryAction;
backwardHistoryAction
= ActionFactory.BACKWARD_HISTORY.create(window);
MenuManager helpMenu = new MenuManager("&Help",
"Help");
helpMenu.add(backwardHistoryAction);
Your help is greatly appreciated in resolving this issue.
Thanks in advance
|
|
|
Powered by
FUDForum. Page generated in 0.20731 seconds