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 DateTime
Properties. getDateTime(String key)
Returns the date/time value associated with the key, or null if not found or not parseable.DateTime
Properties. 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 DateTime
DateUtils. 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 DateTime
Properties. getDateTime(String key, DateTime defValue)
Returns the date/time value associated with the key, or the default value if not found or not parseable.void
Properties. 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 DateTime
BaseDateTime. 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 DateTime
Cell. toDateTime()
Returns the date/time content, null if not a date/time.DateTime
CellView. toDateTime()
Checks whether the cell represents a date/time with msec value.DateTime
DoubleCell. toDateTime()
Returns the date/time content, null if not a date/time.DateTime
FloatCell. 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 Cell
Cell. setContent(DateTime value)
Sets the content of the cell.Cell
CellView. setContent(DateTime value)
Sets the content of the cell.Cell
DoubleCell. setContent(DateTime value)
Sets the content of the cell.Cell
FloatCell. 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 DateTime
DateTimeChooserPanel. 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 String
DateTimeChooserPanel. 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 DateTime
UISettings. get(Class cls, String property, DateTime defValue)
Returns the DateTime value.static DateTime
UISettings. 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 DateTime
UISettings. get(Class cls, String property, DateTime defValue)
Returns the DateTime value.static DateTime
UISettings. get(Object obj, String property, DateTime defValue)
Returns the DateTime value.static void
UISettings. set(Class cls, String property, DateTime value)
Sets the DateTime value for the class.static void
UISettings. 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 DateTime
DataCellView. 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 Cell
DataCellView. setContent(DateTime value)
Sets the content of the cell.
-