Class TableOutputFactory
java.lang.Object
be.gaudry.swing.component.table.output.TableOutputFactory
- Since:
- 1.0 Jul 2, 2008, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
print(org.jdesktop.swingx.JXTable table, String documentTitle, JComponent component)
static void
save(org.jdesktop.swingx.JXTable table, String documentTitle, JComponent component)
-
Constructor Details
-
TableOutputFactory
public TableOutputFactory()
-
-
Method Details
-
save
public static void save(org.jdesktop.swingx.JXTable table, String documentTitle, JComponent component) -
print
public static void print(org.jdesktop.swingx.JXTable table, String documentTitle, JComponent component)
-