|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpanModel
The SpanModel interface specifies the methods the SpanDrawer will use to discover which cells of the table are spanned.
Method Summary | |
---|---|
void |
addSpanModelListener(SpanModelListener l)
Adds a SpanModelListener that is notified each time a cell merge or split occurs. |
CellSpan |
getCellSpanAt(int row,
int column)
Returns the cell span for the cell at row and column. |
void |
removeSpanModelListener(SpanModelListener l)
Removes a SpanModelListener that is notified each time a cell merge or split occurs. |
Method Detail |
---|
void addSpanModelListener(SpanModelListener l)
l
- the SpanModelListener to addCellSpan getCellSpanAt(int row, int column)
row
- the row whose value is to be looked upcolumn
- the column whose value is to be looked up
void removeSpanModelListener(SpanModelListener l)
l
- the SpanModelListener to remove
|
Copyright © 2005 Scientific Applications. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |