org.objectweb.jac.aspects.gui
Class DateHourFormat

java.lang.Object
  |
  +--org.objectweb.jac.aspects.gui.DateFormat
        |
        +--org.objectweb.jac.aspects.gui.DateHourFormat
All Implemented Interfaces:
Format

public class DateHourFormat
extends DateFormat


Field Summary
 
Fields inherited from class org.objectweb.jac.aspects.gui.DateFormat
field, format
 
Constructor Summary
DateHourFormat(FieldItem field)
           
 
Method Summary
protected  SimpleDateFormat getFormat(FieldItem field)
           
 
Methods inherited from class org.objectweb.jac.aspects.gui.DateFormat
format, parse, parseDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateHourFormat

public DateHourFormat(FieldItem field)
Method Detail

getFormat

protected SimpleDateFormat getFormat(FieldItem field)
Overrides:
getFormat in class DateFormat