Class HtmlTableOutput
java.lang.Object
be.gaudry.swing.component.table.output.factory.AbstractTableOutput
be.gaudry.swing.component.table.output.factory.AbstractColoredTableOutput
be.gaudry.swing.component.table.output.factory.HtmlTableOutput
- All Implemented Interfaces:
ITableOutput
- Since:
- 1.0 Jul 2, 2008, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Field Summary
Fields inherited from class be.gaudry.swing.component.table.output.factory.AbstractTableOutput
authorName, dialogOwner, displayDate, fitToPageWidth, pageCounterFormat, pageOrientation, printAllRows, printTitle, selectedColumns, table, textPosition
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
print(org.jdesktop.swingx.JXTable table)
void
setTableStyle(ETableStyle tableStyle)
Methods inherited from class be.gaudry.swing.component.table.output.factory.AbstractColoredTableOutput
getAlternateForegroundColor, getAlternateLineColor, getDefaultForegroundColor, getDefautLineColor, getTitleBackgroundColor, getTitleForegroundColor, isColored, setAlternateForegroundColor, setAlternateLineColor, setColored, setDefaultForegroundColor, setDefautLineColor, setTitleBackgroundColor, setTitleForegroundColor
Methods inherited from class be.gaudry.swing.component.table.output.factory.AbstractTableOutput
getAuthorName, getDgvLayoutOptionsDialogTitle, getDialogOwner, getPageCounterFormat, getPageOrientation, getPrintTitle, getSelectedColumns, getTable, getTextPosition, isDisplayDate, isFitToPageWidth, isPrintAllRows, setAuthorName, setDgvLayoutOptionsDialogTitle, setDialogOwner, setDisplayDate, setFitToPageWidth, setLayoutOptions, setPageCounterFormat, setPageOrientation, setPrintAllRows, setPrintTitle, setSelectedColumns, setTable, setTextPosition
-
Constructor Details
-
HtmlTableOutput
public HtmlTableOutput()
-
-
Method Details
-
setTableStyle
- Parameters:
tableStyle
- the tableStyle to set- Since:
- 0.1.8-SNAPSHOT (Feb 12 2009)
-
print
public void print(org.jdesktop.swingx.JXTable table)- Specified by:
print
in interfaceITableOutput
- Specified by:
print
in classAbstractTableOutput
-