|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.table.AbstractTableModel
org.jfree.report.demo.IconTableModel
org.jfree.report.demo.SwingIconsDemoTableModel
A table model implementation for the SwingIconsDemo.java demo application. The model reads the contents of the file "jlfgr-1_0.jar", which must be reachable via the classpath.
Field Summary |
Fields inherited from class javax.swing.table.AbstractTableModel |
listenerList |
Constructor Summary | |
SwingIconsDemoTableModel()
Creates a new table model. |
|
SwingIconsDemoTableModel(java.net.URL url)
Creates a new table model. |
Methods inherited from class org.jfree.report.demo.IconTableModel |
addIconEntry, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt |
Methods inherited from class javax.swing.table.AbstractTableModel |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SwingIconsDemoTableModel()
public SwingIconsDemoTableModel(java.net.URL url)
url
- the url for the jlfgr-1_0.jar file (or null
to search the classpath).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |