|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentDataListener<T extends DocumentData>
Special listener that tracks DocumentData changes. Its general purpose is to keep WebDocumentPane updated with DocumentData changes.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |