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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getColumnClass(int col) intgetColumnName(int col) intgetValueAt(int row, int col) voidvoidsetPrimaryModel(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:
getRowCountin interfaceTableModel
-
getColumnCount
public int getColumnCount()- Specified by:
getColumnCountin interfaceTableModel
-
getColumnName
- Specified by:
getColumnNamein interfaceTableModel- Overrides:
getColumnNamein classAbstractTableModel
-
getColumnClass
- Specified by:
getColumnClassin interfaceTableModel- Overrides:
getColumnClassin classAbstractTableModel
-
getValueAt
- Specified by:
getValueAtin interfaceTableModel
-
propertyChange
- Specified by:
propertyChangein interfacePropertyChangeListener
-