Uses of Class
com.ccg.util.TimeSpan

Packages that use TimeSpan
com.ccg.swing Swing Components/Utilities. 
com.ccg.util General Utility Classes. 
 

Uses of TimeSpan in com.ccg.swing
 

Methods in com.ccg.swing with parameters of type TimeSpan
static TextFieldFormat TextFieldFormat.createDateEntry(DateFormat df, Date init, TimeSpan ts)
          Create a date entry field (where user can type strings like: "1963-Dec-25").
 

Constructors in com.ccg.swing with parameters of type TimeSpan
DateFieldFormat(DateFormat df, Date init, TimeSpan ts)
           
 

Uses of TimeSpan in com.ccg.util
 

Methods in com.ccg.util that return TimeSpan
 TimeSpan TagLookup.getTimeSpan(String skey, String ekey, TimeSpan def)
          Lookup two date values from a pair of keys and convert it to a TimeSpan This method looks up the string value for two particular key values and attempts to convert them into a TimeSpan object (you use this method if you allow a time span to be specified).
 TimeSpan TagLookup.getTimeSpan(String skey, String ekey, TimeSpan def, DateFormat df)
          Lookup two date values from a pair of keys and convert it to a TimeSpan This method looks up the string value for two particular key values and attempts to convert them into a TimeSpan object (you use this method if you allow a time span to be specified).
 TimeSpan Convert.toTimeSpan(String sval, String eval, TimeSpan def)
          Convert two strings containing date/time info to a TimeSpan.
 

Methods in com.ccg.util with parameters of type TimeSpan
 boolean TimeSpan.containsTimeSpan(TimeSpan span)
          Determines if this time span contains another TimeSpan object.
 TimeSpan TagLookup.getTimeSpan(String skey, String ekey, TimeSpan def)
          Lookup two date values from a pair of keys and convert it to a TimeSpan This method looks up the string value for two particular key values and attempts to convert them into a TimeSpan object (you use this method if you allow a time span to be specified).
 TimeSpan TagLookup.getTimeSpan(String skey, String ekey, TimeSpan def, DateFormat df)
          Lookup two date values from a pair of keys and convert it to a TimeSpan This method looks up the string value for two particular key values and attempts to convert them into a TimeSpan object (you use this method if you allow a time span to be specified).
 void TimeSpan.intersect(TimeSpan with)
          Create the intersection between this object and another TimeSpan.
 boolean TimeSpan.intersectsTimeSpan(TimeSpan span)
          Determines if this time span intersects with another TimeSpan object.
 TimeSpan Convert.toTimeSpan(String sval, String eval, TimeSpan def)
          Convert two strings containing date/time info to a TimeSpan.
 void TimeSpan.union(TimeSpan with)
          Create the union between this object and another TimeSpan.
 



Copyright 1998-1998-2006 null. All Rights Reserved.