Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Password Field Editor in Preferences Page
Password Field Editor in Preferences Page [message #305438] Tue, 04 July 2006 10:47 Go to next message
Eclipse UserFriend
Originally posted by: riad.djemili.gmail.com

Hello,

I've added a preferences page. There the user should be able to enter
his user name and password. For the password I need some special text
input box, where the characters are replaced by asterisks. So far I've
only found the StringFieldEditor which takes normal text.

Does anybody if there is an editor for this purpose?

Thanks in advance,
Riad Djemili
Re: Password Field Editor in Preferences Page [message #305446 is a reply to message #305438] Tue, 04 July 2006 14:44 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

try the setEchoChar method of the textbox: text.setEchoChar('*');

nicole
Re: Password Field Editor in Preferences Page [message #305567 is a reply to message #305446] Thu, 06 July 2006 07:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: riad.djemili.gmail.com

Works like a charm!

Thanks Nicole.

Nicole Schumacher schrieb:
> Hi,
>
> try the setEchoChar method of the textbox: text.setEchoChar('*');
>
> nicole
Re: Password Field Editor in Preferences Page [message #1790258 is a reply to message #305446] Thu, 07 June 2018 11:31 Go to previous message
Eclipse UserFriend
Thanks Dude You Saved My Day...! :D
Previous Topic:how to modify a cell in TableView (CellEditor) ?
Next Topic:Eclipce Indigo 3.7 Not Active Text and Link Text Color
Goto Forum:
  


Current Time: Mon Jul 07 08:26:47 EDT 2025

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

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

Back to the top