Package com.biglybt.pif.ui.config
Interface ParameterWithHint
- All Known Subinterfaces:
DirectoryParameter
,FileParameter
,StringParameter
- All Known Implementing Classes:
DirectoryParameterImpl
,FileParameterImpl
,StringParameterImpl
public interface ParameterWithHint
-
Method Summary
Modifier and TypeMethodDescriptionGet the messagebundle key for the Parameter's hint.void
setHintKey
(String hintKey) Sets the widget message to a messagebundle key.void
setHintText
(String text) Sets the widget message.
-
Method Details
-
getHintKey
String getHintKey()Get the messagebundle key for the Parameter's hint. Hints are usually only displayed when the field is empty.- Since:
- BiglyBT 1.9.0.1
-
setHintKey
Sets the widget message to a messagebundle key. The message text is displayed as a hint for the user, indicating the purpose of the field. Hints are usually only displayed when the field is empty.- Since:
- BiglyBT 1.9.0.1
-
setHintText
Sets the widget message. The text is displayed as a hint for the user, indicating the purpose of the field. Hints are usually only displayed when the field is empty.- Since:
- BiglyBT 1.9.0.1
-