| Package | Description | 
|---|---|
| marytts.tools.install | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LanguageComponentDescription  | 
class  | 
VoiceComponentDescription  | 
| Modifier and Type | Method and Description | 
|---|---|
ComponentDescription | 
ComponentDescription.getAvailableUpdate()
If this component has an available update, get that update. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
ComponentDescription.compareTo(ComponentDescription o)
Define a natural ordering for component descriptions. 
 | 
boolean | 
ComponentDescription.isUpdateOf(ComponentDescription other)
This is an update of other if and only if the following is true:
 
 Both components have the same type (as identified by the class) and name;
 other has status INSTALLED;
 our version number is higher than other's version number.
  
 | 
void | 
ComponentDescription.setAvailableUpdate(ComponentDescription aDesc)
Set the given component description as the available update of this component. 
 | 
| Constructor and Description | 
|---|
ShortDescriptionPanel(ComponentDescription desc,
                     VoiceUpdateListener voiceUpdate)
Creates new form ShortDescriptionPanel 
 | 
| Constructor and Description | 
|---|
LicensePanel(URL licenseURL,
            SortedSet<ComponentDescription> comps)
Creates new form LicensePanel 
 | 
ProgressPanel(List<ComponentDescription> componentsToProcess,
             boolean install)
Creates new form ProgressPanel 
 | 
Copyright © 2000–2016 DFKI GmbH. All rights reserved.