public interface ColorTablesTableModel
extends javax.swing.table.TableModel
| Modifier and Type | Method and Description |
|---|---|
void |
addColorTable(<any> colorTable) |
<any> |
getColorTable(int index) |
java.util.List<<any>> |
getColorTables() |
void |
removeColorTable(int index) |
void |
setColorTable(int index,
ColorTable colorTableEdited) |
void addColorTable(<any> colorTable)
colorTable - void removeColorTable(int index)
index - <any> getColorTable(int index)
index - void setColorTable(int index,
ColorTable colorTableEdited)
selectedRow - colorTableEdited - java.util.List<<any>> getColorTables()