|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeBarRowListener
Interface for listening to changes on the data of a TimeBarRow.
| Method Summary | |
|---|---|
void |
elementAdded(TimeBarRow row,
de.jaret.util.date.Interval element)
A new element was added to the row. |
void |
elementChanged(TimeBarRow row,
de.jaret.util.date.Interval element)
An element in the row has changed. |
void |
elementRemoved(TimeBarRow row,
de.jaret.util.date.Interval element)
An element was removed from the row. |
void |
headerChanged(TimeBarRow row,
TimeBarRowHeader newHeader)
The header of the row has changed. |
void |
rowDataChanged(TimeBarRow row)
Unspecific or multiple change of row data. |
| Method Detail |
|---|
void rowDataChanged(TimeBarRow row)
row - the changed row
void elementAdded(TimeBarRow row,
de.jaret.util.date.Interval element)
row - the changed rowelement - the new interval in the row
void elementRemoved(TimeBarRow row,
de.jaret.util.date.Interval element)
row - the changed rowelement - the removed element
void elementChanged(TimeBarRow row,
de.jaret.util.date.Interval element)
row - the row of the changed elementelement - the changed interval
void headerChanged(TimeBarRow row,
TimeBarRowHeader newHeader)
row - the row containing the header.newHeader - the new or updated header object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||