Class DncExplorerTreeTableModel
- java.lang.Object
-
- org.jdesktop.swingx.treetable.AbstractTreeTableModel
-
- com.metsci.glimpse.extras.examples.dnc.DncExplorerTreeTableModel
-
- All Implemented Interfaces:
TreeModel,org.jdesktop.swingx.treetable.TreeTableModel
public class DncExplorerTreeTableModel extends org.jdesktop.swingx.treetable.AbstractTreeTableModel
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()ObjectgetChild(Object parent, int index)intgetChildCount(Object parent)intgetColumnCount()StringgetColumnName(int column)intgetIndexOfChild(Object parent, Object child)ObjectgetValueAt(Object node, int column)voidretainChunks(Set<DncChunks.DncChunkKey> chunkKeys)voidsetChunkFeatures(DncChunks.DncChunkKey chunkKey, Collection<DncFeature> features)
-
-
-
Method Detail
-
dispose
public void dispose()
-
retainChunks
public void retainChunks(Set<DncChunks.DncChunkKey> chunkKeys)
-
setChunkFeatures
public void setChunkFeatures(DncChunks.DncChunkKey chunkKey, Collection<DncFeature> features)
-
getChildCount
public int getChildCount(Object parent)
-
getColumnCount
public int getColumnCount()
-
getColumnName
public String getColumnName(int column)
- Specified by:
getColumnNamein interfaceorg.jdesktop.swingx.treetable.TreeTableModel- Overrides:
getColumnNamein classorg.jdesktop.swingx.treetable.AbstractTreeTableModel
-
-