de.rowa.posps.client.controls
Class ValidationResultTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by de.rowa.posps.client.controls.BeanTableModel<ValidationMessage>
          extended by de.rowa.posps.client.controls.ValidationResultTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class ValidationResultTableModel
extends BeanTableModel<ValidationMessage>

Table model for tables which show an xml validation result.

Author:
Michael Koch
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
ValidationResultTableModel()
           
 
Method Summary
protected  ValidationMessage getRow(int rowIndex)
           
 int getRowCount()
           
 void setValidationResult(ValidationResult validationResult)
           
 
Methods inherited from class de.rowa.posps.client.controls.BeanTableModel
getColumnClass, getColumnCount, getColumnName, getValueAt
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationResultTableModel

public ValidationResultTableModel()
Method Detail

getRow

protected ValidationMessage getRow(int rowIndex)
Specified by:
getRow in class BeanTableModel<ValidationMessage>

getRowCount

public int getRowCount()

setValidationResult

public void setValidationResult(ValidationResult validationResult)


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.