Class EditorPassword
- java.lang.Object
-
- de.fraunhofer.iosb.ilt.configurable.editor.EditorDefault<String>
-
- de.fraunhofer.iosb.ilt.configurable.editor.EditorString
-
- de.fraunhofer.iosb.ilt.configurable.editor.EditorPassword
-
- All Implemented Interfaces:
ConfigEditor<String>
public class EditorPassword extends EditorString
A single-line text editor that hides the content that is typed into it. The content is still added to the JSON as plain text.- Author:
- Hylke van der Schaaf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEditorPassword.EdOptsPassword-
Nested classes/interfaces inherited from class de.fraunhofer.iosb.ilt.configurable.editor.EditorString
EditorString.EdOptsString
-
-
Field Summary
-
Fields inherited from interface de.fraunhofer.iosb.ilt.configurable.ConfigEditor
DEFAULT_PROFILE_NAME
-
-
Constructor Summary
Constructors Constructor Description EditorPassword()EditorPassword(String deflt)EditorPassword(String deflt, String label, String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitFor(Field field)Initialise the editor for the given Field, using the Field name and type and any annotations present on the Field.-
Methods inherited from class de.fraunhofer.iosb.ilt.configurable.editor.EditorString
canEdit, getConfig, getDflt, getGuiFactoryFx, getGuiFactorySwing, getJsonSchema, getLines, getRawValue, getValue, isDefault, setConfig, setDflt, setProfile, setProfilesEdit, setRawValue, setValue
-
Methods inherited from class de.fraunhofer.iosb.ilt.configurable.editor.EditorDefault
getDescription, getHelpButton, getHelpFrame, getLabel, popupDescription, setDescription, setLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.fraunhofer.iosb.ilt.configurable.ConfigEditor
getJsonRootSchema, initFor
-
-
-
-
Method Detail
-
initFor
public void initFor(Field field)
Description copied from interface:ConfigEditorInitialise the editor for the given Field, using the Field name and type and any annotations present on the Field.- Specified by:
initForin interfaceConfigEditor<String>- Overrides:
initForin classEditorString- Parameters:
field- the Field to initialise the editor for.
-
-