Class symantec.itools.db.beans.binding.BindingModel.CustomStringTableModel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.BindingModel.CustomStringTableModel

Object
   |
   +----AbstractTableModel
           |
           +----StringTableModel
                   |
                   +----symantec.itools.db.beans.binding.BindingModel. CustomStringTableModel

protected class BindingModel.CustomStringTableModel
extends StringTableModel

Note: This class is not public and therefore cannot be used outside this package.

Constructor Index

 o symantec.itools.db.beans.binding.BindingModel. CustomStringTableModel(BindingModel)

Method Index

 o getValueAt(int, int)
Returns the value in the specified cell
 o setColumnHeaders(String)
Calls setcolumnHeaders(String,String)

Constructors

 o BindingModel.CustomStringTableModel
protected BindingModel.CustomStringTableModel(BindingModel this$0)

Methods

 o getValueAt
public java.lang.Object getValueAt(int row,
                                   int col)
Returns the value in the specified cell

Overrides:
getValueAt in class StringTableModel
 o setColumnHeaders
public void setColumnHeaders(String headers)
Calls setcolumnHeaders(String,String)

Overrides:
setColumnHeaders in class StringTableModel

All Packages  Class Hierarchy  This Package  Previous  Next  Index