Package org.jjazz.outputsynth.api.ui
Class RemapTableUI.Model
java.lang.Object
javax.swing.table.AbstractTableModel
org.jjazz.outputsynth.api.ui.RemapTableUI.Model
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,EventListener
,TableModel
- Enclosing class:
- RemapTableUI
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getColumnClass
(int col) int
getColumnName
(int col) int
getValueAt
(int row, int col) void
void
setPrimaryModel
(GMRemapTable model) Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
-
Field Details
-
ROW_DRUMS
public static final int ROW_DRUMS- See Also:
-
ROW_PERC
public static final int ROW_PERC- See Also:
-
ROW_GMVOICE_START
public static final int ROW_GMVOICE_START- See Also:
-
COL_ID
public static final int COL_ID- See Also:
-
COL_FAM
public static final int COL_FAM- See Also:
-
COL_INS
public static final int COL_INS- See Also:
-
COL_INS_MAP
public static final int COL_INS_MAP- See Also:
-
-
Constructor Details
-
Model
public Model()
-
-
Method Details
-
setPrimaryModel
-
getRowCount
public int getRowCount()- Specified by:
getRowCount
in interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCount
in interfaceTableModel
-
getColumnName
- Specified by:
getColumnName
in interfaceTableModel
- Overrides:
getColumnName
in classAbstractTableModel
-
getColumnClass
- Specified by:
getColumnClass
in interfaceTableModel
- Overrides:
getColumnClass
in classAbstractTableModel
-
getValueAt
- Specified by:
getValueAt
in interfaceTableModel
-
propertyChange
- Specified by:
propertyChange
in interfacePropertyChangeListener
-