Uses of Class
org.springframework.richclient.text.TimeFormat

Packages that use TimeFormat
org.springframework.richclient.table.renderer   
org.springframework.richclient.text   
 

Uses of TimeFormat in org.springframework.richclient.table.renderer
 

Fields in org.springframework.richclient.table.renderer declared as TimeFormat
 TimeFormat TimeTableCellRenderer.formatter
           
 

Constructors in org.springframework.richclient.table.renderer with parameters of type TimeFormat
TimeTableCellRenderer(TimeFormat formatter)
           
 

Uses of TimeFormat in org.springframework.richclient.text
 

Methods in org.springframework.richclient.text that return TimeFormat
static TimeFormat TimeFormat.getDaysInstance()
          Returns a standard TimeFormat that formats using days, hours, minutes, and seconds.
static TimeFormat TimeFormat.getMillisecondsInstance()
          Returns a TimeFormat that formats using days, hours, minutes, seconds, and milliseconds.
 



Copyright © 2004-2008 The Spring Framework. All Rights Reserved.