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 BaseTimeMsecBaseTimeMsec. infinityFuture()Returns a new BaseTimeMsec object initialized with the INF_FUTURE placeholder.static BaseTimeMsecBaseTimeMsec. infinityPast()Returns a new BaseTimeMsec object initialized with the INF_PAST placeholder.static BaseTimeMsecBaseTimeMsec. 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 BaseTimeMsecBaseTimeMsecEditor. newDateType(String s)Returns a new instance of the date type.protected BaseTimeMsecBaseTimeMsecEditor. newDateType(Date d)Returns a new instance of the date type.
-