Uses of Class
adams.core.Time
-
Packages that use Time Package Description adams.core adams.core.base adams.data.spreadsheet adams.gui.chooser adams.gui.core adams.ml.data -
-
Uses of Time in adams.core
Methods in adams.core that return Time Modifier and Type Method Description Time
Properties. getTime(String key)
Returns the time value associated with the key, or null if not found or not parseable.Time
Properties. getTime(String key, Time defValue)
Returns the time value associated with the key, or the default value if not found or not parseable.static Time
DateUtils. nowTime()
Returns a new Time object with the current time.Methods in adams.core with parameters of type Time Modifier and Type Method Description Time
Properties. getTime(String key, Time defValue)
Returns the time value associated with the key, or the default value if not found or not parseable.void
Properties. setTime(String key, Time value)
Sets the time value. -
Uses of Time in adams.core.base
Methods in adams.core.base that return Time Modifier and Type Method Description Time
BaseTime. timeValue()
Returns the Time value. -
Uses of Time in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return Time Modifier and Type Method Description Time
Cell. toTime()
Returns the time content, null if not a time.Time
CellView. toTime()
Returns the time content, null if not a time.Time
DoubleCell. toTime()
Returns the time content, null if not a time.Time
FloatCell. toTime()
Returns the time content, null if not a time.Methods in adams.data.spreadsheet with parameters of type Time Modifier and Type Method Description Cell
Cell. setContent(Time value)
Sets the content of the cell.Cell
CellView. setContent(Time value)
Sets the content of the cell.Cell
DoubleCell. setContent(Time value)
Sets the content of the cell.Cell
FloatCell. setContent(Time value)
Sets the content of the cell. -
Uses of Time in adams.gui.chooser
Methods in adams.gui.chooser that return Time Modifier and Type Method Description protected Time
TimeChooserPanel. convert(Date date)
Converts the date into the appropriate derived type.Methods in adams.gui.chooser with parameters of type Time Modifier and Type Method Description protected String
TimeChooserPanel. toString(Time value)
Converts the value into its string representation. -
Uses of Time in adams.gui.core
Methods in adams.gui.core that return Time Modifier and Type Method Description static Time
UISettings. get(Class cls, String property, Time defValue)
Returns the Time value.static Time
UISettings. get(Object obj, String property, Time defValue)
Returns the Time value.Methods in adams.gui.core with parameters of type Time Modifier and Type Method Description static Time
UISettings. get(Class cls, String property, Time defValue)
Returns the Time value.static Time
UISettings. get(Object obj, String property, Time defValue)
Returns the Time value.static void
UISettings. set(Class cls, String property, Time value)
Sets the Time value for the class.static void
UISettings. set(Object obj, String property, Time value)
Sets the Time value for the object. -
Uses of Time in adams.ml.data
Methods in adams.ml.data that return Time Modifier and Type Method Description Time
DataCellView. toTime()
Returns the time content, null if not a time.Methods in adams.ml.data with parameters of type Time Modifier and Type Method Description Cell
DataCellView. setContent(Time value)
Sets the content of the cell.
-