|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The basic interface through which datalines should be accessed
Method Summary | |
void |
cleanup()
Cleanup any of the underlying data referenced by the DataLine |
LimeTableColumn |
getColumn(int col)
Return the LimeTableColumn for this column. |
int |
getColumnCount()
Return the number of columns this dataline controls. |
java.lang.Object |
getInitializeObject()
Get the object that initialized the DataLine |
java.lang.String[] |
getToolTipArray()
Gets the tooltip for this line |
java.lang.Object |
getValueAt(int col)
Get the value of a column in the DataLine |
void |
initialize(java.lang.Object o)
Set up a new DataLine with o |
boolean |
isDynamic(int col)
Returns whether or not this column can change on subsequent updates to the DataLine |
void |
setInitializeObject(java.lang.Object o)
Reset the object that initialized the DataLine |
void |
setValueAt(java.lang.Object o,
int col)
Set a value in a column of the DataLine |
void |
update()
Update the cached info in the DataLine |
Method Detail |
public int getColumnCount()
public LimeTableColumn getColumn(int col)
public boolean isDynamic(int col)
public void initialize(java.lang.Object o)
public java.lang.Object getInitializeObject()
public void setInitializeObject(java.lang.Object o)
public java.lang.Object getValueAt(int col)
public void setValueAt(java.lang.Object o, int col)
public void cleanup()
public void update()
public java.lang.String[] getToolTipArray()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |