Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Is it possible to change title of PreferenceDialog ?
Is it possible to change title of PreferenceDialog ? [message #452259] Wed, 16 March 2005 01:09 Go to next message
Eclipse UserFriend
Thanks in advance,


Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452265 is a reply to message #452259] Wed, 16 March 2005 08:24 Go to previous messageGo to next message
Eclipse UserFriend
Setya wrote:

> Thanks in advance,


> Setya

Anybody ?

If it's not possible I'm afraid I have to implement dialog that fulfill my
needs from scratch.


Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452268 is a reply to message #452265] Wed, 16 March 2005 09:01 Go to previous messageGo to next message
Eclipse UserFriend
You will probably get a better response to this question in the
eclipse.platform newsgroup:

news://news.eclipse.org/eclipse.platform

"Setya" <jsetya@yahoo.com> wrote in message
news:d19c1u$c2m$1@www.eclipse.org...
> Setya wrote:
>
>> Thanks in advance,
>
>
>> Setya
>
> Anybody ?
>
> If it's not possible I'm afraid I have to implement dialog that fulfill my
> needs from scratch.
>
>
> Setya
>
Re: Is it possible to change title of PreferenceDialog ? [message #452279 is a reply to message #452259] Wed, 16 March 2005 14:44 Go to previous messageGo to next message
Eclipse UserFriend
Try PreferenceDialog.getShell().setText(yourTitle)
--

Setya wrote:
> Thanks in advance,
>
>
> Setya
>
Re: Is it possible to change title of PreferenceDialog ? [message #452290 is a reply to message #452268] Wed, 16 March 2005 21:18 Go to previous messageGo to next message
Eclipse UserFriend
Veronika Irvine wrote:

> You will probably get a better response to this question in the
> eclipse.platform newsgroup:

> news://news.eclipse.org/eclipse.platform

> "Setya" <jsetya@yahoo.com> wrote in message
> news:d19c1u$c2m$1@www.eclipse.org...
>> Setya wrote:
>>
>>> Thanks in advance,
>>
>>
>>> Setya
>>
>> Anybody ?
>>
>> If it's not possible I'm afraid I have to implement dialog that fulfill my
>> needs from scratch.
>>
>>
>> Setya
>>

Veronika,

Thanks a lot for the link, since PreferenceDialog is part of SWT/JFace I
intuitively post to this newsgroup.

Regards,

Setya
Re: Is it possible to change title of PreferenceDialog ? [message #452291 is a reply to message #452279] Wed, 16 March 2005 21:22 Go to previous message
Eclipse UserFriend
John Arthorne wrote:

> Try PreferenceDialog.getShell().setText(yourTitle)
> --

> Setya wrote:
>> Thanks in advance,
>>
>>
>> Setya
>>

Thank a lot for the response,

Yes, your suggestion works, actually I've tried this before but the call
PreferenceDialog.getShell() always returns null and that's because I
called it before I call PreferencesDialog.create(). If I call it after
calling PreferenceDialog.create(), it works like a charm.

My mistake ..., again thanks a lot.

Regards,


Setya
Previous Topic:Field editors in org.eclipse.jface.preference
Next Topic:Fast way to delete TreeItems?
Goto Forum:
  


Current Time: Mon Jul 14 09:03:31 EDT 2025

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

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

Back to the top