org.norther.tammi.sprig.report.model
Interface ReportModel

All Superinterfaces:
ChartModel, TableModel
All Known Implementing Classes:
ReportModelAdapter

public interface ReportModel
extends ChartModel

An extension to chart model supporting reporting.

Author:
Ilkka Priha

Method Summary
 Formatter getFormatter()
          Gets the formatter.
 Introspector getIntrospector()
          Gets the introspector.
 Locale getLocale()
          Gets the locale.
 TableModel getModel()
          Gets the actual model.
 ResourceMap getResourceMap()
          Gets the resource map.
 VariableRegistry getVariableRegistry()
          Gets the variable registry.
 boolean isLocalized()
          Checks if the model is localized.
 
Methods inherited from interface org.norther.tammi.acorn.jfc.ChartModel
getColumnKey, getRowKey, getRowName
 
Methods inherited from interface javax.swing.table.TableModel
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt
 

Method Detail

getModel

TableModel getModel()
Gets the actual model.

Returns:
the table model.

getLocale

Locale getLocale()
Gets the locale.

Returns:
the locale.

isLocalized

boolean isLocalized()
Checks if the model is localized.

Returns:
true if localized, false otherwise.

getFormatter

Formatter getFormatter()
Gets the formatter.

Returns:
the formatter.

getIntrospector

Introspector getIntrospector()
Gets the introspector.

Returns:
the introspector.

getResourceMap

ResourceMap getResourceMap()
Gets the resource map.

Returns:
the resource map.

getVariableRegistry

VariableRegistry getVariableRegistry()
Gets the variable registry.

Returns:
the variable registry.


Copyright © 2004 The Norther Organization. All rights reserved.