public interface IntrospectingTableModelInterface extends TableModel
(c) copyright 2002-2005-2004 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , no warranty.
Modifier and Type | Method and Description |
---|---|
Introspector |
getIntrospector() |
ModelManager |
getModelManager()
Returns a reference to this model's modelManager, {see ModelManager}.
|
Property |
getProperty(String propertyName)
Returns the Property instance generated by this
IntrospectingTableModelInterface for the property 'propertyName'.
|
Class |
getTypeAt(int rowIndex,
int columnIndex)
gets the class of the the object at row,column.
|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
Property getProperty(String propertyName)
propertyName
- The name of the Property to be returnedIntrospector getIntrospector()
Class getTypeAt(int rowIndex, int columnIndex)
rowIndex
- the rowNumbercolumnIndex
- the columnNumberModelManager getModelManager()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.