|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String tableInfoKey
Method Detail |
public String title()
public void setTitle(String title) throws IllegalArgumentException
title
- The title.
IllegalArgumentException
- If title cannot be changed.public hep.aida.IAnnotation annotation()
public int columnCount()
public int rowCount()
public String columnName(int column)
public Object valueAt(int row, int column)
public void setValueAt(Object value, int row, int column)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |