meow

Growl

object Growl extends Notifier

Linear Supertypes
Notifier, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Growl
  2. Notifier
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

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. val appIcon: (Any) ⇒ Notifier

    Specify an application name to take the icon from

    Specify an application name to take the icon from

    Definition Classes
    Notifier
  7. def argList: List[String]

    Definition Classes
    Notifier
  8. val args: Map[String, Any]

    Definition Classes
    Notifier
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val auth: (Any) ⇒ Notifier

    Specify digest algorithm for UDP authentication Either MD5 [Default], SHA256 or NONE.

    Specify digest algorithm for UDP authentication Either MD5 [Default], SHA256 or NONE.

    Definition Classes
    Notifier
  11. val bin: String

    Path to growl executable

  12. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. val crypt: (Any) ⇒ Notifier

    Encrypt UDP notifications

    Encrypt UDP notifications

    Definition Classes
    Notifier
  14. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. val flags: Seq[String]

    Definition Classes
    Notifier
  18. final def getClass(): java.lang.Class[_]

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

    Definition Classes
    AnyRef → Any
  20. val host: (Any) ⇒ Notifier

    Specify a hostname to which to send a remote notification

    Specify a hostname to which to send a remote notification

    Definition Classes
    Notifier
  21. val iconPath: (Any) ⇒ Notifier

    Specify a file whose icon will be the notification icon

    Specify a file whose icon will be the notification icon

    Definition Classes
    Notifier
  22. val iconType: (Any) ⇒ Notifier

    Specify a file type or extension to look up for the notification icon

    Specify a file type or extension to look up for the notification icon

    Definition Classes
    Notifier
  23. val identifier: (Any) ⇒ Notifier

    Specify a notification identifier (used for coalescing)

    Specify a notification identifier (used for coalescing)

    Definition Classes
    Notifier
  24. val image: (Any) ⇒ Notifier

    Specify an image file to be used for the notification icon

    Specify an image file to be used for the notification icon

    Definition Classes
    Notifier
  25. val installed: Boolean

    Indicates whether Growl is installed

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def meow: Any

    meow at something

    meow at something

    Definition Classes
    Notifier
  28. val message: (Any) ⇒ Notifier

    Sets the message to be used

    Sets the message to be used

    Definition Classes
    Notifier
  29. val name: (Any) ⇒ Notifier

    Set the name of the application that sends the notification

    Set the name of the application that sends the notification

    Definition Classes
    Notifier
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. val password: (Any) ⇒ Notifier

    Password used for remote notifications

    Password used for remote notifications

    Definition Classes
    Notifier
  34. val port: (Any) ⇒ Notifier

    Port number for UDP notifications

    Port number for UDP notifications

    Definition Classes
    Notifier
  35. val priority: (Any) ⇒ Notifier

    Priority can be one of the following named keys: Very Low, Moderate, Normal,High, Emergency or an int between -2 and 2

    Priority can be one of the following named keys: Very Low, Moderate, Normal,High, Emergency or an int between -2 and 2

    Definition Classes
    Notifier
  36. def sticky(): Notifier

    Make the notification sticky

    Make the notification sticky

    Definition Classes
    Notifier
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. val title: (Any) ⇒ Notifier

    Sets the title to be used

    Sets the title to be used

    Definition Classes
    Notifier
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. def udp(): Notifier

    Use UDP instead of DO to send a remote notification

    Use UDP instead of DO to send a remote notification

    Definition Classes
    Notifier
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def warn(): Unit

    Warns client if Growl is not installed

Inherited from Notifier

Inherited from AnyRef

Inherited from Any