org.jtheque.metrics.view.impl.nodes.lines.physical
Class ProjectPhysicalLinesNode

java.lang.Object
  extended by org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
      extended by org.jtheque.metrics.view.impl.nodes.AbstractResultTreeTableNode
          extended by org.jtheque.metrics.view.impl.nodes.lines.physical.ProjectPhysicalLinesNode
All Implemented Interfaces:
TreeNode, org.jdesktop.swingx.treetable.MutableTreeTableNode, org.jdesktop.swingx.treetable.TreeTableNode, Element

public final class ProjectPhysicalLinesNode
extends AbstractResultTreeTableNode

A node to display a project in the "physical lines" mode.

Author:
Baptiste Wicht

Field Summary
 
Fields inherited from class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
allowsChildren, children, parent, userObject
 
Constructor Summary
ProjectPhysicalLinesNode(Project project)
          Construct a new ProjectPhysicalLinesNode for a specific project.
 
Method Summary
 Object getValueAt(int column)
           
 
Methods inherited from class org.jtheque.metrics.view.impl.nodes.AbstractResultTreeTableNode
getColumnCount, getName
 
Methods inherited from class org.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
add, children, createChildrenList, getAllowsChildren, getChildAt, getChildCount, getIndex, getParent, getUserObject, insert, isEditable, isLeaf, remove, remove, removeFromParent, setAllowsChildren, setParent, setUserObject, setValueAt, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectPhysicalLinesNode

public ProjectPhysicalLinesNode(Project project)
Construct a new ProjectPhysicalLinesNode for a specific project.

Parameters:
project - The project.
Method Detail

getValueAt

public Object getValueAt(int column)


Copyright © 2010 JTheque. All Rights Reserved.