net.sourceforge.jsh3modtool.gui.imagetable.cellsorters
Class DateCellSorter

java.lang.Object
  extended by net.sourceforge.jsh3modtool.gui.imagetable.cellsorters.AbstractCellSorter
      extended by net.sourceforge.jsh3modtool.gui.imagetable.cellsorters.DateCellSorter
All Implemented Interfaces:
java.util.Comparator

public class DateCellSorter
extends AbstractCellSorter

A cell sorter that sorts the date of the cells.

Author:
erma

Constructor Summary
DateCellSorter()
           
 
Method Summary
 int compare(java.lang.Object o1, java.lang.Object o2)
          
 
Methods inherited from class net.sourceforge.jsh3modtool.gui.imagetable.cellsorters.AbstractCellSorter
getFileName, isFolderCell, isImageCell
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DateCellSorter

public DateCellSorter()
Method Detail

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)



Copyright © 2005 sourceforge.net. All Rights Reserved.