|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.jdiskreport.model.statistic.TypeDistribution
public final class TypeDistribution
An abstract superclass for the size and modified distributions. These information are redundant and can be computed from the domain tree of directories and file infos.
Constructor Summary | |
---|---|
protected |
TypeDistribution()
Constructs an empty type distribution that contains no file types. |
Method Summary | |
---|---|
TableModel |
getTableModelByCount()
Lazily creates and returns a table model for this type distribution sorted by size. |
TableModel |
getTableModelBySize()
Lazily creates and returns a table model for this type distribution sorted by size. |
void |
replaceMapByArrays()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected TypeDistribution()
Method Detail |
---|
public TableModel getTableModelBySize()
public TableModel getTableModelByCount()
public void replaceMapByArrays()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |