org.jtheque.metrics.view.impl.model
Class TreeTableModelFactory

java.lang.Object
  extended by org.jtheque.metrics.view.impl.model.TreeTableModelFactory

public final class TreeTableModelFactory
extends Object

Author:
Baptiste Wicht

Method Summary
static ResultsTreeTableModel buildModel(Iterable<Project> projects)
          Build the model for the list of projects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

buildModel

public static ResultsTreeTableModel buildModel(Iterable<Project> projects)
Build the model for the list of projects.

Parameters:
projects - The projects to build the metrics for.
Returns:
The build model tree table model.


Copyright © 2010 JTheque. All Rights Reserved.