public class

LLPreferenceText

extends LLPreference
java.lang.Object
   ↳ net.pierrox.lightning_launcher.prefs.LLPreference
     ↳ net.pierrox.lightning_launcher.prefs.LLPreferenceText

Class Overview

This preference is used to store a text value

Summary

Public Constructors
LLPreferenceText(int id, String title, String value, String defaultValue)
Construct a text preference.
Public Methods
String getValue()
Return the current preference text.
void setValue(String value)
Set the preference text.
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.prefs.LLPreference
From class java.lang.Object

Public Constructors

public LLPreferenceText (int id, String title, String value, String defaultValue)

Construct a text preference. The value is displayed in place of the summary.

Public Methods

public String getValue ()

Return the current preference text.

public void setValue (String value)

Set the preference text.