|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--upidiff.merge.Merge.MergeListener
This class represents the DocumentListener for the MergeDocument After an editing in the document or a merged ChangeObject it calls the method to correct the offset.
| Constructor Summary | |
(package private) |
Merge.MergeListener()
|
| Method Summary | |
void |
changedUpdate(DocumentEvent e)
This method is called after an change in the document It's not interesting for the merge class. |
void |
insertUpdate(DocumentEvent e)
This method is called after an insert in the document It fetches the inserted Text and passes it for analysing in the addEditedString method |
void |
removeUpdate(DocumentEvent e)
This method is called after an remove in the document It passes the informantion to the removeEditedString method |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Merge.MergeListener()
| Method Detail |
public void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenere - The occured DocumentEventpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenere - The occured DocumentEventpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenere - The occure DocumentEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||