public class SourceTableModel extends AbstractTableModel
Modifier and Type | Field and Description |
---|---|
static int |
COLOR_COLUMN |
static int |
IS_ACTIVE_COLUMN |
static int |
IS_CURRENT_COLUMN |
static int |
NAME_COLUMN |
listenerList
Constructor and Description |
---|
SourceTableModel(ViewerState state,
ConverterSetups converterSetups) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
bdv.ui.sourcetable.SourceTableModel.SourceModel |
getValueAt(int rowIndex) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
public static final int NAME_COLUMN
public static final int IS_CURRENT_COLUMN
public static final int IS_ACTIVE_COLUMN
public static final int COLOR_COLUMN
public SourceTableModel(ViewerState state, ConverterSetups converterSetups)
public int getRowCount()
public int getColumnCount()
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public bdv.ui.sourcetable.SourceTableModel.SourceModel getValueAt(int rowIndex)
Copyright © 2015–2021 Fiji. All rights reserved.