| java.lang.Object org.netbeans.installer.utils.helper.swing.NbiTreeTableModel
NbiTreeTableModel | abstract public class NbiTreeTableModel implements TableModel(Code) | | author: Kirill Sorokin |
cancelConsume | final void cancelConsume()(Code) | | |
consumeNextExpansionEvent | final void consumeNextExpansionEvent()(Code) | | |
fireTableRowsDeleted | protected void fireTableRowsDeleted(int firstRow, int lastRow)(Code) | | |
fireTableRowsInserted | protected void fireTableRowsInserted(int firstRow, int lastRow)(Code) | | |
fireTableRowsUpdated | protected void fireTableRowsUpdated(int firstRow, int lastRow)(Code) | | |
getColumnClass | abstract public Class> getColumnClass(int column)(Code) | | |
getColumnCount | abstract public int getColumnCount()(Code) | | |
getColumnName | abstract public String getColumnName(int column)(Code) | | |
getRowCount | final public int getRowCount()(Code) | | |
getTreeColumnIndex | abstract public int getTreeColumnIndex()(Code) | | |
getValueAt | abstract public Object getValueAt(int row, int column)(Code) | | |
isCellEditable | abstract public boolean isCellEditable(int row, int column)(Code) | | |
setValueAt | abstract public void setValueAt(Object value, int row, int column)(Code) | | |
|
|