- java.lang.Object
- 
- impl.org.controlsfx.i18n.Translation
 
- 
- All Implemented Interfaces:
- Comparable<Translation>
 
 public class Translation extends Object implements Comparable<Translation> 
- 
- 
Constructor SummaryConstructors Constructor Description Translation(String locale, Path path)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Translation o)LocalegetLocale()StringgetLocaleString()PathgetPath()StringtoString()
 
- 
- 
- 
Method Detail- 
getLocaleStringpublic final String getLocaleString() 
 - 
getLocalepublic final Locale getLocale() 
 - 
getPathpublic final Path getPath() 
 - 
compareTopublic int compareTo(Translation o) - Specified by:
- compareToin interface- Comparable<Translation>
 
 
- 
 
-