|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.speech.engine.synthesis.SynthesizerSelector
GUI that displays a list of Synthesizer
names in a
dialog box. When the user makes a selection, the selected
SynthesizerModeDesc
is returned to the caller.
Constructor Summary | |
SynthesizerSelector()
|
Method Summary | |
static javax.speech.synthesis.SynthesizerModeDesc |
getSynthesizerModeDesc(java.awt.Component component,
java.lang.String appName)
Asks Central for a list of available synthesizers.
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SynthesizerSelector()
Method Detail |
public static javax.speech.synthesis.SynthesizerModeDesc getSynthesizerModeDesc(java.awt.Component component, java.lang.String appName)
Central
for a list of available synthesizers.
If there are none, returns null
. If there is only
one, returns it. Otherwise, pops up an input dialog that gives
the user a choice.
component
- the component for JOptionPane.showInputDialogappName
- the title for the input dialog
SynthesizerModeDesc
representing the
synthesizer to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |