org.hibernate.tool.stat
Class StatisticsTreeModel

java.lang.Object
  extended by org.hibernate.tool.stat.AbstractTreeModel
      extended by org.hibernate.tool.stat.StatisticsTreeModel
All Implemented Interfaces:
TreeModel

public class StatisticsTreeModel
extends AbstractTreeModel


Constructor Summary
StatisticsTreeModel(org.hibernate.stat.Statistics stats)
           
 
Method Summary
 Object getChild(Object parent, int index)
           
 int getChildCount(Object parent)
           
 int getIndexOfChild(Object parent, Object child)
           
 Object getRoot()
           
 boolean isCache(Object o)
           
 boolean isCollections(Object o)
           
 boolean isContainer(Object o)
           
 boolean isEntities(Object o)
           
 boolean isLeaf(Object node)
           
 boolean isQueries(Object o)
           
 
Methods inherited from class org.hibernate.tool.stat.AbstractTreeModel
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, removeTreeModelListener, valueForPathChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsTreeModel

public StatisticsTreeModel(org.hibernate.stat.Statistics stats)
Method Detail

getChild

public Object getChild(Object parent,
                       int index)

getChildCount

public int getChildCount(Object parent)

getIndexOfChild

public int getIndexOfChild(Object parent,
                           Object child)

getRoot

public Object getRoot()

isLeaf

public boolean isLeaf(Object node)

isQueries

public boolean isQueries(Object o)

isCollections

public boolean isCollections(Object o)

isEntities

public boolean isEntities(Object o)

isCache

public boolean isCache(Object o)

isContainer

public boolean isContainer(Object o)