org.freehep.application
Class PropertyUtilities.PropertyTable

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by org.freehep.application.PropertyUtilities.PropertyTable
All Implemented Interfaces:
Serializable, TableModel
Enclosing class:
PropertyUtilities

public static class PropertyUtilities.PropertyTable
extends AbstractTableModel

Creates a TableModel from a property set

See Also:
Serialized Form

Method Summary
 int getColumnCount()
           
 String getColumnName(int col)
           
 int getRowCount()
           
 Object getValueAt(int row, int column)
           
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getValueAt

public Object getValueAt(int row,
                         int column)

getColumnName

public String getColumnName(int col)
Specified by:
getColumnName in interface TableModel
Overrides:
getColumnName in class AbstractTableModel


Copyright © 2000-2013 FreeHEP. All Rights Reserved.