Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Password Field Editor in Preferences Page
Password Field Editor in Preferences Page [message #305438] Tue, 04 July 2006 14: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 18:44 Go to previous messageGo to next message
Nicole Schumacher is currently offline Nicole SchumacherFriend
Messages: 40
Registered: July 2009
Member
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 11: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 15:31 Go to previous message
Sudesh Kumara is currently offline Sudesh KumaraFriend
Messages: 1
Registered: June 2018
Junior Member
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: Fri Apr 19 22:24:40 GMT 2024

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

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

Back to the top