A B C D E F G H I J K M N O P R S T U V W Z

A

AbstractPropertyDictionary<E extends Enum<E> & NativeEnum<?>> - Class in org.rococoa.contrib
Wraps an NSMutableDictionary with a set of keys defined by a Java enumeration.
AbstractPropertyDictionary(int) - Constructor for class org.rococoa.contrib.AbstractPropertyDictionary
Construct a new empty dictionary with the given initial capacity.
AbstractPropertyDictionary(NSMutableDictionary) - Constructor for class org.rococoa.contrib.AbstractPropertyDictionary
Construct a new dictionary with the given dictionary.
AbstractPropertyDictionary(NSDictionary) - Constructor for class org.rococoa.contrib.AbstractPropertyDictionary
Construct a new dictionary with the given dictionary.
addAbbreviation(NSSpeechDictionary.Entry) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
addOperation(NSOperation) - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
addOperations_waitUntilFinished(NSArray, boolean) - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
addPronounciation(NSSpeechDictionary.Entry) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
addSpeechDictionary(NSSpeechDictionary) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Add a speech dictionary to those in use with this synthesizer
AGNES - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
ALBERT - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
alloc() - Method in interface org.rococoa.contrib.appkit.NSInvocationOperation._Class
 
alloc() - Method in interface org.rococoa.contrib.appkit.NSOperation._Class
 
alloc() - Method in interface org.rococoa.contrib.appkit.NSOperationQueue._Class
 
alloc() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
allowedNotifications() - Method in class org.rococoa.contrib.growl.Growl
Accessor for the Array of allowed Notifications returned an NSArray
applicationIconImage() - Method in class org.rococoa.cocoa.NSApplication
 
applicationName() - Method in class org.rococoa.contrib.growl.Growl
Accessor for The currently set "Application" Name
attributesForVoice(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
availableVoices() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
availableVoices() - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get a list of all available voices
awaitTermination(long, TimeUnit) - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 

B

BAD_NEWS - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
BAHH - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
BELLS - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
BOING - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
BRUCE - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
BUBBLES - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

C

cancel() - Method in class org.rococoa.contrib.appkit.NSOperation
 
cancelAllOperations() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
cancelUserAttentionRequest(NSInteger) - Method in class org.rococoa.cocoa.NSApplication
 
CELLOS - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
CLASS - Static variable in class org.rococoa.cocoa.NSDistributedNotificationCenter
 
CLASS - Static variable in class org.rococoa.contrib.appkit.NSInvocationOperation
 
CLASS - Static variable in class org.rococoa.contrib.appkit.NSOperation
 
CLASS - Static variable in class org.rococoa.contrib.appkit.NSOperationQueue
 
CLASS - Static variable in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Represents the Objective C class for NSSpeechSynthesizer
continueSpeaking() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Resume speaking if output was paused
createSyncPoint(int) - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Create a sync point that can be embeded in speech, to trigger a synchronization callback.
currentQueue() - Method in interface org.rococoa.contrib.appkit.NSOperationQueue._Class
 

D

defaultCenter() - Method in interface org.rococoa.cocoa.NSDistributedNotificationCenter._Class
 
defaultCenter() - Static method in class org.rococoa.cocoa.NSDistributedNotificationCenter
 
defaultNotifications() - Method in class org.rococoa.contrib.growl.Growl
Accessor for the Array of default Notifications returned as an NSArray
defaultVoice() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
defaultVoice() - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Determine the default voice for this computer, set in system preferences
delegate() - Method in class org.rococoa.cocoa.NSApplication
 
DERANGED - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
dockTile() - Method in class org.rococoa.cocoa.NSApplication
 

E

equals(Object) - Method in class org.rococoa.contrib.appkit.NSVoice
 
execute(Runnable) - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 

F

FRED - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
fromNative(Class<E>, NSObject) - Static method in class org.rococoa.contrib.NativeEnum.Resolver
Given an enum class that implements NativeEnum, resolve the Java enum value that corresponds to the native value value

G

GCDExecutorService - Class in org.rococoa.contrib.dispatch
GCDExecutorService runs tasks by passing them to Grand Central Dispatch.
GCDExecutorService() - Constructor for class org.rococoa.contrib.dispatch.GCDExecutorService
Construct a new instance of the code ExecutorService, with its own underlying NSOperationQueue
getAbbreviations() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
getAge() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getBoolean(E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as a boolean
getCharacterMode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current character mode, whether the synthesizer is currently speaking strings normally or speaking each character literally.
getCommandPrefix() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
getCommandSuffix() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
getData() - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the underlying dictionary
getDate(E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as a Date
getDelegate() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current delegate
getDemoText() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getEnum(Class<EN>, E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as an enum
getError() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the latest error that occurred in the synthesizer
getErrorCount() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
getExample() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
getGender() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getHiliteEnd() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
getHiliteStart() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
getIdentifier() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getIndividuallySpokenCharacters() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getInputMode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current input mode, whether the synthesizer is currently expecting regular text input or raw phonemes.
getInt(E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as an int
getLanguage() - Method in class org.rococoa.contrib.appkit.NSVoice
Deprecated. 
getLocaleIdentifier() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
Get the Locale associated with this dictionary
getLocaleIdentifier() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getModificationDate() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
getName() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.Entry.DictionaryEntryProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.SpeechDictionaryProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError.ErrorProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechMode
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus.StatusProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.SpeechProperty
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSVoice.VoiceGender
 
getNativeValue() - Method in enum org.rococoa.contrib.appkit.NSVoice.VoiceProperty
 
getNativeValue() - Method in interface org.rococoa.contrib.NativeEnum
Get the native value associated with this enum value
getNewestCharacterOffset() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
getNewestCode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
getNumberMode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current number mode, whether the synthesizer is currently speaking numbers normally or speaking each digit literally.
getNumberOfCharactersLeft() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
getOldestCharacterOffset() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
getOldestCode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
getOpcode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
getPhonemeCode() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
getPhonemeInfo() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get a list of phonemes the synthesizer uses
getPhonemes() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
getPitchBase() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the baseline pitch for the synthesizer
getPitchMod() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the pitch modulation for the synthesizer
getPronunciations() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
getProperty(NSSpeechSynthesizer.SpeechProperty) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the value of a synthesizer property.
getRecentSync() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the most recent sync point encountered when speaking
getShort(E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as a short
getSpelling() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
getStatus() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the status of the synthesizer
getString(E) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as a String
getSupportedCharacters() - Method in class org.rococoa.contrib.appkit.NSVoice
 
getSymbol() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
getSynthesizerIdentifier() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo
 
getSynthesizerInfo() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get identifying information about this synthesizer
getSynthesizerVersion() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo
 
getValueAsType(E, Class<R>) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Get the value associated with the given key as coercing it to the given type.
getVoice() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current voice in use
getVoiceIdentifier() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the identifier of the current voice
getVolume() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current volume
GOOD_NEWS - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
Growl - Class in org.rococoa.contrib.growl
A class that encapsulates the work of talking to Growl.
Growl(String, NSImage) - Constructor for class org.rococoa.contrib.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, List<String>, List<String>) - Constructor for class org.rococoa.contrib.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, NSImage, List<String>, List<String>, boolean) - Constructor for class org.rococoa.contrib.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 org.rococoa.contrib.growl.Growl
Ticket key for the application icon.
GROWL_APP_NAME - Static variable in class org.rococoa.contrib.growl.Growl
Ticket key for the application name.
GROWL_APP_REGISTRATION - Static variable in class org.rococoa.contrib.growl.Growl
The name of the growl registration notification for DNC.
GROWL_NOTIFICATION - Static variable in class org.rococoa.contrib.growl.Growl
The name of the growl notification for DNC.
GROWL_NOTIFICATION_APP_ICON - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the application icon.
GROWL_NOTIFICATION_DESCRIPTION - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the description.
GROWL_NOTIFICATION_ICON - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the icon.
GROWL_NOTIFICATION_IDENTIFIER - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the identifier.
GROWL_NOTIFICATION_NAME - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the name.
GROWL_NOTIFICATION_STICKY - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the sticky flag.
GROWL_NOTIFICATION_TITLE - Static variable in class org.rococoa.contrib.growl.Growl
Notification key for the title.
GROWL_NOTIFICATIONS_ALL - Static variable in class org.rococoa.contrib.growl.Growl
Ticket key for all notifactions.
GROWL_NOTIFICATIONS_DEFAULT - Static variable in class org.rococoa.contrib.growl.Growl
Ticket key for the default notifactions.

H

hashCode() - Method in class org.rococoa.contrib.appkit.NSVoice
 
HYSTERICAL - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

I

ImmediateBoundary - Static variable in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechBoundary
 
init() - Method in class org.rococoa.contrib.appkit.NSOperation
 
init() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
initWithTarget_selector_object(ID, Selector, ID) - Method in class org.rococoa.contrib.appkit.NSInvocationOperation
 
isAnyApplicationSpeaking() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
isAnyApplicationSpeaking() - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Determine whether any application is currently generating speech through the default output channel at present.
isCancelled() - Method in class org.rococoa.contrib.appkit.NSOperation
 
isConcurrent() - Method in class org.rococoa.contrib.appkit.NSOperation
 
isExecuting() - Method in class org.rococoa.contrib.appkit.NSOperation
 
isFinished() - Method in class org.rococoa.contrib.appkit.NSOperation
 
isOutputBusy() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
isOutputPaused() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
isReady() - Method in class org.rococoa.contrib.appkit.NSOperation
 
isShutdown() - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 
isSpeaking() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Determine whether the current application is speaking using the default output channel
isSuspended() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
isTerminated() - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 

J

JUNIOR - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

K

KATHY - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

M

main() - Method in class org.rococoa.contrib.appkit.NSOperation
 
mainMenu() - Method in class org.rococoa.cocoa.NSApplication
 
mainQueue() - Method in interface org.rococoa.contrib.appkit.NSOperationQueue._Class
 
mainWindow() - Method in class org.rococoa.cocoa.NSApplication
 
maxConcurrentOperationCount() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 

N

name() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
NativeEnum<N extends NSObject> - Interface in org.rococoa.contrib
An interface for Enumerations that derive their actual values from native code.
NativeEnum.Resolver - Class in org.rococoa.contrib
Given a native value, resolve the corresponding enum entry.
newTaskFor(Runnable, T) - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 
newTaskFor(Callable<T>) - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 
NSApp - Static variable in class org.rococoa.cocoa.NSApplication
 
NSApplication - Class in org.rococoa.cocoa
NSApplication
NSApplication() - Constructor for class org.rococoa.cocoa.NSApplication
 
NSCriticalRequest - Static variable in class org.rococoa.cocoa.NSApplication
 
NSDistributedNotificationCenter - Class in org.rococoa.cocoa
NSDistributedNotificationCenter
NSDistributedNotificationCenter() - Constructor for class org.rococoa.cocoa.NSDistributedNotificationCenter
 
NSDistributedNotificationCenter._Class - Interface in org.rococoa.cocoa
 
NSDockTile - Class in org.rococoa.cocoa
 
NSDockTile() - Constructor for class org.rococoa.cocoa.NSDockTile
 
NSInformationalRequest - Static variable in class org.rococoa.cocoa.NSApplication
 
NSInvocationOperation - Class in org.rococoa.contrib.appkit
NSInvocationOperation from Cocoa.
NSInvocationOperation() - Constructor for class org.rococoa.contrib.appkit.NSInvocationOperation
 
NSInvocationOperation._Class - Interface in org.rococoa.contrib.appkit
 
NSMenu - Class in org.rococoa.cocoa
 
NSMenu() - Constructor for class org.rococoa.cocoa.NSMenu
 
NSOperation - Class in org.rococoa.contrib.appkit
NSOperation from Cocoa.
NSOperation() - Constructor for class org.rococoa.contrib.appkit.NSOperation
 
NSOperation._Class - Interface in org.rococoa.contrib.appkit
 
NSOperationQueue - Class in org.rococoa.contrib.appkit
NSOperationQueue from Cocoa;
NSOperationQueue() - Constructor for class org.rococoa.contrib.appkit.NSOperationQueue
 
NSOperationQueue._Class - Interface in org.rococoa.contrib.appkit
 
NSOperationQueueDefaultMaxConcurrentOperationCount - Static variable in class org.rococoa.contrib.appkit.NSOperationQueue
 
NSSpeechDictionary - Class in org.rococoa.contrib.appkit
NSVoice encapsulates the properties of a speech synthesis dictionary, and can be used with NSSpeechSynthesizer to change the way words are pronounced.
NSSpeechDictionary() - Constructor for class org.rococoa.contrib.appkit.NSSpeechDictionary
Construct a new empty speech dictionary
NSSpeechDictionary(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechDictionary
Construct a new SpecchDictionary from existing data
NSSpeechDictionary.Entry - Class in org.rococoa.contrib.appkit
Represents a dictionary entry.
NSSpeechDictionary.Entry() - Constructor for class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
NSSpeechDictionary.Entry(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
NSSpeechDictionary.Entry(String, String) - Constructor for class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
NSSpeechDictionary.Entry.DictionaryEntryProperty - Enum in org.rococoa.contrib.appkit
The properties associated with a dictionary entry
NSSpeechDictionary.SpeechDictionaryProperty - Enum in org.rococoa.contrib.appkit
Defines the properties of a speech dictionary
NSSpeechSynthesizer - Class in org.rococoa.contrib.appkit
Provides access to Cocoa NSSpeechSynthesizer.
NSSpeechSynthesizer() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer
 
NSSpeechSynthesizer._Class - Class in org.rococoa.contrib.appkit
Represents the Objective C class of the speech synthesizer
NSSpeechSynthesizer._Class() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer._Class
 
NSSpeechSynthesizer.NSSpeechBoundary - Class in org.rococoa.contrib.appkit
Describes boundaries between speech units
NSSpeechSynthesizer.NSSpeechBoundary() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechBoundary
 
NSSpeechSynthesizer.NSSpeechCommand - Class in org.rococoa.contrib.appkit
Desribes how to set the delimiters used to embed commands in text to be spoken
NSSpeechSynthesizer.NSSpeechCommand() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
NSSpeechSynthesizer.NSSpeechCommand(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
NSSpeechSynthesizer.NSSpeechCommand(String, String) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty - Enum in org.rococoa.contrib.appkit
 
NSSpeechSynthesizer.NSSpeechError - Class in org.rococoa.contrib.appkit
Describes an error that occurred
NSSpeechSynthesizer.NSSpeechError() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
NSSpeechSynthesizer.NSSpeechError(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
 
NSSpeechSynthesizer.NSSpeechError.ErrorProperty - Enum in org.rococoa.contrib.appkit
 
NSSpeechSynthesizer.NSSpeechMode - Enum in org.rococoa.contrib.appkit
Describes the modes a synthesizer can operate in.
NSSpeechSynthesizer.NSSpeechPhonemeInfo - Class in org.rococoa.contrib.appkit
Describes information about phonemes the synthesizer uses
NSSpeechSynthesizer.NSSpeechPhonemeInfo() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
NSSpeechSynthesizer.NSSpeechPhonemeInfo(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty - Enum in org.rococoa.contrib.appkit
 
NSSpeechSynthesizer.NSSpeechStatus - Class in org.rococoa.contrib.appkit
Describes the current status of the synthesizer
NSSpeechSynthesizer.NSSpeechStatus() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
NSSpeechSynthesizer.NSSpeechStatus(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus
 
NSSpeechSynthesizer.NSSpeechStatus.StatusProperty - Enum in org.rococoa.contrib.appkit
 
NSSpeechSynthesizer.NSSpeechSynthesizerDelegate - Interface in org.rococoa.contrib.appkit
Interface to be implemented by Java objects that want to be informed about events reported to the speech syntheszier's delegate
NSSpeechSynthesizer.NSSpeechSynthesizerInfo - Class in org.rococoa.contrib.appkit
Describes identifying information about the synthesizer
NSSpeechSynthesizer.NSSpeechSynthesizerInfo() - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo
 
NSSpeechSynthesizer.NSSpeechSynthesizerInfo(NSMutableDictionary) - Constructor for class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo
 
NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty - Enum in org.rococoa.contrib.appkit
 
NSSpeechSynthesizer.SpeechProperty - Enum in org.rococoa.contrib.appkit
Defines the properties associated with a speech synthesizer.
NSVoice - Class in org.rococoa.contrib.appkit
NSVoice encapsulates the properties of a speech synthesis voice, and can be used with NSSpeechSynthesizer to change the voice used to spreak.
NSVoice(String) - Constructor for class org.rococoa.contrib.appkit.NSVoice
Construct a new voice using the given identifier
NSVoice.VoiceGender - Enum in org.rococoa.contrib.appkit
An enumeration representing possible genders for voices
NSVoice.VoiceProperty - Enum in org.rococoa.contrib.appkit
Defines the properties of a voice
NSWindow - Class in org.rococoa.cocoa
 
NSWindow() - Constructor for class org.rococoa.cocoa.NSWindow
 

O

opcodeToPhoneme(short) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Convert a phoneme opcode to human readable form
operationCount() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
operations() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
org.rococoa.cocoa - package org.rococoa.cocoa
 
org.rococoa.contrib - package org.rococoa.contrib
 
org.rococoa.contrib.appkit - package org.rococoa.contrib.appkit
 
org.rococoa.contrib.dispatch - package org.rococoa.contrib.dispatch
 
org.rococoa.contrib.growl - package org.rococoa.contrib.growl
 
ORGAN - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

P

pauseSpeakingAtBoundary(NSSpeechSynthesizer.NSSpeechBoundary) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Pause speech at the indicated boundary
phonemesFromText(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Convert text to phonemes.
postNotification(String, String, NSDictionary, boolean) - Method in class org.rococoa.cocoa.NSDistributedNotificationCenter
 
postNotification(String, NSImage, String, String, NSDictionary, boolean, String) - Method in class org.rococoa.contrib.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.
postNotification(String, NSImage, String, String, NSDictionary, boolean) - Method in class org.rococoa.contrib.growl.Growl
Convenience method that defers to postNotificationGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky, String inIdentifier).
postNotification(String, NSImage, String, String, NSDictionary) - Method in class org.rococoa.contrib.growl.Growl
Convenience method that defers to postNotificationGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky, String inIdentifier).
postNotification(String, String, String) - Method in class org.rococoa.contrib.growl.Growl
Convenienve method that defers to postNotificationGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky, String inIdentifier) with null passed for icon, extraInfo and identifier arguments
postNotification(String, String, String, boolean) - Method in class org.rococoa.contrib.growl.Growl
Convenience method that defers to postNotificationGrowlOf(String inNotificationName, NSData inIconData, String inTitle, String inDescription, NSDictionary inExtraInfo, boolean inSticky) with null passed for icon and extraInfo arguments.
PRINCESS - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

R

RALPH - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
rate() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get the current rate of speech
register() - Method in class org.rococoa.contrib.growl.Growl
Register all our notifications with Growl, this should only be called once.
requestUserAttention(int) - Method in class org.rococoa.cocoa.NSApplication
Activating the application cancels the user attention request.
reset() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Reset the synthesizer to the default settings
result() - Method in class org.rococoa.contrib.appkit.NSInvocationOperation
 
run() - Method in class org.rococoa.cocoa.NSApplication
 
runModalForWindow(NSWindow) - Method in class org.rococoa.cocoa.NSApplication
 

S

SentenceBoundary - Static variable in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechBoundary
 
setAbbreviations(List<NSSpeechDictionary.Entry>) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
setAllowedNotifications(List<String>) - Method in class org.rococoa.contrib.growl.Growl
Set the list of allowed Notifications
setApplicationIconImage(NSImage) - Method in class org.rococoa.cocoa.NSApplication
 
setApplicationName(String) - Method in class org.rococoa.contrib.growl.Growl
Sets The name of the Application talking to growl
setCharacterMode(NSSpeechSynthesizer.NSSpeechMode) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the current character mode, whether the synthesizer is currently speaking strings normally or speaking each character literally.
setCommandDelimiter(NSSpeechSynthesizer.NSSpeechCommand) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the command delimiter to use
setCommandPrefix(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
setCommandSuffix(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand
 
setDate(E, Date) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Set the value associated with the given key.
setDefaultNotifications(List<String>) - Method in class org.rococoa.contrib.growl.Growl
Set the list of Default Notfiications
setDelegate(ID) - Method in class org.rococoa.cocoa.NSApplication
 
setDelegate(NSSpeechSynthesizer.NSSpeechSynthesizerDelegate) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the delegate that will receive events when speech is generated.
setInputMode(NSSpeechSynthesizer.NSSpeechMode) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the current input mode, whether the synthesizer is currently expecting regular text input or raw phonemes.
setLocaleIdentifier(Locale) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
setMaxConcurrentOperationCount(NSInteger) - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
setModificationDate(Date) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
setName(String) - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
setNumberMode(NSSpeechSynthesizer.NSSpeechMode) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the current number mode, whether the synthesizer is currently speaking numbers normally or speaking each digit literally.
setOutputToFileURL(URI) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the synthesizer to send output to a file instead of the default output channel
setPhonemes(String) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
setPitchBase(float) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the baseline pitch for the synthesizer
setPitchMod(float) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the pitch modulation for the synthesizer
setPronunciations(List<NSSpeechDictionary.Entry>) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
setProperty(NSSpeechSynthesizer.SpeechProperty, NSObject) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the value of a synthesizer property.
setRate(float) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the current rate of speech
setSpelling(String) - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
 
setString(E, String) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Set the value associated with the given key.
setSuspended(boolean) - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
setUsesFeedbackWindow(boolean) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set whether the feedback window should be used
setValue(E, NSObject) - Method in class org.rococoa.contrib.AbstractPropertyDictionary
Set the value associated with the given key.
setVoice(NSVoice) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the voice to use
setVoice(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the voice to use, should be called when the synthesizer is not currently speaking
setVolume(float) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Set the volume
sharedApplication() - Static method in class org.rococoa.cocoa.NSApplication
 
shutdown() - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 
shutdownNow() - Method in class org.rococoa.contrib.dispatch.GCDExecutorService
 
speechSynthesizer_didEncounterErrorAtIndex_ofString_message(NSSpeechSynthesizer, Integer, String, String) - Method in interface org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerDelegate
 
speechSynthesizer_didEncounterSyncMessage(NSSpeechSynthesizer, String) - Method in interface org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerDelegate
 
speechSynthesizer_didFinishSpeaking(NSSpeechSynthesizer, boolean) - Method in interface org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerDelegate
 
speechSynthesizer_willSpeakPhoneme(NSSpeechSynthesizer, short) - Method in interface org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerDelegate
 
speechSynthesizer_willSpeakWord_ofString(NSSpeechSynthesizer, NSRange, String) - Method in interface org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerDelegate
 
start() - Method in class org.rococoa.contrib.appkit.NSOperation
 
startSpeakingString(String) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Start speaking the given string through the default system speech channel
startSpeakingStringToURL(String, URI) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Speak the given string to a file
stop(ID) - Method in class org.rococoa.cocoa.NSApplication
 
stopSpeaking() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Stop this synthesizer from speaking
stopSpeakingAtBoundary(NSSpeechSynthesizer.NSSpeechBoundary) - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Stop this synthesizer from speaking when it reaches the indicated place.
synthesizerWithVoice(NSVoice) - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Construct a new synthesizer that speaks with a specified voice.
synthesizerWithVoiceIdentifier(String) - Static method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Construct a new synthesizer that speaks with a specified voice.

T

toString() - Method in class org.rococoa.contrib.AbstractPropertyDictionary
 
toString() - Method in class org.rococoa.contrib.appkit.NSSpeechDictionary
 
toString() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo
 
toString() - Method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.SpeechProperty
 
toString() - Method in class org.rococoa.contrib.appkit.NSVoice
 
TRINOIND - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

U

usesFeedbackWindow() - Method in class org.rococoa.contrib.appkit.NSSpeechSynthesizer
Get whether the feedback window is enabled

V

valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.Entry.DictionaryEntryProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.SpeechDictionaryProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError.ErrorProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus.StatusProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.SpeechProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSVoice.VoiceGender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.rococoa.contrib.appkit.NSVoice.VoiceProperty
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.Entry.DictionaryEntryProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechDictionary.SpeechDictionaryProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError.ErrorProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechStatus.StatusProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSSpeechSynthesizer.SpeechProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSVoice.VoiceGender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.rococoa.contrib.appkit.NSVoice.VoiceProperty
Returns an array containing the constants of this enum type, in the order they are declared.
VICKI - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
VICTORIA - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

W

waitUntilAllOperationsAreFinished() - Method in class org.rococoa.contrib.appkit.NSOperationQueue
 
waitUntilFinished() - Method in class org.rococoa.contrib.appkit.NSOperation
 
WHISPHER - Static variable in class org.rococoa.contrib.appkit.NSVoice
 
WordBoundary - Static variable in class org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechBoundary
 

Z

ZARVOX - Static variable in class org.rococoa.contrib.appkit.NSVoice
 

A B C D E F G H I J K M N O P R S T U V W Z

Copyright © 2012. All Rights Reserved.