de.glossmaker.gui.bibtex.model
Class InBookTableModel
java.lang.Object
javax.swing.table.AbstractTableModel
de.glossmaker.gui.bibtex.model.AItemTableModel
de.glossmaker.gui.bibtex.model.InBookTableModel
- All Implemented Interfaces:
- Serializable, TableModel
public class InBookTableModel
- extends AItemTableModel
- Author:
- Markus Flingelli
- See Also:
- Serialized Form
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InBookTableModel
public InBookTableModel(BibItems items,
InBook inBook)
getOptionalRow
public int getOptionalRow()
- Specified by:
getOptionalRow
in class AItemTableModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface TableModel
- Overrides:
getRowCount
in class AItemTableModel
getValueAt
public Object getValueAt(int row,
int col)
- Specified by:
getValueAt
in interface TableModel
- Overrides:
getValueAt
in class AItemTableModel
isCellEditable
public boolean isCellEditable(int row,
int col)
- Specified by:
isCellEditable
in interface TableModel
- Overrides:
isCellEditable
in class AbstractTableModel
setValueAt
public void setValueAt(Object obj,
int row,
int col)
- Specified by:
setValueAt
in interface TableModel
- Overrides:
setValueAt
in class AItemTableModel
Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.