org.rococoa.contrib.appkit
Class NSSpeechDictionary.Entry

java.lang.Object
  extended by org.rococoa.contrib.AbstractPropertyDictionary<NSSpeechDictionary.Entry.DictionaryEntryProperty>
      extended by org.rococoa.contrib.appkit.NSSpeechDictionary.Entry
Enclosing class:
NSSpeechDictionary

public static class NSSpeechDictionary.Entry
extends AbstractPropertyDictionary<NSSpeechDictionary.Entry.DictionaryEntryProperty>

Represents a dictionary entry. Maps a spelling of a word to the associated phonemes that should be used to pronounce it.


Nested Class Summary
static class NSSpeechDictionary.Entry.DictionaryEntryProperty
          The properties associated with a dictionary entry
 
Constructor Summary
NSSpeechDictionary.Entry()
           
NSSpeechDictionary.Entry(NSMutableDictionary data)
           
NSSpeechDictionary.Entry(String spelling, String phonemes)
           
 
Method Summary
 String getPhonemes()
           
 String getSpelling()
           
 void setPhonemes(String entryPhonemes)
           
 void setSpelling(String entrySpelling)
           
 
Methods inherited from class org.rococoa.contrib.AbstractPropertyDictionary
getBoolean, getData, getDate, getEnum, getInt, getShort, getString, getValueAsType, setDate, setString, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NSSpeechDictionary.Entry

public NSSpeechDictionary.Entry()

NSSpeechDictionary.Entry

public NSSpeechDictionary.Entry(NSMutableDictionary data)

NSSpeechDictionary.Entry

public NSSpeechDictionary.Entry(String spelling,
                                String phonemes)
Method Detail

getSpelling

public String getSpelling()

setSpelling

public void setSpelling(String entrySpelling)

getPhonemes

public String getPhonemes()

setPhonemes

public void setPhonemes(String entryPhonemes)


Copyright © 2012. All Rights Reserved.