|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.tools.internal.DObjectArrayContentProvider
org.eclipse.tptp.platform.report.birt).
public class DObjectArrayContentProvider
This class provides a tool to map a String array with two dimentions to a table content provider.
| Constructor Summary | |
|---|---|
DObjectArrayContentProvider(java.lang.String[][] array)
Deprecated. creates a new table content provider mapped on string array |
|
| Method Summary | |
|---|---|
int |
getColumnCount()
Deprecated. |
java.lang.Object[][] |
getContent()
Deprecated. |
int |
getRowCount()
Deprecated. |
java.lang.String |
getText(int row,
int column)
Deprecated. |
void |
setColumnFormat(int column,
java.text.Format f)
Deprecated. sets a java.text.Format for the column |
void |
setContent(java.lang.String[][] content)
Deprecated. sets the string array mapped by the table content provider |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DObjectArrayContentProvider(java.lang.String[][] array)
| Method Detail |
|---|
public int getColumnCount()
getColumnCount in interface IDTableContentProviderIDTableContentProvider.getColumnCount()public int getRowCount()
getRowCount in interface IDTableContentProviderIDTableContentProvider.getRowCount()
public java.lang.String getText(int row,
int column)
getText in interface IDTableContentProviderUses toString() method to return the object text string at row, column coordinatespublic java.lang.Object[][] getContent()
public void setContent(java.lang.String[][] content)
public void setColumnFormat(int column,
java.text.Format f)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||