Public Member Functions | Public Attributes

alma.acs.alarmsanalyzer.save.TableData Class Reference

List of all members.

Public Member Functions

 TableData (String title, String[] hdrTitles)
synchronized void addRowData (String[] data)
synchronized int getRowsNumber ()
synchronized String[] getRow (int r)

Public Attributes

final String tableTile
final String[] header

Detailed Description

The data of a table of a view

The data to save on files are a collection of the data shown in each container, basically the data in the table at the moment the save is executed.

Each data is composed of

Author:
acaproni

Constructor & Destructor Documentation

alma.acs.alarmsanalyzer.save.TableData.TableData ( String  title,
String[]  hdrTitles 
)

Constructor

Parameters:
title The title of the table
hdrTitles The header title of each column of the table

References alma.acs.alarmsanalyzer.save.TableData.header, and alma.acs.alarmsanalyzer.save.TableData.tableTile.


Member Function Documentation

synchronized void alma.acs.alarmsanalyzer.save.TableData.addRowData ( String[]  data  ) 
synchronized String [] alma.acs.alarmsanalyzer.save.TableData.getRow ( int  r  ) 

Return the strings of the passed row index

Parameters:
r The number of the row (zero based)
Returns:
The values to show in the row r
synchronized int alma.acs.alarmsanalyzer.save.TableData.getRowsNumber (  ) 
Returns:
The number of rows in the vector

Member Data Documentation

The title of the table

Referenced by alma.acs.alarmsanalyzer.save.TableData.TableData().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties