public class DynamicItemModel extends AbstractTableModel implements StateTableModel
listenerList
Modifier | Constructor and Description |
---|---|
protected |
DynamicItemModel(DynamicGraph graph) |
Modifier and Type | Method and Description |
---|---|
Class |
getColumnClass(int columnIndex) |
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getComponentCount() |
String |
getComponentName(int index) |
int |
getRowCount() |
byte[] |
getState(int index) |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isOutgoing(int row) |
void |
setContent(Object obj) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, isCellEditable, removeTableModelListener, setValueAt
protected DynamicItemModel(DynamicGraph graph)
public int getRowCount()
getRowCount
in interface TableModel
public int getColumnCount()
getColumnCount
in interface TableModel
public Class getColumnClass(int columnIndex)
getColumnClass
in interface TableModel
getColumnClass
in class AbstractTableModel
public Object getValueAt(int rowIndex, int columnIndex)
getValueAt
in interface TableModel
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public void setContent(Object obj)
obj
- the edited objectpublic boolean isOutgoing(int row)
public byte[] getState(int index)
getState
in interface StateTableModel
public int getComponentCount()
getComponentCount
in interface StateTableModel
public String getComponentName(int index)
getComponentName
in interface StateTableModel
Copyright © 2005–2020. All rights reserved.