com.jgoodies.jdiskreport.model.statistic
Class TopList
java.lang.Object
com.jgoodies.jdiskreport.model.statistic.TopList
public final class TopList
- extends Object
Describes a list with a limited amount of elements.
- Version:
- $Revision: 1.10 $
- Author:
- Karsten Lentzsch
LARGEST_COMPARATOR
public static final Comparator<FileNode> LARGEST_COMPARATOR
OLDEST_COMPARATOR
public static final Comparator<FileNode> OLDEST_COMPARATOR
NEWEST_COMPARATOR
public static final Comparator<FileNode> NEWEST_COMPARATOR
first
public FileNode first()
getTableModel
public TableModel getTableModel()
- Lazily creates and returns a table model for this top list.
- Returns:
- a TableModel that represents this top list
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.