public class

LLPreferenceEventAction

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

Summary

Public Constructors
LLPreferenceEventAction(Context context, int id, int title, EventAction value, EventAction defaultValue, ActionsDescription actions)
LLPreferenceEventAction(Context context, int id, int title, ActionsDescription actions)
Public Methods
ActionsDescription getActions()
EventAction getValue()
void setValue(Object value, Object defaultValue)
Set the value and optionally a default value.
void setValue(EventAction ea)
[Expand]
Inherited Methods
From class net.pierrox.lightning_launcher.prefs.LLPreference
From class java.lang.Object

Public Constructors

public LLPreferenceEventAction (Context context, int id, int title, EventAction value, EventAction defaultValue, ActionsDescription actions)

public LLPreferenceEventAction (Context context, int id, int title, ActionsDescription actions)

Public Methods

public ActionsDescription getActions ()

public EventAction getValue ()

public void setValue (Object value, Object defaultValue)

Set the value and optionally a default value.

Parameters
value the value stored by this preference
defaultValue use null if unused

public void setValue (EventAction ea)