Uses of Interface
org.rococoa.contrib.NativeEnum

Packages that use NativeEnum
org.rococoa.contrib   
org.rococoa.contrib.appkit   
 

Uses of NativeEnum in org.rococoa.contrib
 

Classes in org.rococoa.contrib with type parameters of type NativeEnum
 class AbstractPropertyDictionary<E extends Enum<E> & NativeEnum<?>>
          Wraps an NSMutableDictionary with a set of keys defined by a Java enumeration.
 

Methods in org.rococoa.contrib with type parameters of type NativeEnum
static
<E extends Enum<E> & NativeEnum<?>>
E
NativeEnum.Resolver.fromNative(Class<E> nativeEnum, NSObject value)
          Given an enum class that implements NativeEnum, resolve the Java enum value that corresponds to the native value value
<EN extends Enum<EN> & NativeEnum<?>>
EN
AbstractPropertyDictionary.getEnum(Class<EN> nativeEnum, E key)
          Get the value associated with the given key as an enum
 

Uses of NativeEnum in org.rococoa.contrib.appkit
 

Classes in org.rococoa.contrib.appkit that implement NativeEnum
static class NSSpeechDictionary.Entry.DictionaryEntryProperty
          The properties associated with a dictionary entry
static class NSSpeechDictionary.SpeechDictionaryProperty
          Defines the properties of a speech dictionary
static class NSSpeechSynthesizer.NSSpeechCommand.CommandDelimiterProperty
           
static class NSSpeechSynthesizer.NSSpeechError.ErrorProperty
           
static class NSSpeechSynthesizer.NSSpeechMode
          Describes the modes a synthesizer can operate in.
static class NSSpeechSynthesizer.NSSpeechPhonemeInfo.PhonemeInfoProperty
           
static class NSSpeechSynthesizer.NSSpeechStatus.StatusProperty
           
static class NSSpeechSynthesizer.NSSpeechSynthesizerInfo.SpeechSynthesizerInfoProperty
           
static class NSSpeechSynthesizer.SpeechProperty
          Defines the properties associated with a speech synthesizer.
static class NSVoice.VoiceGender
          An enumeration representing possible genders for voices
static class NSVoice.VoiceProperty
          Defines the properties of a voice
 



Copyright © 2012. All Rights Reserved.