public class DefaultColorTablesTableModel extends javax.swing.table.AbstractTableModel implements ColorTablesTableModel
| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMN_CLASSES |
static int |
COLUMN_INTERPOLATED |
static int |
COLUMN_NAME |
static int |
COLUMN_PREVIEW |
| Constructor and Description |
|---|
DefaultColorTablesTableModel(java.util.List<<any>> colorTables) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColorTable(<any> colorTable) |
<any> |
getColorTable(int index) |
java.util.List<<any>> |
getColorTables() |
java.lang.Class<?> |
getColumnClass(int col) |
int |
getColumnCount() |
java.lang.String |
getColumnName(int column) |
int |
getRowCount() |
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int row,
int col) |
void |
removeColorTable(int index) |
void |
setColorTable(int index,
ColorTable colorTableEdited) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener, setValueAtpublic static final int COLUMN_PREVIEW
public static final int COLUMN_NAME
public static final int COLUMN_CLASSES
public static final int COLUMN_INTERPOLATED
public DefaultColorTablesTableModel(java.util.List<<any>> colorTables)
bandsInfo - public int getRowCount()
getRowCount in interface javax.swing.table.TableModelpublic int getColumnCount()
getColumnCount in interface javax.swing.table.TableModelpublic java.lang.Object getValueAt(int rowIndex,
int columnIndex)
getValueAt in interface javax.swing.table.TableModelpublic java.lang.String getColumnName(int column)
getColumnName in interface javax.swing.table.TableModelgetColumnName in class javax.swing.table.AbstractTableModelpublic boolean isCellEditable(int row,
int col)
isCellEditable in interface javax.swing.table.TableModelisCellEditable in class javax.swing.table.AbstractTableModelpublic java.lang.Class<?> getColumnClass(int col)
getColumnClass in interface javax.swing.table.TableModelgetColumnClass in class javax.swing.table.AbstractTableModelpublic void addColorTable(<any> colorTable)
addColorTable in interface ColorTablesTableModelpublic void removeColorTable(int index)
removeColorTable in interface ColorTablesTableModelpublic <any> getColorTable(int index)
getColorTable in interface ColorTablesTableModelpublic void setColorTable(int index,
ColorTable colorTableEdited)
setColorTable in interface ColorTablesTableModelpublic java.util.List<<any>> getColorTables()
getColorTables in interface ColorTablesTableModel