- java.lang.Object
-
- impl.org.controlsfx.i18n.Translation
-
- All Implemented Interfaces:
Comparable<Translation>
public class Translation extends Object implements Comparable<Translation>
-
-
Constructor Summary
Constructors Constructor Description Translation(String locale, Path path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Translation o)
Locale
getLocale()
String
getLocaleString()
Path
getPath()
String
toString()
-
-
-
Method Detail
-
getLocaleString
public final String getLocaleString()
-
getLocale
public final Locale getLocale()
-
getPath
public final Path getPath()
-
compareTo
public int compareTo(Translation o)
- Specified by:
compareTo
in interfaceComparable<Translation>
-
-