org.rococoa.contrib.appkit
Class NSSpeechSynthesizer.NSSpeechError

java.lang.Object
  extended by org.rococoa.contrib.AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechError.ErrorProperty>
      extended by org.rococoa.contrib.appkit.NSSpeechSynthesizer.NSSpeechError
Enclosing class:
NSSpeechSynthesizer

public static class NSSpeechSynthesizer.NSSpeechError
extends AbstractPropertyDictionary<NSSpeechSynthesizer.NSSpeechError.ErrorProperty>

Describes an error that occurred


Nested Class Summary
static class NSSpeechSynthesizer.NSSpeechError.ErrorProperty
           
 
Constructor Summary
NSSpeechSynthesizer.NSSpeechError()
           
NSSpeechSynthesizer.NSSpeechError(NSMutableDictionary data)
           
 
Method Summary
 int getErrorCount()
           
 int getNewestCharacterOffset()
           
 int getNewestCode()
           
 int getOldestCharacterOffset()
           
 int getOldestCode()
           
 
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

NSSpeechSynthesizer.NSSpeechError

public NSSpeechSynthesizer.NSSpeechError()

NSSpeechSynthesizer.NSSpeechError

public NSSpeechSynthesizer.NSSpeechError(NSMutableDictionary data)
Method Detail

getErrorCount

public int getErrorCount()

getOldestCode

public int getOldestCode()

getOldestCharacterOffset

public int getOldestCharacterOffset()

getNewestCode

public int getNewestCode()

getNewestCharacterOffset

public int getNewestCharacterOffset()


Copyright © 2012. All Rights Reserved.