|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TimeBarModelListener
Interface for listening to changes in the data of a TimeBarModel.
Method Summary | |
---|---|
void |
elementAdded(TimeBarModel model,
TimeBarRow row,
de.jaret.util.date.Interval element)
A new element was added to a row. |
void |
elementChanged(TimeBarModel model,
TimeBarRow row,
de.jaret.util.date.Interval element)
An element in a row has changed. |
void |
elementRemoved(TimeBarModel model,
TimeBarRow row,
de.jaret.util.date.Interval element)
An element was removed from a row. |
void |
headerChanged(TimeBarModel model,
TimeBarRow row,
java.lang.Object newHeader)
The header of a row changed. |
void |
modelDataChanged(TimeBarModel model)
Unspecific or multiple changes occured in the model. |
void |
rowAdded(TimeBarModel model,
TimeBarRow row)
The model was enlarged by a new row. |
void |
rowDataChanged(TimeBarModel model,
TimeBarRow row)
Unspecific change in the data of a row. |
void |
rowRemoved(TimeBarModel model,
TimeBarRow row)
The model was reduced by a row. |
Method Detail |
---|
void modelDataChanged(TimeBarModel model)
model
- the model of which the data changedvoid rowAdded(TimeBarModel model, TimeBarRow row)
model
- the changed modelrow
- the added rowvoid rowRemoved(TimeBarModel model, TimeBarRow row)
model
- the changed modelrow
- the removed rowvoid rowDataChanged(TimeBarModel model, TimeBarRow row)
model
- the changed modelrow
- the row of which the data has changedvoid elementAdded(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
model
- the changed modelrow
- the changed rowelement
- the added elementvoid elementRemoved(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
model
- the changed modelrow
- the changed rowelement
- the removed elementvoid elementChanged(TimeBarModel model, TimeBarRow row, de.jaret.util.date.Interval element)
model
- the changed modelrow
- the changed rowelement
- the element that changedvoid headerChanged(TimeBarModel model, TimeBarRow row, java.lang.Object newHeader)
model
- the changed modelrow
- the changed rownewHeader
- the changed header
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |