A C D G N R S

A

allowedNotifications() - Method in class com.growl.Growl
Accessor for the Array of allowed Notifications returned an NSArray
applicationName() - Method in class com.growl.Growl
Accessor for The currently set "Application" Name

C

com.growl - package com.growl
 

D

defaultNotifications() - Method in class com.growl.Growl
Accessor for the Array of default Notifications returned as an NSArray

G

Growl - Class in com.growl
A class that encapsulates the "work" of talking to growl
Growl(String, NSImage) - Constructor for class com.growl.Growl
Convenience method to contruct a growl instance, defers to Growl(String inAppName, NSData inImageData, NSArray inAllNotes, NSArray inDefNotes, boolean registerNow) with empty arrays for your notifications.
Growl(String, NSData) - Constructor for class com.growl.Growl
Convenience method to contruct a growl instance, defers to Growl(String inAppName, NSData inImageData, NSArray inAllNotes, NSArray inDefNotes, boolean registerNow) with empty arrays for your notifications.
Growl(String, String) - Constructor for class com.growl.Growl
Convenience method to contruct a growl instance, defers to Growl(String inAppName, NSData inImageData, NSArray inAllNotes, NSArray inDefNotes, boolean registerNow) with empty arrays for your notifications.
Growl(String, String[], String[]) - Constructor for class com.growl.Growl
Convenience method to contruct a growl instance, defers to Growl(String inAppName, NSData inImageData, NSArray inAllNotes, NSArray inDefNotes, boolean registerNow) with the arrays passed here and empty Data for the icon.
Growl(String, NSData, NSArray, NSArray, boolean) - Constructor for class com.growl.Growl
Convenience method to contruct a growl instance, defers to Growl(String inAppName, NSData inImageData, NSArray inAllNotes, NSArray inDefNotes, boolean registerNow) with empty arrays for your notifications.
GROWL_APP_ICON - Static variable in class com.growl.Growl
Ticket key for the application icon.
GROWL_APP_NAME - Static variable in class com.growl.Growl
Ticket key for the application name.
GROWL_APP_REGISTRATION - Static variable in class com.growl.Growl
The name of the growl registration notification for DNC.
GROWL_NOTIFICATION - Static variable in class com.growl.Growl
The name of the growl notification for DNC.
GROWL_NOTIFICATION_APP_ICON - Static variable in class com.growl.Growl
Notification key for the application icon.
GROWL_NOTIFICATION_DESCRIPTION - Static variable in class com.growl.Growl
Notification key for the description.
GROWL_NOTIFICATION_ICON - Static variable in class com.growl.Growl
Notification key for the icon.
GROWL_NOTIFICATION_NAME - Static variable in class com.growl.Growl
Notification key for the name.
GROWL_NOTIFICATION_STICKY - Static variable in class com.growl.Growl
Notification key for the sticky flag.
GROWL_NOTIFICATION_TITLE - Static variable in class com.growl.Growl
Notification key for the title.
GROWL_NOTIFICATIONS_ALL - Static variable in class com.growl.Growl
Ticket key for all notifactions.
GROWL_NOTIFICATIONS_DEFAULT - Static variable in class com.growl.Growl
Ticket key for the default notifactions.

N

notifyGrowlOf(String, NSData, String, String, NSDictionary, boolean) - Method in class com.growl.Growl
The fun part is actually sending those notifications we worked so hard for so here we let growl know about things we think the user would like, and growl decides if that is the case.
notifyGrowlOf(String, NSData, String, String, NSDictionary) - Method in class com.growl.Growl
Convenience method that defers to notifyGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky) This is primarily for compatibility with older code
notifyGrowlOf(String, String, String) - Method in class com.growl.Growl
Convenienve method that defers to notifyGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo) with null passed for icon and extraInfo arguments
notifyGrowlOf(String, String, String, boolean) - Method in class com.growl.Growl
Convenience method that defers to notifyGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky) with null passed for icon and extraInfo arguments
notifyGrowlOf(String, NSImage, String, String, NSDictionary) - Method in class com.growl.Growl
Defers to notifyGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo) with null passed for icon and extraInfo arguments
notifyGrowlOf(String, String, String, String) - Method in class com.growl.Growl
Convenienve method that defers to notifyGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo) with null passed for extraInfo

R

register() - Method in class com.growl.Growl
Register all our notifications with Growl, this should only be called once.

S

setAllowedNotifications(NSArray) - Method in class com.growl.Growl
Set the list of allowed Notifications
setAllowedNotifications(String[]) - Method in class com.growl.Growl
Set the list of allowed Notifications
setApplicationName(String) - Method in class com.growl.Growl
Sets The name of the Application talking to growl
setDefaultNotifications(NSArray) - Method in class com.growl.Growl
Set the list of Default Notfiications
setDefaultNotifications(String[]) - Method in class com.growl.Growl
Set the list of Default Notfiications

A C D G N R S