Uses of Class
adams.core.base.BaseTimeMsec
-
Packages that use BaseTimeMsec Package Description adams.core.base adams.gui.goe -
-
Uses of BaseTimeMsec in adams.core.base
Methods in adams.core.base that return BaseTimeMsec Modifier and Type Method Description static BaseTimeMsec
BaseTimeMsec. infinityFuture()
Returns a new BaseTimeMsec object initialized with the INF_FUTURE placeholder.static BaseTimeMsec
BaseTimeMsec. infinityPast()
Returns a new BaseTimeMsec object initialized with the INF_PAST placeholder.static BaseTimeMsec
BaseTimeMsec. now()
Returns a new BaseTimeMsec object initialized with the NOW placeholder. -
Uses of BaseTimeMsec in adams.gui.goe
Methods in adams.gui.goe that return BaseTimeMsec Modifier and Type Method Description protected BaseTimeMsec
BaseTimeMsecEditor. newDateType(String s)
Returns a new instance of the date type.protected BaseTimeMsec
BaseTimeMsecEditor. newDateType(Date d)
Returns a new instance of the date type.
-