Uses of Class
org.stellarium.StelApp.DATE_FORMAT

Packages that use StelApp.DATE_FORMAT
org.stellarium   
 

Uses of StelApp.DATE_FORMAT in org.stellarium
 

Fields in org.stellarium declared as StelApp.DATE_FORMAT
private  StelApp.DATE_FORMAT StelApp.dateFormat
           
 

Methods in org.stellarium that return StelApp.DATE_FORMAT
private  StelApp.DATE_FORMAT StelApp.stringToSDateFormat(java.lang.String df)
          Convert the date format enum to its associated String and reverse
static StelApp.DATE_FORMAT StelApp.DATE_FORMAT.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StelApp.DATE_FORMAT[] StelApp.DATE_FORMAT.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.stellarium with parameters of type StelApp.DATE_FORMAT
private  java.lang.String StelApp.sDateFormatToString(StelApp.DATE_FORMAT df)