Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » open preferences page from eclipse launch screen
open preferences page from eclipse launch screen [message #329943] Fri, 11 July 2008 04:48 Go to next message
Eclipse UserFriend
Originally posted by: abc.xyz.com

Hi everyone,

I have used eclipse launch framework for GUI.
I have few buttons on screen. On click of one i need to open
preferences page.

Does anyone know how to do this?

Thanks and regards,
Tanvi
Re: open preferences page from eclipse launch screen [message #329965 is a reply to message #329943] Fri, 11 July 2008 14:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

Tanvi wrote:
> Hi everyone,
>
> I have used eclipse launch framework for GUI. I have
> few buttons on screen. On click of one i need to open preferences page.
>
> Does anyone know how to do this?

org.eclipse.ui.dialogs.PreferencesUtil has methods to create a
preferences dialog on a specific preferences page. Don't forget to call
open() on the dialog that you get from those methods.

Hope this helps,
Eric
Re: open preferences page from eclipse launch screen [message #330041 is a reply to message #329965] Mon, 14 July 2008 05:03 Go to previous message
Eclipse UserFriend
Originally posted by: t.t.com

Hi,

it worked.
Thax a lot for the reply.
Previous Topic:Determining if a launch configuration has changed since it was last run?
Next Topic:Using DLL in an Eclipse plugin
Goto Forum:
  


Current Time: Sat Jul 13 19:14:36 GMT 2024

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

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

Back to the top