Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Sapphire » How to set Property Editor for password field
How to set Property Editor for password field [message #1041158] Sun, 14 April 2013 18:22 Go to next message
Joshua Spaulding is currently offline Joshua SpauldingFriend
Messages: 16
Registered: April 2013
Junior Member
I'm converting over a wizard to Sapphire. I currently have:

       // Administrator password input field
		label = new Label(container, SWT.NULL);
		label.setText("&Administrator Password:");

		adminPasswordText = new Text(container, SWT.BORDER | SWT.PASSWORD);
		gd = new GridData(GridData.FILL_HORIZONTAL);
		adminPasswordText.setLayoutData(gd);


How would I set the property editor for a password field?
Re: How to set Property Editor for password field [message #1041258 is a reply to message #1041158] Sun, 14 April 2013 21:56 Go to previous message
Joshua Spaulding is currently offline Joshua SpauldingFriend
Messages: 16
Registered: April 2013
Junior Member
The @SensitiveData annotation appears to work.
Previous Topic:XMLBinding to an element with an attribute with a fixed value
Next Topic:Survey : How did you first hear about Sapphire?
Goto Forum:
  


Current Time: Thu Apr 25 12:36:32 GMT 2024

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

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

Back to the top