|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jdesktop.swingx.treetable.AbstractMutableTreeTableNode
org.jtheque.metrics.view.impl.nodes.AbstractResultTreeTableNode
org.jtheque.metrics.view.impl.nodes.lines.physical.ProjectPhysicalLinesNode
public final class ProjectPhysicalLinesNode
A node to display a project in the "physical lines" mode.
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 |
---|
public ProjectPhysicalLinesNode(Project project)
project
- The project.Method Detail |
---|
public Object getValueAt(int column)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |