Package | Description |
---|---|
sk.stuba.fiit.perconik.activity.listeners | |
sk.stuba.fiit.perconik.activity.preferences |
Modifier and Type | Method and Description |
---|---|
protected abstract ActivityPreferences |
RegularListener.AbstractOptionsLoader.defaultPreferences() |
protected ActivityPreferences |
RegularListener.UpdatingOptionsLoader.defaultPreferences() |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<ActivityPreferences> |
RegularListener.Configuration.activityPreferences(C context) |
com.google.common.base.Optional<ActivityPreferences> |
RegularListener.AbstractConfiguration.activityPreferences(C context) |
Modifier and Type | Method and Description |
---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.activityPreferences(ActivityPreferences preferences) |
static <L extends RegularListener<L>> |
RegularListener.UpdatingOptionsLoader.of(L listener,
ActivityPreferences defaults,
ListenerPreferences custom) |
Modifier and Type | Method and Description |
---|---|
B |
RegularListener.AbstractConfiguration.AbstractBuilder.activityPreferences(com.google.common.base.Function<? super C,? extends ActivityPreferences> relation) |
Modifier and Type | Method and Description |
---|---|
static ActivityPreferences |
ActivityPreferences.getDefault()
Gets default scoped core preferences.
|
static ActivityPreferences |
ActivityPreferences.getShared()
Gets configuration scoped core preferences.
|