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

C

cancel(int) - Method in class cepstral.JNICepstral
 
cancel() - Method in class synthesis.BaseSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class synthesis.BaseSynthesizer
Cancels a specific object on the queue.
cancel() - Method in class text.old_TextSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class text.old_TextSynthesizer
Cancels a specific object on the queue.
CANCEL - Static variable in class text.old_TextSynthesizer.OutputHandler
 
cancel() - Method in class text.radha_TextSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class text.radha_TextSynthesizer
Cancels a specific object on the queue.
CANCEL - Static variable in class text.radha_TextSynthesizer.OutputHandler
 
cancel() - Method in class text.TextSynthesizer
Cancels the item at the top of the queue.
cancel(Object) - Method in class text.TextSynthesizer
Cancels a specific object on the queue.
CANCEL - Static variable in class text.TextSynthesizer.OutputHandler
 
CANCEL_ALL - Static variable in class text.old_TextSynthesizer.OutputHandler
 
CANCEL_ALL - Static variable in class text.radha_TextSynthesizer.OutputHandler
 
CANCEL_ALL - Static variable in class text.TextSynthesizer.OutputHandler
 
CANCEL_COMPLETE - Static variable in class text.old_TextSynthesizer.OutputHandler
 
CANCEL_COMPLETE - Static variable in class text.radha_TextSynthesizer.OutputHandler
 
CANCEL_COMPLETE - Static variable in class text.TextSynthesizer.OutputHandler
 
cancelAll() - Method in class synthesis.BaseSynthesizer
Cancels all items on the output queue.
cancelAll() - Method in class text.old_TextSynthesizer
Cancels all items on the output queue.
cancelAll() - Method in class text.radha_TextSynthesizer
Cancels all items on the output queue.
cancelAll() - Method in class text.TextSynthesizer
Cancels all items on the output queue.
cancelAllItems() - Method in class text.old_TextSynthesizer.OutputHandler
Cancels all items.
cancelAllItems() - Method in class text.radha_TextSynthesizer.OutputHandler
Cancels all items.
cancelAllItems() - Method in class text.TextSynthesizer.OutputHandler
Cancels all items.
cancelEngine() - Static method in class cepstral.JNICepstral
 
cancelItem() - Method in class text.old_TextSynthesizer.OutputHandler
Cancels the current item.
cancelItem(int) - Method in class text.old_TextSynthesizer.OutputHandler
Cancels all or just the current item.
cancelItem(Object) - Method in class text.old_TextSynthesizer.OutputHandler
Cancels the given item.
cancelItem() - Method in class text.radha_TextSynthesizer.OutputHandler
Cancels the current item.
cancelItem(int) - Method in class text.radha_TextSynthesizer.OutputHandler
Cancels all or just the current item.
cancelItem(Object) - Method in class text.radha_TextSynthesizer.OutputHandler
Cancels the given item.
cancelItem() - Method in class text.TextSynthesizer.OutputHandler
Cancels the current item.
cancelItem(int) - Method in class text.TextSynthesizer.OutputHandler
Cancels all or just the current item.
cancelItem(Object) - Method in class text.TextSynthesizer.OutputHandler
Cancels the given item.
cancelled() - Method in class synthesis.BaseSynthesizerQueueItem
indicate that this item has been cancelled
cepstral - package cepstral
 
cepstral_index - Variable in class vxmlsurfer.Processor
 
CEPSTRAL_SLOWEST - Static variable in class vxmlsurfer.Processor
 
cepstral_voices - Variable in class vxmlsurfer.Processor
 
cepstralPause - Static variable in class cepstral.JNICepstral
 
changeColor() - Method in class vxmlsurfer.Processor
this function changes forgroung and background color
changePitch(double) - Static method in class cepstral.JNICepstral
 
changeVoice(String) - Method in class cepstral.JNICepstral
 
checkEngineState(long) - Method in class engine.BaseEngine
Convenience method that throws an EngineStateError if any of the bits in the passed state are set in the state.
chooseAppropriateHandler(String) - Method in class vxmlsurfer.Processor
Finds the appropriate handler for the event.
CleanExit - Interface in vxmlsurfer
This Class has to be implemented by the application using the VXMLInterpreter The application will have to implement its Exiting logic in the cleanExit() method.
cleanExit() - Method in interface vxmlsurfer.CleanExit
The application using the VXMLInterpreter will have to implement the exit logic in this method.
clear() - Static method in class vxmlsurfer.Variables
Clears all variables reachable from the current scope.
clear(String[]) - Static method in class vxmlsurfer.Variables
Clears the specified variables.
CLEAR_ALL_STATE - Static variable in class engine.BaseEngine
Utility state for clearing the engineState.
clearButton - Variable in class engine.EngineEventPanel
The button for clearing the textArea.
clearStack() - Static method in class vxmlsurfer.Variables
Empties the stack of scopes.
clearText() - Method in class engine.EngineEventPanel
Clears the text in the text area.
clearText() - Method in class vxmlsurfer.InputWindow
clears text in the input window
ClientHttpRequest - Class in vxmlsurfer.bugreport
Title: Client HTTP Request class
ClientHttpRequest(URLConnection) - Constructor for class vxmlsurfer.bugreport.ClientHttpRequest
Creates a new multipart POST HTTP request on a freshly opened URLConnection
ClientHttpRequest(URL) - Constructor for class vxmlsurfer.bugreport.ClientHttpRequest
Creates a new multipart POST HTTP request for a specified URL
ClientHttpRequest(String) - Constructor for class vxmlsurfer.bugreport.ClientHttpRequest
Creates a new multipart POST HTTP request for a specified URL string
clone() - Method in class synthesis.BaseVoice
Creates a copy of this voice.
clone() - Method in class vxmlsurfer.EventCounters
make a clone
clone() - Method in class vxmlsurfer.EventManager
create new event scope
closeInputWindow() - Method in class vxmlsurfer.InputWindow
exiting from the system
colorCombos - Variable in class vxmlsurfer.Processor
 
comboKey - Variable in class vxmlsurfer.KeyEventListener
 
command - Variable in class text.old_TextSynthesizer
 
command - Variable in class text.radha_TextSynthesizer.OutputHandler
For the item at the top of the queue, the output command reflects whether item should be PAUSE, RESUME, CANCEL.
command - Variable in class text.TextSynthesizer.OutputHandler
For the item at the top of the queue, the output command reflects whether item should be PAUSE, RESUME, CANCEL.
command - Static variable in class vxmlsurfer.InputWindow
 
command - Variable in class vxmlsurfer.KeyEventListener
 
COMMAND_PREFIX - Static variable in class text.TextSynthesizerQueueItem
 
COMMAND_SUFFIX - Static variable in class text.TextSynthesizerQueueItem
 
commandLock - Variable in class text.old_TextSynthesizer.OutputHandler
Object on which accesses to the command must synchronize.
commandLock - Variable in class text.radha_TextSynthesizer.OutputHandler
Object on which accesses to the command must synchronize.
commandLock - Variable in class text.TextSynthesizer.OutputHandler
Object on which accesses to the command must synchronize.
CommandMap - Class in vxmlsurfer.voiceRecognizer
 
CommandMap() - Constructor for class vxmlsurfer.voiceRecognizer.CommandMap
 
commandMap - Variable in class vxmlsurfer.voiceRecognizer.CommandMap
 
completed() - Method in class synthesis.BaseSynthesizerQueueItem
indicate that this item has been completed
connect() - Method in class vxmlsurfer.bugreport.ClientHttpRequest
 
connection - Variable in class vxmlsurfer.bugreport.ClientHttpRequest
 
ContextScopes - Variable in class vxmlsurfer.ApplicationContextManager
 
cookies - Variable in class vxmlsurfer.bugreport.ClientHttpRequest
 
counter - Variable in class vxmlsurfer.Processor
 
createDocumentModel() - Static method in class vxmlsurfer.CustomField
 
createEngine() - Method in class text.TextSynthesizerModeDesc
Constructs a text synthesizer with the properties of this mode desc.
createEngineList(EngineModeDesc) - Method in class text.WrapEngineCentral
Returns a list containing a single reference to a TextSynthesizerModeDesc if the required features match those of the TextSynthesizer.
createEngineProperties() - Method in class engine.BaseEngine
Factory constructor for EngineProperties object.
createEngineProperties() - Method in class synthesis.BaseSynthesizer
Factory constructor for EngineProperties object.
createInput(String) - Method in class vxmlsurfer.Processor
This method creates the LSInput object for those uri that are not present in the cache.
createLeafDialogTable() - Method in class vxmlsurfer.ApplicationContext
initializes LeafDialogTable to a new HasMap
createQueueItem() - Method in class synthesis.BaseSynthesizer
Factory method that creates a BaseSynthesizerQueueItem.
createQueueItem() - Method in class text.old_TextSynthesizer
Creates a TextSynthesizerQueueItem.
createQueueItem() - Method in class text.radha_TextSynthesizer
Creates a TextSynthesizerQueueItem.
createQueueItem() - Method in class text.TextSynthesizer
Creates a TextSynthesizerQueueItem.
ctrlPressed - Variable in class vxmlsurfer.KeyEventListener
 
curEngine - Variable in class vxmlsurfer.Processor
 
currentApplicationFile - Variable in class vxmlsurfer.Processor
 
currentItem - Variable in class text.old_TextSynthesizer.OutputHandler
The current item to speak.
currentItem - Variable in class text.radha_TextSynthesizer.OutputHandler
The current item to speak.
currentItem - Variable in class text.TextSynthesizer.OutputHandler
The current item to speak.
currentItemLock - Variable in class text.old_TextSynthesizer.OutputHandler
Object to lock on for setting the current item.
currentItemLock - Variable in class text.radha_TextSynthesizer.OutputHandler
Object to lock on for setting the current item.
currentItemLock - Variable in class text.TextSynthesizer.OutputHandler
Object to lock on for setting the current item.
currentPitch - Variable in class synthesis.BaseSynthesizerProperties
The current pitch.
currentPitchRange - Variable in class synthesis.BaseSynthesizerProperties
The current pitch range.
currentSpeakingRate - Variable in class synthesis.BaseSynthesizerProperties
The current speaking rate.
currentVoice - Variable in class synthesis.BaseSynthesizerProperties
The current voice.
currentVolume - Variable in class synthesis.BaseSynthesizerProperties
The current volume.
currVoice - Variable in class vxmlsurfer.Processor
 
CustomField - Class in vxmlsurfer
 
CustomField(int, int) - Constructor for class vxmlsurfer.CustomField
 
CustomField.CustomDocument - Class in vxmlsurfer
 
CustomField.CustomDocument() - Constructor for class vxmlsurfer.CustomField.CustomDocument
 

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