public static class DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode extends DefaultTableModel implements TableModel
Modifier and Type | Class and Description |
---|---|
static class |
DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode.DefaultProblem |
columnIdentifiers, dataVector
listenerList
Constructor and Description |
---|
DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode(ScriptingUIManager uimanager) |
Modifier and Type | Method and Description |
---|---|
void |
add(DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode.DefaultProblem row) |
Class<?> |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int columnIndex) |
JScriptingComposer.Problems.Problem |
getProblem(int rowIndex) |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
removeAll() |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex) |
addColumn, addColumn, addColumn, addRow, addRow, convertToVector, convertToVector, getDataVector, insertRow, insertRow, moveRow, newDataAvailable, newRowsAdded, removeRow, rowsRemoved, setColumnCount, setColumnIdentifiers, setColumnIdentifiers, setDataVector, setDataVector, setNumRows, setRowCount
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, removeTableModelListener
public DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode(ScriptingUIManager uimanager)
public void add(DefaultJScriptingComposer.DefaultProblems.ProblemsTableMode.DefaultProblem row)
public int getRowCount()
getRowCount
in interface TableModel
getRowCount
in class DefaultTableModel
public int getColumnCount()
getColumnCount
in interface TableModel
getColumnCount
in class DefaultTableModel
public String getColumnName(int columnIndex)
getColumnName
in interface TableModel
getColumnName
in class DefaultTableModel
public Class<?> getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public boolean isCellEditable(int rowIndex, int columnIndex)
isCellEditable
in interface TableModel
isCellEditable
in class DefaultTableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
getValueAt
in class DefaultTableModel
public JScriptingComposer.Problems.Problem getProblem(int rowIndex)
public void setValueAt(Object aValue, int rowIndex, int columnIndex)
setValueAt
in interface TableModel
setValueAt
in class DefaultTableModel
public void removeAll()