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.
-
symantec.itools.db.beans.binding.BindingModel. CustomStringTableModel(BindingModel)
-
-
getValueAt(int, int)
- Returns the value in the specified cell
-
setColumnHeaders(String)
- Calls setcolumnHeaders(String,String)
BindingModel.CustomStringTableModel
protected BindingModel.CustomStringTableModel(BindingModel this$0)
getValueAt
public java.lang.Object getValueAt(int row,
int col)
- Returns the value in the specified cell
- Overrides:
- getValueAt in class StringTableModel
setColumnHeaders
public void setColumnHeaders(String headers)
- Calls setcolumnHeaders(String,String)
- Overrides:
- setColumnHeaders in class StringTableModel
All Packages Class Hierarchy This Package Previous Next Index