Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

ikayaki.gui.ProjectExplorerTable.ProjectExplorerTableComparator Class Reference

List of all members.

Public Member Functions

int compare (File a, File b)

Private Member Functions

int compareTimestamps (File a, File b)

Detailed Description

Comparator used for ProjectExplorerTable sorting.

Definition at line 656 of file ProjectExplorerTable.java.


Member Function Documentation

int ikayaki.gui.ProjectExplorerTable.ProjectExplorerTableComparator.compare File  a,
File  b
 

Definition at line 657 of file ProjectExplorerTable.java.

References ikayaki.Project.getType(), and ikayaki.gui.null.

Here is the call graph for this function:

int ikayaki.gui.ProjectExplorerTable.ProjectExplorerTableComparator.compareTimestamps File  a,
File  b
[private]
 

Helper method for comparing project timestamps.

Parameters:
a project file a
b project file b
Returns:
<0 if a's timestamp < b's timestamp, 0 if the same, >0 if a's timestamp > b's timestamp

Definition at line 688 of file ProjectExplorerTable.java.

References ikayaki.Project.getTimestamp(), ikayaki.Project.loadProject(), and ikayaki.gui.null.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Fri May 6 16:01:09 2005 for Squid by  doxygen 1.4.1