Package rma.swing.table
Class TableExportOptions
java.lang.Object
rma.swing.ExportOptions
rma.swing.table.TableExportOptions
- Direct Known Subclasses:
TableExportOptions
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
flag indicating whether the column headers should be writtenboolean
whether the columns should be fixed withboolean
flag indicating whether grid lines should be writtenboolean
flag indicating whether the column headers should be writtenFields inherited from class rma.swing.ExportOptions
delimiter, quotedStrings, title
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fixedWidthCols
public boolean fixedWidthColswhether the columns should be fixed with -
columnHeader
public boolean columnHeaderflag indicating whether the column headers should be written -
rowHeader
public boolean rowHeaderflag indicating whether the column headers should be written -
gridLines
public boolean gridLinesflag indicating whether grid lines should be written
-
-
Constructor Details
-
TableExportOptions
public TableExportOptions()
-