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 TimeProperties. getTime(String key)Returns the time value associated with the key, or null if not found or not parseable.TimeProperties. getTime(String key, Time defValue)Returns the time value associated with the key, or the default value if not found or not parseable.static TimeDateUtils. nowTime()Returns a new Time object with the current time.Methods in adams.core with parameters of type Time Modifier and Type Method Description TimeProperties. getTime(String key, Time defValue)Returns the time value associated with the key, or the default value if not found or not parseable.voidProperties. 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 TimeBaseTime. 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 TimeCell. toTime()Returns the time content, null if not a time.TimeCellView. toTime()Returns the time content, null if not a time.TimeDoubleCell. toTime()Returns the time content, null if not a time.TimeFloatCell. 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 CellCell. setContent(Time value)Sets the content of the cell.CellCellView. setContent(Time value)Sets the content of the cell.CellDoubleCell. setContent(Time value)Sets the content of the cell.CellFloatCell. 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 TimeTimeChooserPanel. 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 StringTimeChooserPanel. 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 TimeUISettings. get(Class cls, String property, Time defValue)Returns the Time value.static TimeUISettings. 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 TimeUISettings. get(Class cls, String property, Time defValue)Returns the Time value.static TimeUISettings. get(Object obj, String property, Time defValue)Returns the Time value.static voidUISettings. set(Class cls, String property, Time value)Sets the Time value for the class.static voidUISettings. 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 TimeDataCellView. 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 CellDataCellView. setContent(Time value)Sets the content of the cell.
-