Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.jbotester
Class PropertyTableModel

java.lang.Object
  extended byjavax.swing.table.AbstractTableModel
      extended byoracle.jbo.jbotester.PropertyTableModel

All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class PropertyTableModel
extends javax.swing.table.AbstractTableModel
See Also:
Serialized Form

Field Summary

 

Fields inherited from class javax.swing.table.AbstractTableModel
listenerList

 

Constructor Summary
PropertyTableModel(Property[] properties)
           

 

Method Summary
 java.lang.Class getColumnClass(int col)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int column)
           
 Property[] getProperties()
           
 int getRowCount()
           
 java.lang.Object getValueAt(int row, int col)
           
 boolean isCellEditable(int row, int col)
           
 void setProperties(Property[] properties)
           
 void setValueAt(java.lang.Object aValue, int row, int col)
           

 

Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, removeTableModelListener

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

PropertyTableModel

public PropertyTableModel(Property[] properties)

Method Detail

getColumnClass

public java.lang.Class getColumnClass(int col)

getColumnCount

public int getColumnCount()

getColumnName

public java.lang.String getColumnName(int column)

getProperties

public Property[] getProperties()

getRowCount

public int getRowCount()

getValueAt

public java.lang.Object getValueAt(int row,
                                   int col)

isCellEditable

public boolean isCellEditable(int row,
                              int col)

setProperties

public void setProperties(Property[] properties)

setValueAt

public void setValueAt(java.lang.Object aValue,
                       int row,
                       int col)

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.