public class DncExplorerTreeTableModel
extends org.jdesktop.swingx.treetable.AbstractTreeTableModel
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
Object |
getChild(Object parent,
int index) |
int |
getChildCount(Object parent) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getIndexOfChild(Object parent,
Object child) |
Object |
getValueAt(Object node,
int column) |
void |
retainChunks(Set<DncChunks.DncChunkKey> chunkKeys) |
void |
setChunkFeatures(DncChunks.DncChunkKey chunkKey,
Collection<DncFeature> features) |
public void dispose()
public void retainChunks(Set<DncChunks.DncChunkKey> chunkKeys)
public void setChunkFeatures(DncChunks.DncChunkKey chunkKey, Collection<DncFeature> features)
public int getChildCount(Object parent)
public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface org.jdesktop.swingx.treetable.TreeTableModel
getColumnName
in class org.jdesktop.swingx.treetable.AbstractTreeTableModel
Copyright © 2016 Metron, Inc.. All rights reserved.