jApp
Class PropertyEditor.TableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by jApp.PropertyEditor.TableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel
Enclosing class:
PropertyEditor

public abstract static class PropertyEditor.TableModel
extends javax.swing.table.AbstractTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
PropertyEditor.TableModel()
           
 
Method Summary
 void addRow(int i)
           
 boolean canAdd(javax.swing.JTable table)
           
 boolean canRemove(javax.swing.JTable table)
           
 void removeRow(int i)
           
 void swapRows(int i, int j)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.table.TableModel
getColumnCount, getRowCount, getValueAt
 

Constructor Detail

PropertyEditor.TableModel

public PropertyEditor.TableModel()
Method Detail

canAdd

public boolean canAdd(javax.swing.JTable table)

addRow

public void addRow(int i)

canRemove

public boolean canRemove(javax.swing.JTable table)

removeRow

public void removeRow(int i)

swapRows

public void swapRows(int i,
                     int j)