public class LRMInitialStateModel extends AbstractTableModel
listenerList
Constructor and Description |
---|
LRMInitialStateModel(InitialStatesWidget panel,
CompositionSpecificationDialog dialog)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
doSetValueAt(Object value,
int rowIndex,
int columnIndex) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
List<byte[]> |
getInitialStates() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setTable(EnhancedJTable tableInitStates) |
void |
setValueAt(Object value,
int rowIndex,
int columnIndex) |
static String |
showValue(Integer element,
int maxValue) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
public LRMInitialStateModel(InitialStatesWidget panel, CompositionSpecificationDialog dialog)
panel
- dialog
- public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public static String showValue(Integer element, int maxValue)
element
- maxvalue
- public void setValueAt(Object value, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public void doSetValueAt(Object value, int rowIndex, int columnIndex)
public void setTable(EnhancedJTable tableInitStates)
public int getColumnCount()
public int getRowCount()
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public String getColumnName(int columnIndex)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
public List<byte[]> getInitialStates()
Copyright © 2005–2020. All rights reserved.