Uses of Class
adams.core.DateTime
-
Packages that use DateTime Package Description adams.core adams.core.base adams.data.spreadsheet adams.gui.chooser adams.gui.core adams.ml.data -
-
Uses of DateTime in adams.core
Methods in adams.core that return DateTime Modifier and Type Method Description DateTimeProperties. getDateTime(String key)Returns the date/time value associated with the key, or null if not found or not parseable.DateTimeProperties. getDateTime(String key, DateTime defValue)Returns the date/time value associated with the key, or the default value if not found or not parseable.static DateTimeDateUtils. now()Returns a new DateTime object with the current date/time.Methods in adams.core with parameters of type DateTime Modifier and Type Method Description DateTimeProperties. getDateTime(String key, DateTime defValue)Returns the date/time value associated with the key, or the default value if not found or not parseable.voidProperties. setDateTime(String key, DateTime value)Sets the date/time value. -
Uses of DateTime in adams.core.base
Methods in adams.core.base that return DateTime Modifier and Type Method Description DateTimeBaseDateTime. dateTimeValue()Returns the DateTime value. -
Uses of DateTime in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return DateTime Modifier and Type Method Description DateTimeCell. toDateTime()Returns the date/time content, null if not a date/time.DateTimeCellView. toDateTime()Checks whether the cell represents a date/time with msec value.DateTimeDoubleCell. toDateTime()Returns the date/time content, null if not a date/time.DateTimeFloatCell. toDateTime()Returns the date/time content, null if not a date/time.Methods in adams.data.spreadsheet with parameters of type DateTime Modifier and Type Method Description CellCell. setContent(DateTime value)Sets the content of the cell.CellCellView. setContent(DateTime value)Sets the content of the cell.CellDoubleCell. setContent(DateTime value)Sets the content of the cell.CellFloatCell. setContent(DateTime value)Sets the content of the cell. -
Uses of DateTime in adams.gui.chooser
Methods in adams.gui.chooser that return DateTime Modifier and Type Method Description protected DateTimeDateTimeChooserPanel. convert(Date date)Converts the date into the appropriate derived type.Methods in adams.gui.chooser with parameters of type DateTime Modifier and Type Method Description protected StringDateTimeChooserPanel. toString(DateTime value)Converts the value into its string representation. -
Uses of DateTime in adams.gui.core
Methods in adams.gui.core that return DateTime Modifier and Type Method Description static DateTimeUISettings. get(Class cls, String property, DateTime defValue)Returns the DateTime value.static DateTimeUISettings. get(Object obj, String property, DateTime defValue)Returns the DateTime value.Methods in adams.gui.core with parameters of type DateTime Modifier and Type Method Description static DateTimeUISettings. get(Class cls, String property, DateTime defValue)Returns the DateTime value.static DateTimeUISettings. get(Object obj, String property, DateTime defValue)Returns the DateTime value.static voidUISettings. set(Class cls, String property, DateTime value)Sets the DateTime value for the class.static voidUISettings. set(Object obj, String property, DateTime value)Sets the DateTime value for the object. -
Uses of DateTime in adams.ml.data
Methods in adams.ml.data that return DateTime Modifier and Type Method Description DateTimeDataCellView. toDateTime()Returns the date/time content, null if not a date/time.Methods in adams.ml.data with parameters of type DateTime Modifier and Type Method Description CellDataCellView. setContent(DateTime value)Sets the content of the cell.
-