Skip to main content



      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 14:22 Go to next message
Eclipse UserFriend
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 17:56 Go to previous message
Eclipse UserFriend
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: Fri May 16 05:10:52 EDT 2025

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

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

Back to the top