Package com.biglybt.pif.ui.config
Interface PasswordParameter
- All Superinterfaces:
ConfigParameter
,Parameter
- All Known Implementing Classes:
PasswordParameterImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from interface com.biglybt.pif.ui.config.Parameter
MODE_ADVANCED, MODE_BEGINNER, MODE_INTERMEDIATE
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getValue()
int
void
void
setWidthInCharacters
(int widthInCharacters) Set a width hint for displaying the text fieldMethods inherited from interface com.biglybt.pif.config.ConfigParameter
addConfigParameterListener, removeConfigParameterListener
Methods inherited from interface com.biglybt.pif.ui.config.Parameter
addAndFireListener, addListener, addValidator, getConfigKeyName, getGenerateIntermediateEvents, getLabelKey, getLabelText, getMinimumRequiredUserMode, getValueObject, hasBeenSet, isEnabled, isForUIType, isVisible, removeListener, resetToDefault, setAllowedUiTypes, setEnabled, setGenerateIntermediateEvents, setIndent, setLabelKey, setLabelText, setMinimumRequiredUserMode, setVisible
-
Field Details
-
ET_PLAIN
static final int ET_PLAIN- See Also:
-
ET_SHA1
static final int ET_SHA1- See Also:
-
ET_MD5
static final int ET_MD5- See Also:
-
-
Method Details
-
getValue
byte[] getValue() -
setValue
-
setWidthInCharacters
void setWidthInCharacters(int widthInCharacters) Set a width hint for displaying the text field- Since:
- BiglyBT 1.9.0.1
-
getWidthInCharacters
int getWidthInCharacters()- Returns:
- width hint in characters for displaying the text field
- Since:
- BiglyBT 1.9.0.1
-