Package com.biglybt.pif.ui.config
Interface ParameterWithHint
- All Known Subinterfaces:
DateTimeParameter,DirectoryParameter,FileParameter,StringParameter
- All Known Implementing Classes:
DateTimeParameterImpl,DirectoryParameterImpl,FileParameterImpl,StringParameterImpl
public interface ParameterWithHint
-
Method Summary
Modifier and TypeMethodDescriptionGet the messagebundle key for the Parameter's hint.voidsetHintKey(String hintKey) Sets the widget message to a messagebundle key.voidsetHintText(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
-