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, setValueAtpublic 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 TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
public Class<?> getColumnClass(int columnIndex)
getColumnClass in interface TableModelgetColumnClass in class AbstractTableModelpublic boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic bdv.ui.sourcetable.SourceTableModel.SourceModel getValueAt(int rowIndex)
Copyright © 2015–2021 Fiji. All rights reserved.