Packages

o

de.sciss.desktop.impl

MacPlatform

object MacPlatform extends Platform with ModelImpl[Update]

Linear Supertypes
ModelImpl[Update], Platform, Model[Update], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MacPlatform
  2. ModelImpl
  3. Platform
  4. Model
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addListener(pf: Listener[Update]): pf.type
    Definition Classes
    ModelImpl → Model
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.CloneNotSupportedException])
  7. final def dispatch(update: Update): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def moveFileToTrash(file: File): Unit
    Definition Classes
    MacPlatform → Platform
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def releaseListeners(): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  19. def removeListener(pf: Listener[Update]): Unit
    Definition Classes
    ModelImpl → Model
  20. def requestForeground(allWindows: Boolean): Unit
    Definition Classes
    MacPlatform → Platform
  21. def requestUserAttention(repeat: Boolean): Unit
    Definition Classes
    MacPlatform → Platform
  22. def revealFile(file: File): Unit
    Definition Classes
    MacPlatform → Platform
  23. def setAboutHandler(action: ⇒ Unit): Boolean
    Definition Classes
    MacPlatform → Platform
  24. def setDockBadge(label: Option[String]): Unit
    Definition Classes
    MacPlatform → Platform
  25. def setDockImage(image: Image): Unit
    Definition Classes
    MacPlatform → Platform
  26. def setPreferencesHandler(action: ⇒ Unit): Boolean
    Definition Classes
    MacPlatform → Platform
  27. def setQuitHandler(test: ⇒ Future[Unit]): Boolean
    Definition Classes
    MacPlatform → Platform
  28. def startListening(): Unit
    Attributes
    protected
    Definition Classes
    MacPlatform → ModelImpl
  29. def stopListening(): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    MacPlatform → AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws(classOf[java.lang.InterruptedException])

Inherited from ModelImpl[Update]

Inherited from Platform

Inherited from Model[Update]

Inherited from AnyRef

Inherited from Any

Ungrouped