Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D G O R S

C

COLUMN_COLUMN - Static variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
An internal column mapping.
COLUMN_LINE - Static variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
An internal column mapping.
COLUMN_MESSAGE - Static variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
An internal column mapping.
COLUMN_NAMES - Static variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
The column name keys for the resource bundle.
COLUMN_SEVERITY - Static variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
An internal column mapping.

D

data - Variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
The operation results are read from the parser.

G

getColumnClass(int) - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Returns Object.class regardless of columnIndex.
getColumnCount() - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Returns the number of columns in the model.
getColumnName(int) - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Returns a default name for the column using spreadsheet conventions: A, B, C, ...
getRowCount() - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Returns the number of rows in the model.
getValueAt(int, int) - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Returns the value for the cell at columnIndex and rowIndex.

O

OperationResultTableModel - class org.jfree.report.modules.gui.converter.components.OperationResultTableModel.
The operation result tablemodel is used to display the parser and converter results to the user.
OperationResultTableModel() - Constructor for class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Creates a new and initially empty operation result table model.
OperationResultTableModel(OperationResult[]) - Constructor for class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Creates a new operation result table model which will be filled with the given data.
org.jfree.report.modules.gui.converter.components - package org.jfree.report.modules.gui.converter.components
The report converter can be used to convert a simple report format definition into the extended report format.

R

resources - Variable in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
The resource bundle used to translate the column names.

S

setData(OperationResult[]) - Method in class org.jfree.report.modules.gui.converter.components.OperationResultTableModel
Sets the data for the tablemodel.

C D G O R S