Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Reusing workspace selection dialog in RCP application
Reusing workspace selection dialog in RCP application [message #885773] Wed, 13 June 2012 15:06
Cedric Moonen is currently offline Cedric MoonenFriend
Messages: 274
Registered: August 2009
Senior Member
Hello,

I'm writing an RCP application that has a workspace concept. It is different than what you have in Eclipse but I would like to have the same behavior at startup: display the workspace selection dialog to the user (with the ability to view recent workspace and so on).

Is there a way to only reuse that selection dialog and leave the workspace management to my application (passing the path that was selected to my own application code) ? I guess this dialog returns a path to the selected workspace.

I looked in the code of Eclipse but it seems that the ChooseWorkspaceDialog is in the org.eclipse.ui.ide.internal plug-in...

My RCP application only depends on the following plugins:
- org.eclipse.ui
- org.eclipse.core.runtime

Of course I could rewrite the code of a selection dialog but this is a bit silly since it already exist Rolling Eyes

Thanks for any suggestion.
Previous Topic:<iterate> using multiple results
Next Topic:Different splash screens
Goto Forum:
  


Current Time: Thu Apr 25 00:13:12 GMT 2024

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

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

Back to the top