Trait

org.scaloid.common

TraitContext

Related Doc: package common

Permalink

trait TraitContext[This <: 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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: This

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applicationContext: Context

    Permalink

    Shortcut for getApplicationContext()

    Annotations
    @inline()
  5. def applicationInfo: ApplicationInfo

    Permalink

    Shortcut for getApplicationInfo()

    Shortcut for getApplicationInfo()

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

    Permalink
    Definition Classes
    Any
  7. def assets: AssetManager

    Permalink

    Shortcut for getAssets()

    Shortcut for getAssets()

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

    Permalink
    Annotations
    @inline()
  9. def cacheDir: File

    Permalink

    Shortcut for getCacheDir()

    Shortcut for getCacheDir()

    Annotations
    @inline()
  10. def classLoader: ClassLoader

    Permalink

    Shortcut for getClassLoader()

    Shortcut for getClassLoader()

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

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

    Permalink

    Shortcut for getContentResolver()

    Shortcut for getContentResolver()

    Annotations
    @inline()
  13. implicit val ctx: This

    Permalink
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  16. def externalCacheDir: File

    Permalink

    Shortcut for getExternalCacheDir()

    Shortcut for getExternalCacheDir()

    Annotations
    @inline()
  17. def filesDir: File

    Permalink

    Shortcut for getFilesDir()

    Shortcut for getFilesDir()

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

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

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

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

    Permalink
    Definition Classes
    Any
  22. def mainLooper: Looper

    Permalink

    Shortcut for getMainLooper()

    Shortcut for getMainLooper()

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def obbDir: File

    Permalink

    Shortcut for getObbDir()

    Shortcut for getObbDir()

    Annotations
    @inline()
  27. def packageCodePath: String

    Permalink

    Shortcut for getPackageCodePath()

    Shortcut for getPackageCodePath()

    Annotations
    @inline()
  28. def packageManager: PackageManager

    Permalink

    Shortcut for getPackageManager()

    Shortcut for getPackageManager()

    Annotations
    @inline()
  29. def packageName: String

    Permalink

    Shortcut for getPackageName()

    Shortcut for getPackageName()

    Annotations
    @inline()
  30. def packageResourcePath: String

    Permalink

    Shortcut for getPackageResourcePath()

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

    Permalink
    Annotations
    @inline()
  32. def resources: Resources

    Permalink

    Shortcut for getResources()

    Shortcut for getResources()

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

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

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

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

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

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

    Permalink
    Annotations
    @inline()
  39. def startActivity[T](p: Bundle)(implicit arg0: ClassTag[T], context: Context): Unit

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

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

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

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

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

    Permalink

    Shortcut for setTheme(int)

    Shortcut for setTheme(int)

    Annotations
    @inline()
  45. def theme: Theme

    Permalink

    Shortcut for getTheme()

    Shortcut for getTheme()

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

    Permalink

    Shortcut for setTheme(int)

    Shortcut for setTheme(int)

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def wallpaper(p: InputStream): This

    Permalink

    Shortcut for setWallpaper(java.io.InputStream)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  2. def wallpaper(p: Bitmap): This

    Permalink

    Shortcut for setWallpaper(android.graphics.Bitmap)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  3. def wallpaper: Drawable

    Permalink

    Shortcut for getWallpaper()

    Shortcut for getWallpaper()

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  4. def wallpaperDesiredMinimumHeight: Int

    Permalink

    Shortcut for getWallpaperDesiredMinimumHeight()

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  5. def wallpaperDesiredMinimumWidth: Int

    Permalink

    Shortcut for getWallpaperDesiredMinimumWidth()

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  6. def wallpaper_=(p: InputStream): This

    Permalink

    Shortcut for setWallpaper(java.io.InputStream)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

  7. def wallpaper_=(p: Bitmap): This

    Permalink

    Shortcut for setWallpaper(android.graphics.Bitmap)

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version )

Inherited from AnyRef

Inherited from Any

Ungrouped