Package com.biglybt.pif.ui.config
Interface FileParameter
- All Superinterfaces:
ConfigParameter
,Parameter
,ParameterWithHint
- All Known Implementing Classes:
FileParameterImpl
-
Field Summary
Fields inherited from interface com.biglybt.pif.ui.config.Parameter
MODE_ADVANCED, MODE_BEGINNER, MODE_INTERMEDIATE
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
void
setDialogTitleKey
(String key) Title of the dialog box shown when user clicks the browse buttonMethods 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
Methods inherited from interface com.biglybt.pif.ui.config.ParameterWithHint
getHintKey, setHintKey, setHintText
-
Method Details
-
getValue
String getValue() -
setDialogTitleKey
Title of the dialog box shown when user clicks the browse button- Since:
- BiglyBT 1.9.0.1
-