Uses of Interface
com.jgoodies.chart.TreeChartModel

Packages that use TreeChartModel
com.jgoodies.chart   
com.jgoodies.jdiskreport.model   
com.jgoodies.jdiskreport.model.node   
 

Uses of TreeChartModel in com.jgoodies.chart
 

Classes in com.jgoodies.chart that implement TreeChartModel
 class AbstractTreeChartModel<T>
          Reduces the effort required to implement the ChartModel interface.
 

Fields in com.jgoodies.chart declared as TreeChartModel
protected  TreeChartModel<T> AbstractTreeChart.model
           
 

Methods in com.jgoodies.chart that return TreeChartModel
 TreeChartModel<T> AbstractTreeChart.getModel()
           
 

Methods in com.jgoodies.chart with parameters of type TreeChartModel
 void AbstractTreeChart.setModel(TreeChartModel<T> newModel)
           
 

Constructors in com.jgoodies.chart with parameters of type TreeChartModel
AbstractTreeChart(TreeChartModel<T> model)
           
TreeMapChart(TreeChartModel<T> model)
           
TreePieChart(TreeChartModel<T> model)
           
 

Uses of TreeChartModel in com.jgoodies.jdiskreport.model
 

Methods in com.jgoodies.jdiskreport.model that return TreeChartModel
 TreeChartModel<AbstractNode> PresentationModel.getTreeChartModel()
           
 

Uses of TreeChartModel in com.jgoodies.jdiskreport.model.node
 

Classes in com.jgoodies.jdiskreport.model.node that implement TreeChartModel
 class FileTreeChartModel
          A TreeChartModel build from nodes of a file tree.
 

Methods in com.jgoodies.jdiskreport.model.node that return TreeChartModel
 TreeChartModel<AbstractNode> DirectoryNode.getTreeChartModel(GUISettings.SortMode sortMode, GUISettings.SizeMode sizeMode, boolean showFiles)
           
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.