Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Opening fast views
Opening fast views [message #463983] Wed, 21 February 2007 10:47
Eclipse UserFriend
Hi there,
I'm developping an eclipse rcp appli and I want some views to be opened as
fast views.
I know the third line in the following code is discouraged for method
org.eclipse.ui.internal.WorkbenchPage.addFastView is part of internal API:

IWorkbenchPage page =
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActi vePage();
IViewReference ref = page.findViewReference(String viewId, String
secondaryId); // page is a
((WorkbenchPage) page).addFastView(ref); //discouraged

So can any body tell me how to programmatically open fast views ?
Thanks in advance.
Emmanuel
Previous Topic:invisible view
Next Topic:How can I get list of Actions contributed by Plugins?
Goto Forum:
  


Current Time: Sun Mar 23 04:35:28 EDT 2025

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

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

Back to the top