Skip to main content



      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 15: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: Sat Jul 05 09:00:21 EDT 2025

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

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

Back to the top