Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » public alternative for getShowViewActionIds method in Eclipse 3.2
public alternative for getShowViewActionIds method in Eclipse 3.2 [message #465836] Tue, 10 April 2007 06:23 Go to next message
Rajesh Adukkadukkath is currently offline Rajesh AdukkadukkathFriend
Messages: 24
Registered: July 2009
Junior Member
I have the following piece of code in my program to the get the view
action Ids as below running in Eclipse 3.0.

// get visible view actions
List viewIds = ((WorkbenchPage) page).getShowViewActionIds();

But when I ported the code to Eclipse 3.2 platform it didn't work because
the method "getShowViewActionIds" does not exists any more in the same
class in the new platform.

Do we have a public API to get the same set of information from the
workbench. Please help.
Re: public alternative for getShowViewActionIds method in Eclipse 3.2 [message #466291 is a reply to message #465836] Tue, 17 April 2007 13:43 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Is it IWorkbenchPage#getShowViewShortcuts()?
PW


Previous Topic:PageBook view
Next Topic:Access restriction occured when using "org.eclipse.ui.ide"
Goto Forum:
  


Current Time: Tue Apr 23 17:47:05 GMT 2024

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

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

Back to the top