A D G J M N R S

A

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

D

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

G

GROWL_APP_ICON - Static variable in class Growl
 
GROWL_APP_NAME - Static variable in class Growl
 
GROWL_APP_REGISTRATION - Static variable in class Growl
 
GROWL_NOTIFICATION - Static variable in class Growl
 
GROWL_NOTIFICATIONS_ALL - Static variable in class Growl
 
GROWL_NOTIFICATIONS_DEFAULT - Static variable in class Growl
 
GROWL_NOTIFICATION_APP_ICON - Static variable in class Growl
 
GROWL_NOTIFICATION_DESCRIPTION - Static variable in class Growl
 
GROWL_NOTIFICATION_ICON - Static variable in class Growl
 
GROWL_NOTIFICATION_NAME - Static variable in class Growl
 
GROWL_NOTIFICATION_TITLE - Static variable in class Growl
 
Growl - class Growl.
A class that encapsulates the "work" of talking to growl

J

jnotify - class jnotify.
The main run class in our example Java-Growl example
jnotify() - Constructor for class jnotify
 

M

main(String[]) - Static method in class jnotify
Main method

N

notifyGrowlOf(String, NSData, String, String, NSDictionary) - Method in class 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, String, String) - Method in class 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, String) - Method in class 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 Growl
Register all our notifications with Growl, this should only be called once

S

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

A D G J M N R S