public class SortingObjectTableModel extends SortingTableModel implements IntrospectingTableModelInterface
(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.
Sortable.DefinitionexpandedIndex, proxyListeners, source| Constructor and Description |
|---|
SortingObjectTableModel(TableModel source)
constructs a new SortingObjectTableModel
|
| 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, getDefinitions, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setDefinitions, setValueAt, sortclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtpublic SortingObjectTableModel(TableModel source)
source - the source of this tableModelpublic Introspector getIntrospector()
getIntrospector in interface IntrospectingTableModelInterface#getIntrospector()public Property getProperty(String propertyName)
IntrospectingTableModelInterfacegetProperty in interface IntrospectingTableModelInterfacepropertyName - The name of the Property to be returnedIntrospectingTableModelInterface#getProperty(java.lang.String)public Class getTypeAt(int rowIndex, int columnIndex)
IntrospectingTableModelInterfacegetTypeAt in interface IntrospectingTableModelInterfacerowIndex - the rowNumbercolumnIndex - the columnNumber#getTypeAt(int,int)public ModelManager getModelManager()
IntrospectingTableModelInterfacegetModelManager in interface IntrospectingTableModelInterface#getModelManager()Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.