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.Definition
expandedIndex, 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, sort
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
public SortingObjectTableModel(TableModel source)
source
- the source of this tableModelpublic Introspector getIntrospector()
getIntrospector
in interface IntrospectingTableModelInterface
#getIntrospector()
public Property getProperty(String propertyName)
IntrospectingTableModelInterface
getProperty
in interface IntrospectingTableModelInterface
propertyName
- The name of the Property to be returnedIntrospectingTableModelInterface#getProperty(java.lang.String)
public Class getTypeAt(int rowIndex, int columnIndex)
IntrospectingTableModelInterface
getTypeAt
in interface IntrospectingTableModelInterface
rowIndex
- the rowNumbercolumnIndex
- the columnNumber#getTypeAt(int,int)
public ModelManager getModelManager()
IntrospectingTableModelInterface
getModelManager
in interface IntrospectingTableModelInterface
#getModelManager()
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.