Package

org.gerweck.scala.util

prefs

Permalink

package prefs

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. trait CommonPrefHandlers extends AnyRef

    Permalink
  2. trait PlatformPrefHandlers extends CommonPrefHandlers

    Permalink
  3. class Pref[A] extends AnyRef

    Permalink

    A class that represents a preference stored in the Java preferences system.

    A class that represents a preference stored in the Java preferences system.

    The expectation is that your application will make a global registry of your preferences as vals in a central object, and then you'll then import and use those as needed throughout the application.

  4. trait PrefHandler[A] extends AnyRef

    Permalink

Value Members

  1. object Pref

    Permalink
  2. object PrefHandler extends CommonPrefHandlers with PlatformPrefHandlers

    Permalink

Ungrouped