org.scaloid.common

TraitContext

trait TraitContext[V <: Context] extends AnyRef

Automatically generated helper trait of android.content.Context. This contains several property accessors.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: V

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def applicationContext: Context

    Annotations
    @inline()
  7. def applicationInfo: ApplicationInfo

    Annotations
    @inline()
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def assets: AssetManager

    Annotations
    @inline()
  10. def bindService[T](p1: ServiceConnection, p2: Int)(implicit arg0: ClassTag[T], context: Context): Boolean

    Annotations
    @inline()
  11. def cacheDir: File

    Annotations
    @inline()
  12. def classLoader: ClassLoader

    Annotations
    @inline()
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def contentResolver: ContentResolver

    Annotations
    @inline()
  15. implicit val ctx: V

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def externalCacheDir: File

    Annotations
    @inline()
  19. def filesDir: File

    Annotations
    @inline()
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def mainLooper: Looper

    Annotations
    @inline()
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def packageCodePath: String

    Annotations
    @inline()
  29. def packageManager: PackageManager

    Annotations
    @inline()
  30. def packageName: String

    Annotations
    @inline()
  31. def packageResourcePath: String

    Annotations
    @inline()
  32. def removeStickyBroadcast[T](implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  33. def resources: Resources

    Annotations
    @inline()
  34. def sendBroadcast[T](p: String)(implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  35. def sendBroadcast[T](implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  36. def sendOrderedBroadcast[T](p1: String, p2: BroadcastReceiver, p3: Handler, p4: Int, p5: String, p6: Bundle)(implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  37. def sendOrderedBroadcast[T](p: String)(implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  38. def sendStickyBroadcast[T](implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  39. def sendStickyOrderedBroadcast[T](p1: BroadcastReceiver, p2: Handler, p3: Int, p4: String, p5: Bundle)(implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  40. def startActivity[T](implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  41. def startService[T](implicit arg0: ClassTag[T], context: Context): ComponentName

    Annotations
    @inline()
  42. def stopService[T](implicit arg0: ClassTag[T], context: Context): Boolean

    Annotations
    @inline()
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  44. def theme(p: Int): V

    Annotations
    @inline()
  45. def theme: Theme

    Annotations
    @inline()
  46. def theme_=(p: Int): V

    Annotations
    @inline()
  47. def toString(): String

    Definition Classes
    AnyRef → Any
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def wallpaper(p: InputStream): V

    Annotations
    @inline()
  52. def wallpaper(p: Bitmap): V

    Annotations
    @inline()
  53. def wallpaper: Drawable

    Annotations
    @inline()
  54. def wallpaperDesiredMinimumHeight: Int

    Annotations
    @inline()
  55. def wallpaperDesiredMinimumWidth: Int

    Annotations
    @inline()
  56. def wallpaper_=(p: InputStream): V

    Annotations
    @inline()
  57. def wallpaper_=(p: Bitmap): V

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped