public static final enum javax.swing
JTable.PrintMode


Show All Login
Java SE 6
  
Extends: Enum
Contained within: JTable
Details
Printing modes, used in printing JTables.
since1.5
See also print(JTable.PrintMode, MessageFormat, MessageFormat, boolean, PrintRequestAttributeSet, boolean), getPrintable

Enum constants
final public static JTable.PrintMode NORMAL
Printing mode that prints the table at its current size, spreading both columns and rows across multiple pages if necessary.
final public static JTable.PrintMode FIT_WIDTH
Printing mode that scales the output smaller, if necessary, to fit the table's entire width (and thereby all columns) on each page; Rows are spread across multiple pages as necessary.

Methods
public static JTable.PrintMode valueOf(String name)
public static JTable.PrintMode[] values()