public static final enum

JTable.PrintMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ javax.swing.JTable.PrintMode

Summary

Enum Values
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. 
JTable.PrintMode  NORMAL  Printing mode that prints the table at its current size, spreading both columns and rows across multiple pages if necessary. 
Public Methods
static JTable.PrintMode valueOf(String name)
final static PrintMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final 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.

public static final JTable.PrintMode NORMAL

Printing mode that prints the table at its current size, spreading both columns and rows across multiple pages if necessary.

Public Methods

public static JTable.PrintMode valueOf (String name)

public static final PrintMode[] values ()