|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.preference.FieldEditor
eu.esdihumboldt.hale.ui.util.components.PasswordFieldEditor
public class PasswordFieldEditor
Password field editor that uses ISecurePreferences
When using it be careful to also include the org.eclipse.equinox.security.ui
bundle or add you own secure storage module through the extension point
Field Summary |
---|
Fields inherited from class org.eclipse.jface.preference.FieldEditor |
---|
HORIZONTAL_GAP, IS_VALID, VALUE |
Constructor Summary | |
---|---|
PasswordFieldEditor(String secureNodeName,
String keyName,
String name,
org.eclipse.swt.widgets.Composite fieldEditorParent)
Constructor |
Method Summary | |
---|---|
protected void |
adjustForNumColumns(int numColumns)
|
protected void |
doFillIntoGrid(org.eclipse.swt.widgets.Composite parent,
int numColumns)
|
protected void |
doLoad()
|
protected void |
doLoadDefault()
|
protected void |
doStore()
|
int |
getNumberOfControls()
|
Methods inherited from class org.eclipse.jface.preference.FieldEditor |
---|
applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, fireValueChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPage, getPreferenceName, getPreferencePage, getPreferenceStore, init, isValid, load, loadDefault, presentsDefaultValue, refreshValidState, setButtonLayoutData, setEnabled, setFocus, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPresentsDefaultValue, setPropertyChangeListener, showErrorMessage, showMessage, store |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PasswordFieldEditor(String secureNodeName, String keyName, String name, org.eclipse.swt.widgets.Composite fieldEditorParent)
secureNodeName
- the name of the node in the
ISecurePreferences
keyName
- the name of the key representing the password in that nodename
- the field name (displayed in the label)fieldEditorParent
- the parent compositeMethod Detail |
---|
protected void adjustForNumColumns(int numColumns)
adjustForNumColumns
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.adjustForNumColumns(int)
protected void doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int numColumns)
doFillIntoGrid
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.doFillIntoGrid(Composite, int)
protected void doLoad()
doLoad
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.doLoad()
protected void doLoadDefault()
doLoadDefault
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.doLoadDefault()
protected void doStore()
doStore
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.doStore()
public int getNumberOfControls()
getNumberOfControls
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.getNumberOfControls()
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |