|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntrospectingTableModelInterface
Defines the minimum contract for a TableModel providing additional introspection services. The contract is used to facilitate communication between an {see ObjectJTable}and an introspecting TableModel, especially to allow an ObjectJTable to create additional ObjectJTable instances.
(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.
| Method Summary | |
|---|---|
Introspector |
getIntrospector()
|
ModelManager |
getModelManager()
Returns a reference to this model's modelManager, {see ModelManager}. |
Property |
getProperty(java.lang.String propertyName)
Returns the Property instance generated by this IntrospectingTableModelInterface for the property 'propertyName'. |
java.lang.Class |
getTypeAt(int rowIndex,
int columnIndex)
gets the class of the the object at row,column. |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
|---|
Property getProperty(java.lang.String propertyName)
propertyName - The name of the Property to be returned
Introspector getIntrospector()
java.lang.Class getTypeAt(int rowIndex,
int columnIndex)
rowIndex - the rowNumbercolumnIndex - the columnNumber
ModelManager getModelManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||