Ontimize 5.2072EN

com.ontimize.gui.table
Class TableSorter.Month

java.lang.Object
  extended bycom.ontimize.gui.table.TableSorter.DayMonthYear
      extended bycom.ontimize.gui.table.TableSorter.MonthYear
          extended bycom.ontimize.gui.table.TableSorter.Month
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TableSorter

protected static class TableSorter.Month
extends TableSorter.MonthYear

Class that contains date information, concretely dates, to allow fast comparisons when sorting.


Field Summary
 
Fields inherited from class com.ontimize.gui.table.TableSorter.DayMonthYear
d, m, rep, t, time, y
 
Constructor Summary
TableSorter.Month(int m, long time)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.ontimize.gui.table.TableSorter.DayMonthYear
compareTo, equals, getTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableSorter.Month

public TableSorter.Month(int m,
                         long time)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class TableSorter.MonthYear

Ontimize