public interface DocumentDataListener<T extends DocumentData>
| Modifier and Type | Method and Description |
|---|---|
void |
backgroundChanged(T document,
java.awt.Color oldBackground,
java.awt.Color newBackground)
Inform about tab background changes.
|
void |
contentChanged(T document,
java.awt.Component oldComponent,
java.awt.Component newComponent)
Informs about tab component changes.
|
void |
titleChanged(T document)
Informs about data changes which affects document tab view.
|
void titleChanged(T document)
document - modified documentvoid backgroundChanged(T document, java.awt.Color oldBackground, java.awt.Color newBackground)
document - modified documentoldBackground - previous background colornewBackground - new background colorvoid contentChanged(T document, java.awt.Component oldComponent, java.awt.Component newComponent)
document - modified documentoldComponent - previous tab contentnewComponent - new tab content