|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.treetable.AbstractTreeTableModel
net.sourceforge.squirrel_sql.plugins.oracle.explainplan.ExplainPlanExecuter.ExplainPlanModel
public static class ExplainPlanExecuter.ExplainPlanModel
| Nested Class Summary | |
|---|---|
static class |
ExplainPlanExecuter.ExplainPlanModel.ExplainRow
|
| Field Summary |
|---|
| Fields inherited from class com.sun.treetable.AbstractTreeTableModel |
|---|
listenerList, root |
| Constructor Summary | |
|---|---|
ExplainPlanExecuter.ExplainPlanModel(ExplainPlanExecuter.ExplainPlanModel.ExplainRow root)
|
|
| Method Summary | |
|---|---|
Object |
getChild(Object node,
int i)
Returns the child of node at index i. |
int |
getChildCount(Object node)
Returns the number of children of node. |
Class<?> |
getColumnClass(int column)
Returns the class for the particular column. |
int |
getColumnCount()
Returns the number of columns. |
String |
getColumnName(int column)
Returns the name for a particular column. |
Object |
getValueAt(Object node,
int column)
Returns the value of the particular column. |
boolean |
isLeaf(Object node)
Returns true if the passed in object represents a leaf, false otherwise. |
| Methods inherited from class com.sun.treetable.AbstractTreeTableModel |
|---|
addTreeModelListener, fireTreeNodesChanged, fireTreeNodesInserted, fireTreeNodesRemoved, fireTreeStructureChanged, getIndexOfChild, getRoot, isCellEditable, removeTreeModelListener, setValueAt, valueForPathChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExplainPlanExecuter.ExplainPlanModel(ExplainPlanExecuter.ExplainPlanModel.ExplainRow root)
| Method Detail |
|---|
public int getChildCount(Object node)
node.
public Object getChild(Object node,
int i)
node at index i.
public boolean isLeaf(Object node)
isLeaf in interface TreeModelisLeaf in class com.sun.treetable.AbstractTreeTableModelpublic int getColumnCount()
public String getColumnName(int column)
public Class<?> getColumnClass(int column)
getColumnClass in interface com.sun.treetable.TreeTableModelgetColumnClass in class com.sun.treetable.AbstractTreeTableModel
public Object getValueAt(Object node,
int column)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||