protected class BpmnPropertyPanel.StartElementsTableModel
extends javax.swing.table.AbstractTableModel
Modifier and Type | Field and Description |
---|---|
protected ConfigurationModel |
confmodel
The configuration model.
|
Constructor and Description |
---|
StartElementsTableModel(ConfigurationModel confmodel) |
Modifier and Type | Method and Description |
---|---|
int |
getColumnCount()
Returns the column count.
|
java.lang.String |
getColumnName(int column)
Gets the column name.
|
int |
getRowCount()
Returns the row count.
|
java.lang.Object |
getValueAt(int rowIndex,
int columnIndex)
Gets the value.
|
boolean |
isCellEditable(int rowIndex,
int columnIndex)
Returns whether a cell is editable.
|
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener, setValueAt
protected ConfigurationModel confmodel
public StartElementsTableModel(ConfigurationModel confmodel)
public java.lang.String getColumnName(int column)
getColumnName
in interface javax.swing.table.TableModel
getColumnName
in class javax.swing.table.AbstractTableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface javax.swing.table.TableModel
isCellEditable
in class javax.swing.table.AbstractTableModel
rowIndex
- The row being queried.columnIndex
- The column being queried.public int getRowCount()
public int getColumnCount()
public java.lang.Object getValueAt(int rowIndex, int columnIndex)
rowIndex
- The row.columnIndex
- The column.