You'll find the keys in the messages.properties file in the
"org.eclipse.jface" package in the org.eclipse.jface bundle.
remsy
Christoph Höger wrote:
> Hi,
>
> in some code you can see things like
>
> button.setText(JFaceResources.getString("openChange"));
>
> which looks like a very good idea to me (having common button labels
> makes the ui better).
>
> But I cannot find any list of keys that are set up by default. Is there
> even such a list or is it a side-effect that the above snippet works?
>
> regards
>
> Christoph
Am 30.07.2009 14:43, schrieb Remo Loetscher:
> Hi Christoph,
>
> You'll find the keys in the messages.properties file in the
> "org.eclipse.jface" package in the org.eclipse.jface bundle.
>
> remsy
>
> Christoph Höger wrote:
>> Hi,
>>
>> in some code you can see things like
>>
>> button.setText(JFaceResources.getString("openChange"));
>>
>> which looks like a very good idea to me (having common button labels
>> makes the ui better).
>>
>> But I cannot find any list of keys that are set up by default. Is
>> there even such a list or is it a side-effect that the above snippet
>> works?
>>
>> regards
>>
>> Christoph