public class OpTreeTableModel
extends org.jdesktop.swingx.treetable.AbstractTreeTableModel
TreeTableModel
implementation with columns and API tailored for
ImageJ Ops usage.Constructor and Description |
---|
OpTreeTableModel(boolean simple) |
Modifier and Type | Method and Description |
---|---|
Object |
getChild(Object node,
int index) |
int |
getChildCount(Object parent) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getIndexOfChild(Object parent,
Object child) |
OpTreeTableNode |
getRoot() |
Object |
getValueAt(Object node,
int column) |
boolean |
isLeaf(Object node) |
boolean |
isSimple() |
public boolean isSimple()
true
) or
developers (if false
).public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface org.jdesktop.swingx.treetable.TreeTableModel
getColumnName
in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
public int getChildCount(Object parent)
public boolean isLeaf(Object node)
public OpTreeTableNode getRoot()
Copyright © 2015–2021 Fiji. All rights reserved.