|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.jrefinery.report.ext.demo.DemoModelProvider
Implements a TableModelProvider to create and return a tablemodel for the JFreeReport servlet demo. This creates a IconTableModel as used in the Swing version of the JFreeReport demo.
Constructor Summary | |
DemoModelProvider(java.net.URL base)
Creates a model based on the icons from the given ZIP file (read from the URL). |
Method Summary | |
javax.swing.table.TableModel |
getModel()
Returns the model, creating one if necessary. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DemoModelProvider(java.net.URL base)
base
- the URL pointing to the JLF-Icons zip file.Method Detail |
public javax.swing.table.TableModel getModel()
getModel
in interface TableModelProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |