Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to use ActionFactorY.Backward_History
How to use ActionFactorY.Backward_History [message #437772] Tue, 04 October 2005 19:43
Eclipse UserFriend
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
Previous Topic:Newby RCP Question
Next Topic:Global action in dialog
Goto Forum:
  


Current Time: Thu Dec 05 17:07:05 GMT 2024

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

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

Back to the top