FreeHEP API
Version current

hep.aida.ref.remote.interfaces
Interface ITable

All Known Implementing Classes:
RemoteTable

public interface ITable

Source Code:
ITable.java

Field Summary
static String tableInfoKey
           
 
Method Summary
 hep.aida.IAnnotation annotation()
          Get the IAnnotation associated with the Table.
 int columnCount()
           
 String columnName(int column)
           
 int rowCount()
           
 void setTitle(String title)
          Set the Table title.
 void setValueAt(Object value, int row, int column)
           
 String title()
          Get the Table's title.
 Object valueAt(int row, int column)
           
 

Field Detail

tableInfoKey

public static final String tableInfoKey
See Also:
Constant Field Values
Method Detail

title

public String title()
Get the Table's title.

Returns:
The Table's title.

setTitle

public void setTitle(String title)
              throws IllegalArgumentException
Set the Table title.

Parameters:
title - The title.
Throws:
IllegalArgumentException - If title cannot be changed.

annotation

public hep.aida.IAnnotation annotation()
Get the IAnnotation associated with the Table.

Returns:
The IAnnotation.

columnCount

public int columnCount()

rowCount

public int rowCount()

columnName

public String columnName(int column)

valueAt

public Object valueAt(int row,
                      int column)

setValueAt

public void setValueAt(Object value,
                       int row,
                       int column)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.