Added Methods |
Printable getPrintable(PrintMode, MessageFormat, MessageFormat)
|
Return a Printable for use in printing this JTable. |
boolean print()
|
A convenience method that displays a printing dialog, and then prints
this JTable in mode PrintMode.FIT_WIDTH ,
with no header or footer text. |
boolean print(PrintMode )
|
A convenience method that displays a printing dialog, and then prints
this JTable in the given printing mode,
with no header or footer text. |
boolean print(PrintMode, MessageFormat, MessageFormat)
|
A convenience method that displays a printing dialog, and then prints
this JTable in the given printing mode,
with the specified header and footer text. |
boolean print(PrintMode, MessageFormat, MessageFormat, boolean, PrintRequestAttributeSet, boolean)
|
Print this JTable . |